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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci.h484 #define big_endian_mmio(ohci) (ohci->flags & OHCI_QUIRK_BE_MMIO) macro
486 #define big_endian_mmio(ohci) 1 /* only big endian */ macro
489 #define big_endian_mmio(ohci) 0 /* only little endian */ macro
509 return big_endian_mmio(ohci) ?
521 big_endian_mmio(ohci) ?
H A Dehci-ps3.c28 ehci->big_endian_mmio = 1;
H A Dehci.h154 unsigned big_endian_mmio:1; member in struct:ehci_hcd
739 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio)
H A Dehci-pci.c79 ehci->big_endian_mmio = 1;

Completed in 21 milliseconds