Home
last modified time | relevance | path

Searched refs:big_endian_mmio (Results 1 - 25 of 41) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/usb/host/
H A 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()
H A Dehci-platform.c281 ehci->big_endian_mmio = 1; in ehci_platform_probe()
287 ehci->big_endian_mmio = ehci->big_endian_desc = 1; in ehci_platform_probe()
330 if (pdata->big_endian_mmio) in ehci_platform_probe()
331 ehci->big_endian_mmio = 1; in ehci_platform_probe()
338 if (ehci->big_endian_mmio) { in ehci_platform_probe()
H A Dehci-ppc-of.c155 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
159 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
H A Dehci-pmcmsp.c75 ehci->big_endian_mmio = 1; in ehci_msp_setup()
201 ehci->big_endian_mmio = 1; in usb_hcd_msp_probe()
H A Dehci-xilinx-of.c162 ehci->big_endian_mmio = 1; in ehci_hcd_xilinx_of_probe()
H A Duhci-grlib.c40 uhci->big_endian_mmio = 1; in uhci_grlib_init()
H A Dehci-grlib.c122 ehci->big_endian_mmio = 1; in ehci_hcd_grlib_probe()
H A Dehci.h210 unsigned big_endian_mmio:1; member
723 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio)
H A Duhci-hcd.h432 unsigned int big_endian_mmio:1; /* Big endian registers */ member
556 #define uhci_big_endian_mmio(u) ((u)->big_endian_mmio)
H A Dehci-ps3.c45 ehci->big_endian_mmio = 1; in ps3_ehci_hc_reset()
H A Dehci-brcm.c98 ehci->big_endian_mmio = 1; in ehci_brcm_reset()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-platform.c278 ehci->big_endian_mmio = 1; in ehci_platform_probe()
284 ehci->big_endian_mmio = ehci->big_endian_desc = 1; in ehci_platform_probe()
330 if (pdata->big_endian_mmio) in ehci_platform_probe()
331 ehci->big_endian_mmio = 1; in ehci_platform_probe()
340 if (ehci->big_endian_mmio) { in ehci_platform_probe()
H A 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()
H A Dehci-ppc-of.c155 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
159 ehci->big_endian_mmio = 1; in ehci_hcd_ppc_of_probe()
H A Dehci-grlib.c122 ehci->big_endian_mmio = 1; in ehci_hcd_grlib_probe()
H A Dehci-xilinx-of.c164 ehci->big_endian_mmio = 1; in ehci_hcd_xilinx_of_probe()
H A Duhci-grlib.c40 uhci->big_endian_mmio = 1; in uhci_grlib_init()
H A Dehci.h211 unsigned big_endian_mmio:1; member
735 #define ehci_big_endian_mmio(e) ((e)->big_endian_mmio)
H A Duhci-hcd.h428 unsigned int big_endian_mmio:1; /* Big endian registers */ member
560 #define uhci_big_endian_mmio(u) ((u)->big_endian_mmio)
/kernel/linux/linux-5.10/include/linux/usb/
H A Dohci_pdriver.h27 * @big_endian_mmio: BE registers
36 unsigned big_endian_mmio:1; member
H A Dehci_pdriver.h49 unsigned big_endian_mmio:1; member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dohci_pdriver.h13 * @big_endian_mmio: BE registers
22 unsigned big_endian_mmio:1; member
H A Dehci_pdriver.h35 unsigned big_endian_mmio:1; member
/kernel/linux/linux-5.10/include/linux/
H A Dfsl_devices.h87 unsigned big_endian_mmio:1; member
/kernel/linux/linux-6.6/include/linux/
H A Dfsl_devices.h87 unsigned big_endian_mmio:1; member

Completed in 20 milliseconds

12