Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci.h617 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) macro
619 #define ehci_big_endian_mmio(e) 0 macro
635 return ehci_big_endian_mmio(ehci) ? in ehci_readl()
647 ehci_big_endian_mmio(ehci) ? in ehci_writel()
Dehci-hcd.c195 if (ehci_big_endian_mmio(ehci)) in tdi_reset()