Home
last modified time | relevance | path

Searched refs:big_endian_mmio (Results 1 – 16 of 16) sorted by relevance

/drivers/usb/host/
Dehci-platform.c163 ehci->big_endian_mmio = 1; in ehci_platform_probe()
169 ehci->big_endian_mmio = ehci->big_endian_desc = 1; in ehci_platform_probe()
203 if (pdata->big_endian_mmio) in ehci_platform_probe()
204 ehci->big_endian_mmio = 1; in ehci_platform_probe()
211 if (ehci->big_endian_mmio) { in ehci_platform_probe()
Dohci.h548 #define big_endian_mmio(ohci) (ohci->flags & OHCI_QUIRK_BE_MMIO) macro
550 #define big_endian_mmio(ohci) 1 /* only big endian */ macro
553 #define big_endian_mmio(ohci) 0 /* only little endian */ macro
565 return big_endian_mmio(ohci) ? in _ohci_readl()
577 big_endian_mmio(ohci) ? in _ohci_writel()
Dehci-ppc-of.c154 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
158 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
Dehci-pmcmsp.c75 ehci->big_endian_mmio = 1; in ehci_msp_setup()
201 ehci->big_endian_mmio = 1; in usb_hcd_msp_probe()
Dehci-grlib.c122 ehci->big_endian_mmio = 1; in ehci_hcd_grlib_probe()
Duhci-grlib.c40 uhci->big_endian_mmio = 1; in uhci_grlib_init()
Dehci-xilinx-of.c162 ehci->big_endian_mmio = 1; in ehci_hcd_xilinx_of_probe()
Duhci-hcd.h432 unsigned int big_endian_mmio:1; /* Big endian registers */ member
556 #define uhci_big_endian_mmio(u) ((u)->big_endian_mmio)
Dehci.h210 unsigned big_endian_mmio:1; member
722 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio)
Dehci-ps3.c45 ehci->big_endian_mmio = 1; in ps3_ehci_hc_reset()
Dehci-fsl.c385 ehci->big_endian_mmio = pdata->big_endian_mmio; in ehci_fsl_setup()
Dehci-pci.c110 ehci->big_endian_mmio = 1; in ehci_pci_setup()
Dfsl-mph-dr-of.c334 .big_endian_mmio = 1,
Dohci-platform.c172 if (pdata->big_endian_mmio) in ohci_platform_probe()
/drivers/usb/phy/
Dphy-fsl-usb.c865 if (pdata->big_endian_mmio) { in usb_otg_start()
/drivers/usb/gadget/udc/
Dfsl_udc_core.c118 if (pdata->big_endian_mmio) { in fsl_set_accessors()