Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dehci.h741 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio) macro
744 #define ehci_big_endian_mmio(e) 0 macro
761 return ehci_big_endian_mmio(ehci) ? in ehci_readl()
785 ehci_big_endian_mmio(ehci) ? in ehci_writel()
Dehci-hcd.c222 if (ehci_big_endian_mmio(ehci)) in tdi_reset()