Home
last modified time | relevance | path

Searched refs:OHCI_QUIRK_BE_MMIO (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dohci-platform.c161 ohci->flags |= OHCI_QUIRK_BE_MMIO; in ohci_platform_probe()
167 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
237 ohci->flags |= OHCI_QUIRK_BE_MMIO; in ohci_platform_probe()
244 if (ohci->flags & OHCI_QUIRK_BE_MMIO) { 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-pci.c116 ohci->flags |= OHCI_QUIRK_BE_MMIO; in ohci_quirk_toshiba_scc()
Dohci.h413 #define OHCI_QUIRK_BE_MMIO 0x10 /* BE registers */ macro
547 #define big_endian_mmio(ohci) (ohci->flags & OHCI_QUIRK_BE_MMIO)
Dohci-ps3.c28 ohci->flags |= OHCI_QUIRK_BE_MMIO; in ps3_ohci_hc_reset()