Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rv1108.h260 DDRPHY_PSRSTN_REQ = 1, enumerator
H A Dsdram_rv1126.h240 #define DDRPHY_PSRSTN_REQ(n) (((0x1 << 14) << 16) | ((n) << 14)) macro
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1108.c77 DDRPHY_PSRSTN_REQ << DDRPHY_PSRSTN_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()