Home
last modified time | relevance | path

Searched refs:RK3568_SRAM_INIT_DONE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-snps-pcie3.c25 #define RK3568_SRAM_INIT_DONE(reg) (reg & BIT(14)) macro
93 reg, RK3568_SRAM_INIT_DONE(reg), in rockchip_p3phy_rk3568_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl_pcie_ep_boot.c501 #define RK3568_SRAM_INIT_DONE(reg) ((reg) & BIT(14)) macro
554 if (RK3568_SRAM_INIT_DONE(reg)) in pcie_cru_init()