Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci.h631 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) macro
634 #define ehci_big_endian_mmio(e) 0 macro
651 return ehci_big_endian_mmio(ehci) ? in ehci_readl()
663 ehci_big_endian_mmio(ehci) ? in ehci_writel()
Dehci-hcd.c311 if (ehci_big_endian_mmio(ehci)) in tdi_reset()