Home
last modified time | relevance | path

Searched refs:PORTSC_PTW (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dbits.h81 #define PORTSC_PTW BIT(28) macro
Dcore.c272 portsc = PORTSC_PTS(PTS_UTMI) | PORTSC_PTW; in hw_phymode_configure()
297 hw_write(ci, OP_PORTSC, PORTSC_PTS(7) | PORTSC_PTW, portsc); in hw_phymode_configure()
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-fsl-usb.h130 #define PORTSC_PTW (0x1<<28) macro
Dphy-fsl-usb.c909 temp &= ~(PORTSC_PHY_TYPE_SEL | PORTSC_PTW); in usb_otg_start()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch2997 #define PORTSC_PTW BIT(28)