Searched refs:usbh_writel (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/phy/broadcom/ |
D | phy-bcm63xx-usbh.c | 235 static inline void usbh_writel(struct bcm63xx_usbh_phy *usbh, int reg, in usbh_writel() function 280 usbh_writel(usbh, USBH_SWAP_CONTROL, val); in bcm63xx_usbh_phy_init() 289 usbh_writel(usbh, USBH_SETUP, val); in bcm63xx_usbh_phy_init() 297 usbh_writel(usbh, USBH_USB_SIM_CONTROL, val); in bcm63xx_usbh_phy_init() 302 usbh_writel(usbh, USBH_TEST_PORT_CONTROL, in bcm63xx_usbh_phy_init() 312 usbh_writel(usbh, USBH_UTMI_CONTROL1, val); in bcm63xx_usbh_phy_init() 328 usbh_writel(usbh, USBH_PLL_CONTROL1, val); in bcm63xx_usbh_phy_power_on() 344 usbh_writel(usbh, USBH_PLL_CONTROL1, val); in bcm63xx_usbh_phy_power_off()
|