Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dhcd-pci.c191 if ((driver->flags & HCD_MASK) < HCD_USB3) { in usb_hcd_pci_probe()
286 if ((driver->flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_probe()
349 if ((hcd_driver_flags & HCD_MASK) < HCD_USB3) in usb_hcd_pci_remove()
H A Dhcd.c2600 hcd->speed = driver->flags & HCD_MASK; in __usb_create_hcd()
/openbmc/linux/include/linux/usb/
H A Dhcd.h254 #define HCD_MASK 0x0070 macro
/openbmc/linux/drivers/usb/host/
H A Dxen-hcd.c1287 hcd->has_tt = (hcd->driver->flags & HCD_MASK) != HCD_USB11; in xenhcd_setup()