Searched refs:USBPCR_POR (Results 1 – 2 of 2) sorted by relevance
31 #define USBPCR_POR BIT(22) macro 116 writel(reg & ~USBPCR_POR, priv->base + REG_USBPCR_OFFSET); in ingenic_usb_phy_init() 210 reg = USBPCR_AVLD_REG | USBPCR_COMMONONN | USBPCR_POR | in jz4770_usb_phy_init() 230 reg = USBPCR_COMMONONN | USBPCR_POR | in jz4775_usb_phy_init() 244 reg = USBPCR_TXPREEMPHTUNE | USBPCR_COMMONONN | USBPCR_POR; in jz4780_usb_phy_init() 256 reg = USBPCR_TXPREEMPHTUNE | USBPCR_COMMONONN | USBPCR_POR | in x1000_usb_phy_init() 275 reg = USBPCR_VBUSVLDEXT | USBPCR_TXPREEMPHTUNE | USBPCR_COMMONONN | USBPCR_POR | in x1830_usb_phy_init() 288 reg = USBPCR_POR | FIELD_PREP(USBPCR_IDPULLUP_MASK, USBPCR_IDPULLUP_OTG); in x2000_usb_phy_init()
62 #define USBPCR_POR BIT(22) macro