Home
last modified time | relevance | path

Searched refs:OHCI_QUIRK_BE_DESC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-platform.c132 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
135 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
171 ohci->flags |= OHCI_QUIRK_BE_DESC; in ohci_platform_probe()
188 if (ohci->flags & OHCI_QUIRK_BE_DESC) { in ohci_platform_probe()
H A Dohci-ppc-of.c135 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_hcd_ppc_of_probe()
H A Dohci.h415 #define OHCI_QUIRK_BE_DESC 0x08 /* BE descriptors */ macro
538 #define big_endian_desc(ohci) (ohci->flags & OHCI_QUIRK_BE_DESC)
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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()
H A Dohci-ppc-of.c133 ohci->flags |= OHCI_QUIRK_BE_MMIO | OHCI_QUIRK_BE_DESC; in ohci_hcd_ppc_of_probe()
H A Dohci.h415 #define OHCI_QUIRK_BE_DESC 0x08 /* BE descriptors */ macro
538 #define big_endian_desc(ohci) (ohci->flags & OHCI_QUIRK_BE_DESC)

Completed in 6 milliseconds