Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci.h729 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) macro
732 #define ehci_big_endian_mmio(e) 0 macro
749 return ehci_big_endian_mmio(ehci) ? in ehci_readl()
773 ehci_big_endian_mmio(ehci) ? in ehci_writel()
H A Dehci-hcd.c221 if (ehci_big_endian_mmio(ehci)) in tdi_reset()