Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci-platform.c131 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
134 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
170 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
187 if (ohci->flags & OHCI_QUIRK_BE_DESC) { in ohci_platform_probe()
Dohci-ppc-of.c133 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_hcd_ppc_of_probe()
Dohci.h415 #define OHCI_QUIRK_BE_DESC 0x08 /* BE descriptors */ macro
538 #define big_endian_desc(ohci) (ohci->flags & OHCI_QUIRK_BE_DESC)