Home
last modified time | relevance | path

Searched refs:USB_SS_PORT_LS_SS_DISABLED (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBHwCtl.c601 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_SS_DISABLED) { in xhci_ssport_set_state()
614 if ((temp & PORT_PLS_MASK) != USB_SS_PORT_LS_SS_DISABLED) { in xhci_ssport_set_state()
H A DdrvUSBHwCtl.h161 #define USB_SS_PORT_LS_SS_DISABLED 0x0080 macro