Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dohci-platform.c164 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
167 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
235 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
252 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)