Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-hub.c139 if ((psi & PLT_MASK) == PLT_SYM) { in xhci_create_usb3_bos_desc()
146 } else if ((psi & PLT_MASK) == PLT_ASYM_RX) { in xhci_create_usb3_bos_desc()
148 psi ^= PLT_MASK; in xhci_create_usb3_bos_desc()
Dxhci.h579 #define PLT_MASK (0x03 << 6) macro