Home
last modified time | relevance | path

Searched refs:PORT_PLS_MASK (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()
604 temp &= ~PORT_PLS_MASK; 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.h155 #define PORT_PLS_MASK (0xf << 5) macro