Searched refs:dbgcam (Results 1 – 2 of 2) sorted by relevance
525 uint32_t dbgcam; in stm32mp1_ddr3_dll_off() local548 dbgcam = mmio_read_32((uintptr_t)&priv->ctl->dbgcam); in stm32mp1_ddr3_dll_off()550 (uintptr_t)&priv->ctl->dbgcam, dbgcam); in stm32mp1_ddr3_dll_off()551 } while ((((dbgcam & DDRCTRL_DBGCAM_DATA_PIPELINE_EMPTY) == in stm32mp1_ddr3_dll_off()553 ((dbgcam & DDRCTRL_DBGCAM_DBG_Q_DEPTH) == 0U)); in stm32mp1_ddr3_dll_off()
105 uint32_t dbgcam; /* 0x308 CAM Debug */ member