Home
last modified time | relevance | path

Searched refs:PLT_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-hub.c148 if ((psi & PLT_MASK) == PLT_SYM) { in xhci_create_usb3_bos_desc()
155 } else if ((psi & PLT_MASK) == PLT_ASYM_RX) { in xhci_create_usb3_bos_desc()
157 psi ^= PLT_MASK; in xhci_create_usb3_bos_desc()
H A Dxhci.h585 #define PLT_MASK (0x03 << 6) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-hub.c76 if ((port_cap->psi[i] & PLT_MASK) == PLT_SYM) in xhci_create_usb3x_bos_desc()
164 plt = psi & PLT_MASK; in xhci_create_usb3x_bos_desc()
202 if ((prev & PLT_MASK) == PLT_SYM && in xhci_create_usb3x_bos_desc()
H A Dxhci.h588 #define PLT_MASK (0x03 << 6) macro

Completed in 17 milliseconds