Home
last modified time | relevance | path

Searched refs:stm32mp_ddrctl (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/include/drivers/st/
Dstm32mp_ddr.h48 struct stm32mp_ddrctl *ctl;
64 void stm32mp_ddr_start_sw_done(struct stm32mp_ddrctl *ctl);
65 void stm32mp_ddr_wait_sw_done_ack(struct stm32mp_ddrctl *ctl);
66 void stm32mp_ddr_enable_axi_port(struct stm32mp_ddrctl *ctl);
Dstm32mp_ddrctrl_regs.h16 struct stm32mp_ddrctl { struct
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/ddr/
Dstm32mp_ddr.c52 void stm32mp_ddr_start_sw_done(struct stm32mp_ddrctl *ctl) in stm32mp_ddr_start_sw_done()
60 void stm32mp_ddr_wait_sw_done_ack(struct stm32mp_ddrctl *ctl) in stm32mp_ddr_wait_sw_done_ack()
83 void stm32mp_ddr_enable_axi_port(struct stm32mp_ddrctl *ctl) in stm32mp_ddr_enable_axi_port()
Dstm32mp1_ddr.c28 .offset = offsetof(struct stm32mp_ddrctl, x), \
533 static void stm32mp1_refresh_disable(struct stm32mp_ddrctl *ctl) in stm32mp1_refresh_disable()
545 static void stm32mp1_refresh_restore(struct stm32mp_ddrctl *ctl, in stm32mp1_refresh_restore()
Dstm32mp1_ram.c145 priv->ctl = (struct stm32mp_ddrctl *)stm32mp_ddrctrl_base(); in stm32mp1_ddr_probe()