Searched refs:dbg1 (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/drivers/st/ddr/ |
| H A D | stm32mp_ddr.c | 153 mmio_clrbits_32((uintptr_t)&ctl->dbg1, DDRCTRL_DBG1_DIS_HIF); in stm32mp_ddr_enable_host_interface() 155 (uintptr_t)&ctl->dbg1, in stm32mp_ddr_enable_host_interface() 156 mmio_read_32((uintptr_t)&ctl->dbg1)); in stm32mp_ddr_enable_host_interface() 165 mmio_setbits_32((uintptr_t)&ctl->dbg1, DDRCTRL_DBG1_DIS_HIF); in stm32mp_ddr_disable_host_interface() 167 (uintptr_t)&ctl->dbg1, in stm32mp_ddr_disable_host_interface() 168 mmio_read_32((uintptr_t)&ctl->dbg1)); in stm32mp_ddr_disable_host_interface() 195 return (mmio_read_32((uintptr_t)&ctl->dbg1) & DDRCTRL_DBG1_DIS_HIF) == 0U; in ddr_is_host_interface_enabled()
|
| H A D | stm32mp1_ddr.c | 81 DDRCTL_REG_REG(dbg1), 391 mmio_setbits_32((uintptr_t)&priv->ctl->dbg1, DDRCTRL_DBG1_DIS_HIF); in stm32mp1_ddr3_dll_off() 393 (uintptr_t)&priv->ctl->dbg1, in stm32mp1_ddr3_dll_off() 394 mmio_read_32((uintptr_t)&priv->ctl->dbg1)); in stm32mp1_ddr3_dll_off()
|
| H A D | stm32mp2_ddr_helpers.c | 35 mmio_setbits_32((uintptr_t)&ctl->dbg1, DDRCTRL_DBG1_DIS_DQ); in set_qd1_qd3_update_conditions() 44 mmio_clrbits_32((uintptr_t)&ctl->dbg1, DDRCTRL_DBG1_DIS_DQ); in unset_qd1_qd3_update_conditions()
|
| H A D | stm32mp2_ddr.c | 92 DDRCTL_REG_REG(dbg1, false),
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32mp1_ddr.h | 37 uint32_t dbg1; member
|
| H A D | stm32mp2_ddr.h | 59 uint32_t dbg1; member
|
| H A D | stm32mp_ddrctrl_regs.h | 120 uint32_t dbg1; /* 0x304 Debug 1 */ member
|