Searched refs:rkclk_ddr_reset (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
D | suspend.c | 125 static __pmusramfunc void rkclk_ddr_reset(uint32_t channel, uint32_t ctl, in rkclk_ddr_reset() function 138 rkclk_ddr_reset(ch, 1, 1); in phy_pctrl_reset() 140 rkclk_ddr_reset(ch, 1, 0); in phy_pctrl_reset() 142 rkclk_ddr_reset(ch, 0, 0); in phy_pctrl_reset()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
H A D | suspend.c | 125 static __pmusramfunc void rkclk_ddr_reset(uint32_t channel, uint32_t ctl, in rkclk_ddr_reset() function 138 rkclk_ddr_reset(ch, 1, 1); in phy_pctrl_reset() 140 rkclk_ddr_reset(ch, 1, 0); in phy_pctrl_reset() 142 rkclk_ddr_reset(ch, 0, 0); in phy_pctrl_reset()
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3288/include/soc/ |
H A D | clock.h | 34 void rkclk_ddr_reset(u32 ch, u32 ctl, u32 phy);
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/ |
H A D | sdram.c | 107 rkclk_ddr_reset(channel, 1, 1); in phy_pctrl_reset() 110 rkclk_ddr_reset(channel, 1, 0); in phy_pctrl_reset() 113 rkclk_ddr_reset(channel, 0, 0); in phy_pctrl_reset()
|
H A D | clock.c | 647 void rkclk_ddr_reset(u32 ch, u32 ctl, u32 phy) in rkclk_ddr_reset() function
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3399/include/soc/ |
H A D | clock.h | 106 void rkclk_ddr_reset(u32 ch, u32 ctl, u32 phy);
|
/aosp_15_r20/external/coreboot/src/soc/rockchip/rk3288/ |
H A D | sdram.c | 510 rkclk_ddr_reset(channel, 1, 1); in phy_pctrl_reset() 522 rkclk_ddr_reset(channel, 1, 0); in phy_pctrl_reset() 524 rkclk_ddr_reset(channel, 0, 0); in phy_pctrl_reset()
|
H A D | clock.c | 387 void rkclk_ddr_reset(u32 ch, u32 ctl, u32 phy) in rkclk_ddr_reset() function
|