Searched refs:USBPCR_POR (Results 1 – 2 of 2) sorted by relevance
29 #define USBPCR_POR BIT(22) macro180 writel(reg & ~USBPCR_POR, priv->base + REG_USBPCR_OFFSET); in ingenic_usb_phy_init()207 USBPCR_POR; in jz4770_usb_phy_init()220 reg = USBPCR_TXPREEMPHTUNE | USBPCR_COMMONONN | USBPCR_POR; in jz4780_usb_phy_init()234 USBPCR_COMMONONN | USBPCR_POR; in x1000_usb_phy_init()251 USBPCR_COMMONONN | USBPCR_POR; in x1830_usb_phy_init()
62 #define USBPCR_POR BIT(22) macro