Searched refs:usbh_has_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/broadcom/ |
H A D | phy-bcm63xx-usbh.c | 224 static inline bool usbh_has_reg(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_has_reg() function 267 if (usbh_has_reg(usbh, USBH_SWAP_CONTROL)) { in bcm63xx_usbh_phy_init() 282 if (usbh_has_reg(usbh, USBH_SETUP)) { in bcm63xx_usbh_phy_init() 291 if (usbh_has_reg(usbh, USBH_USB_SIM_CONTROL)) { in bcm63xx_usbh_phy_init() 300 usbh_has_reg(usbh, USBH_TEST_PORT_CONTROL)) in bcm63xx_usbh_phy_init() 305 usbh_has_reg(usbh, USBH_UTMI_CONTROL1) && in bcm63xx_usbh_phy_init() 321 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_on() 337 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_off()
|
/kernel/linux/linux-6.6/drivers/phy/broadcom/ |
H A D | phy-bcm63xx-usbh.c | 225 static inline bool usbh_has_reg(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_has_reg() function 268 if (usbh_has_reg(usbh, USBH_SWAP_CONTROL)) { in bcm63xx_usbh_phy_init() 283 if (usbh_has_reg(usbh, USBH_SETUP)) { in bcm63xx_usbh_phy_init() 292 if (usbh_has_reg(usbh, USBH_USB_SIM_CONTROL)) { in bcm63xx_usbh_phy_init() 301 usbh_has_reg(usbh, USBH_TEST_PORT_CONTROL)) in bcm63xx_usbh_phy_init() 306 usbh_has_reg(usbh, USBH_UTMI_CONTROL1) && in bcm63xx_usbh_phy_init() 322 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_on() 338 if (usbh_has_reg(usbh, USBH_PLL_CONTROL1)) { in bcm63xx_usbh_phy_power_off()
|
Completed in 2 milliseconds