Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/phy/ingenic/
Dphy-ingenic-usb.c27 #define USBPCR_COMMONONN BIT(25) macro
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()
/Linux-v6.1/drivers/usb/phy/
Dphy-jz4770.c26 #define USBPCR_COMMONONN BIT(25) macro
204 reg = USBPCR_AVLD_REG | USBPCR_COMMONONN | USBPCR_IDPULLUP_ALWAYS | 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.c59 #define USBPCR_COMMONONN BIT(25) macro