Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h81 #define PORTSC_PTW BIT(28) macro
H A Dcore.c279 portsc = PORTSC_PTS(PTS_UTMI) | PORTSC_PTW; in hw_phymode_configure()
304 hw_write(ci, OP_PORTSC, PORTSC_PTS(7) | PORTSC_PTW, portsc); in hw_phymode_configure()
/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.h130 #define PORTSC_PTW (0x1<<28) macro
H A Dphy-fsl-usb.c909 temp &= ~(PORTSC_PHY_TYPE_SEL | PORTSC_PTW); in usb_otg_start()