Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfotg210.h410 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */ macro
Dfusbh200.h400 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */ macro
Dehci.h394 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */ macro
Dehci-hcd.c526 hw->hw_info1 |= cpu_to_hc32(ehci, QH_INACTIVATE); in ehci_init()