Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dhcd.h243 #define HCD_MASK 0x0070 macro
/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c209 if ((driver->flags & HCD_MASK) != HCD_USB3) { in usb_hcd_pci_probe()
Dhcd.c2492 hcd->speed = driver->flags & HCD_MASK; in usb_create_shared_hcd()