Home
last modified time | relevance | path

Searched refs:USBPCR_POR (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/phy/ingenic/
Dphy-ingenic-usb.c30 #define USBPCR_POR BIT(22) macro
115 writel(reg & ~USBPCR_POR, priv->base + REG_USBPCR_OFFSET); in ingenic_usb_phy_init()
209 reg = USBPCR_AVLD_REG | USBPCR_COMMONONN | USBPCR_POR | in jz4770_usb_phy_init()
229 reg = USBPCR_COMMONONN | USBPCR_POR | in jz4775_usb_phy_init()
243 reg = USBPCR_TXPREEMPHTUNE | USBPCR_COMMONONN | USBPCR_POR; in jz4780_usb_phy_init()
255 reg = USBPCR_TXPREEMPHTUNE | USBPCR_COMMONONN | USBPCR_POR | in x1000_usb_phy_init()
274 reg = USBPCR_VBUSVLDEXT | USBPCR_TXPREEMPHTUNE | USBPCR_COMMONONN | USBPCR_POR | in x1830_usb_phy_init()
287 reg = USBPCR_POR | FIELD_PREP(USBPCR_IDPULLUP_MASK, USBPCR_IDPULLUP_OTG); in x2000_usb_phy_init()
/Linux-v6.1/drivers/usb/phy/
Dphy-jz4770.c29 #define USBPCR_POR BIT(22) macro
180 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()
/Linux-v6.1/drivers/clk/ingenic/
Djz4780-cgu.c62 #define USBPCR_POR BIT(22) macro