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 Dcru_rv1108.h256 DDRPHY_SRSTN_REQ = 1, enumerator
H A Dsdram_rv1126.h241 #define DDRPHY_SRSTN_REQ(n) (((0x1 << 15) << 16) | ((n) << 15)) macro
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1108.c76 DDRPHY_SRSTN_REQ << DDRPHY_SRSTN_REQ_SHIFT | in phy_pctrl_reset_cru()
H A Dsdram_rv1126.c311 writel(DDRPHY_SRSTN_REQ(phy_srstn) | DDRPHY_PSRSTN_REQ(phy_psrstn), in rkclk_ddr_reset()