Home
last modified time | relevance | path

Searched refs:big_endian_mmio (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dohci.h549 #define big_endian_mmio(ohci) (ohci->flags & OHCI_QUIRK_BE_MMIO)
551 #define big_endian_mmio(ohci) 1 /* only big endian */
554 #define big_endian_mmio(ohci) 0 /* only little endian */
566 return big_endian_mmio(ohci) ?
578 big_endian_mmio(ohci) ?
A Dehci.h215 unsigned big_endian_mmio:1; member
695 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio)

Completed in 9 milliseconds