Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h418 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */ macro
/openbmc/linux/drivers/usb/host/
H A Dehci.h391 #define QH_INACTIVATE (1 << 7) /* Inactivate on next transaction */ macro
H A Dehci-hcd.c525 hw->hw_info1 |= cpu_to_hc32(ehci, QH_INACTIVATE); in ehci_init()