Searched refs:USBPCR_OTG_DISABLE (Results 1 – 4 of 4) sorted by relevance
53 #define USBPCR_OTG_DISABLE BIT(20) macro63 writel(readl(reg_usbpcr) & ~USBPCR_OTG_DISABLE & ~USBPCR_SIDDQ, reg_usbpcr); in x1830_usb_phy_enable()73 writel(readl(reg_usbpcr) | USBPCR_OTG_DISABLE | USBPCR_SIDDQ, reg_usbpcr); in x1830_usb_phy_disable()83 !(readl(reg_usbpcr) & USBPCR_OTG_DISABLE); in x1830_usb_phy_is_enabled()
49 #define USBPCR_OTG_DISABLE BIT(20) macro138 writel(readl(reg_usbpcr) & ~USBPCR_OTG_DISABLE & ~USBPCR_SIDDQ, reg_usbpcr); in x1000_usb_phy_enable()148 writel(readl(reg_usbpcr) | USBPCR_OTG_DISABLE | USBPCR_SIDDQ, reg_usbpcr); in x1000_usb_phy_disable()158 !(readl(reg_usbpcr) & USBPCR_OTG_DISABLE); in x1000_usb_phy_is_enabled()
64 #define USBPCR_OTG_DISABLE BIT(20) macro190 writel(readl(reg_usbpcr) & ~USBPCR_OTG_DISABLE & ~USBPCR_SIDDQ, reg_usbpcr); in jz4780_otg_phy_enable()200 writel(readl(reg_usbpcr) | USBPCR_OTG_DISABLE | USBPCR_SIDDQ, reg_usbpcr); in jz4780_otg_phy_disable()210 !(readl(reg_usbpcr) & USBPCR_OTG_DISABLE); in jz4780_otg_phy_is_enabled()
31 #define USBPCR_OTG_DISABLE BIT(20) macro138 reg |= USBPCR_VBUSVLDEXT | USBPCR_VBUSVLDEXTSEL | USBPCR_OTG_DISABLE; in ingenic_usb_phy_set_peripheral()150 reg &= ~(USBPCR_VBUSVLDEXT | USBPCR_VBUSVLDEXTSEL | USBPCR_OTG_DISABLE); in ingenic_usb_phy_set_host()