Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dehci.h725 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) macro
728 #define ehci_big_endian_mmio(e) 0 macro
745 return ehci_big_endian_mmio(ehci) ? in ehci_readl()
769 ehci_big_endian_mmio(ehci) ? in ehci_writel()
Dehci-hcd.c222 if (ehci_big_endian_mmio(ehci)) in tdi_reset()