Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dehci.h722 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) macro
725 #define ehci_big_endian_mmio(e) 0 macro
742 return ehci_big_endian_mmio(ehci) ? in ehci_readl()
766 ehci_big_endian_mmio(ehci) ? in ehci_writel()
Dehci-hcd.c221 if (ehci_big_endian_mmio(ehci)) in tdi_reset()