Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci.h735 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) macro
738 #define ehci_big_endian_mmio(e) 0 macro
755 return ehci_big_endian_mmio(ehci) ? in ehci_readl()
779 ehci_big_endian_mmio(ehci) ? in ehci_writel()
H A Dehci-hcd.c222 if (ehci_big_endian_mmio(ehci)) in tdi_reset()