Searched refs:SRAM_INIT_DONE (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ |
H A D | phy-lgm-usb.c | 21 #define SRAM_INIT_DONE BIT(26) macro 80 ret = readl_poll_timeout(ctrl1, val, val & SRAM_INIT_DONE, 10, 10 * 1000); in phy_init()
|
/kernel/linux/linux-6.6/drivers/phy/rockchip/ |
H A D | phy-rockchip-snps-pcie3.c | 29 #define SRAM_INIT_DONE(reg) (reg & BIT(14)) macro 120 reg, SRAM_INIT_DONE(reg), in rockchip_p3phy_rk3568_init()
|
/kernel/linux/linux-6.6/drivers/phy/ |
H A D | phy-lgm-usb.c | 21 #define SRAM_INIT_DONE BIT(26) macro 80 ret = readl_poll_timeout(ctrl1, val, val & SRAM_INIT_DONE, 10, 10 * 1000); in phy_init()
|
Completed in 2 milliseconds