Home
last modified time | relevance | path

Searched refs:XDEV_COMP_MODE (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-debugfs.c389 portsc |= PORT_LINK_STROBE | XDEV_COMP_MODE; in xhci_port_write()
Dxhci.h319 #define XDEV_COMP_MODE (0xa << 5) macro
2570 case XDEV_COMP_MODE: in xhci_portsc_link_state_string()
Dxhci-hub.c1755 ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE)) in xhci_port_missing_cas_quirk()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch5943 - ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE))
5944 + ((portsc & PORT_PLS_MASK) != XDEV_COMP_MODE) &&