Searched refs:big_endian_mmio (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci.h540 #define big_endian_mmio(ohci) (ohci->flags & OHCI_QUIRK_BE_MMIO) macro
542 #define big_endian_mmio(ohci) 1 /* only big endian */ macro
545 #define big_endian_mmio(ohci) 0 /* only little endian */ macro
557 return big_endian_mmio(ohci) ?
569 big_endian_mmio(ohci) ?
H A Dehci-ppc-of.c173 ehci->big_endian_mmio = 1;
177 ehci->big_endian_mmio = 1;
H A Dehci-ixp4xx.c22 ehci->big_endian_mmio = 1;
H A Dehci-xilinx-of.c204 ehci->big_endian_mmio = 1;
H A Dehci.h128 unsigned big_endian_mmio:1; member in struct:ehci_hcd
604 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio)
H A Dehci-ps3.c29 ehci->big_endian_mmio = 1;
H A Dehci-pci.c95 ehci->big_endian_mmio = 1;

Completed in 139 milliseconds