Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-platform.c173 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
176 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
212 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
225 if (ohci->flags & OHCI_QUIRK_BE_DESC) { in ohci_platform_probe()
Dohci-ppc-of.c134 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_hcd_ppc_of_probe()
Dohci.h412 #define OHCI_QUIRK_BE_DESC 0x08 /* BE descriptors */ macro
537 #define big_endian_desc(ohci) (ohci->flags & OHCI_QUIRK_BE_DESC)