Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-hub.c77 if ((port_cap->psi[i] & PLT_MASK) == PLT_SYM) in xhci_create_usb3x_bos_desc()
165 plt = psi & PLT_MASK; in xhci_create_usb3x_bos_desc()
203 if ((prev & PLT_MASK) == PLT_SYM && in xhci_create_usb3x_bos_desc()
H A Dxhci.h305 #define PLT_MASK (0x03 << 6) macro