Home
last modified time | relevance | path

Searched refs:ddrphy_srstn_req (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_px30.h68 #define ddrphy_srstn_req(n) (((0x1 << 0) << 16) | ((n) << 0)) macro
H A Dsdram_rk3328.h40 #define ddrphy_srstn_req(n) (((0x1 << 14) << 16) | ((n) << 14)) macro
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3328.c72 ddrphy_srstn_req(phy_srstn) | ddrphy_psrstn_req(phy_psrstn), in rkclk_ddr_reset()
H A Dsdram_px30.c72 writel(ddrphy_srstn_req(phy_srstn) | ddrphy_psrstn_req(phy_psrstn), in rkclk_ddr_reset()