Searched refs:ohci_regs (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci.h | 161 struct ohci_regs { struct 395 struct ohci_regs *regs; /* OHCI controller's memory */ 412 int ohci_register(struct udevice *dev, struct ohci_regs *regs);
|
| H A D | ohci-sunxi.c | 40 struct ohci_regs *regs = (struct ohci_regs *)devfdt_get_addr(dev); in ohci_usb_probe()
|
| H A D | ohci-da8xx.c | 90 struct ohci_regs *regs = (struct ohci_regs *)devfdt_get_addr(dev); in ohci_da8xx_probe()
|
| H A D | ohci-pci.c | 19 struct ohci_regs *regs; in ohci_pci_probe()
|
| H A D | ohci-generic.c | 81 struct ohci_regs *regs; in ohci_usb_probe()
|
| H A D | ohci-hcd.c | 387 struct ohci_regs *regs = controller->regs; in ohci_dump_status() 1905 struct ohci_regs *regs = ohci->regs; in hc_interrupt() 2050 gohci.regs = (struct ohci_regs *)base; in usb_lowlevel_init() 2057 gohci.regs = (struct ohci_regs *)CONFIG_SYS_USB_OHCI_REGS_BASE; in usb_lowlevel_init() 2193 int ohci_register(struct udevice *dev, struct ohci_regs *regs) in ohci_register()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 148 struct ohci_regs { struct 358 struct ohci_regs *regs; /* OHCI controller's memory */
|
| H A D | au1x00_usb_ohci.c | 253 struct ohci_regs *regs = controller->regs; in ohci_dump_status() 1353 struct ohci_regs *regs = ohci->regs; in hc_interrupt() 1559 gohci.regs = (struct ohci_regs *)(USB_OHCI_BASE | 0xA0000000); in usb_lowlevel_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci.h | 210 struct ohci_regs { struct 368 struct ohci_regs __iomem *regs;
|
| H A D | ohci-dbg.c | 103 struct ohci_regs __iomem *regs = controller->regs; in ohci_dump_status() 585 struct ohci_regs __iomem *regs; in fill_registers_buffer()
|
| H A D | ohci-at91.c | 99 struct ohci_regs __iomem *regs = hcd->regs; in at91_start_hc()
|
| H A D | u132-hcd.c | 209 offsetof(struct ohci_regs, member), 0, data); 211 offsetof(struct ohci_regs, member), 0, data); 214 ohci_regs, member), 0, data); 217 ohci_regs, member), 0, data);
|
| H A D | ohci-hcd.c | 881 struct ohci_regs __iomem *regs = ohci->regs; in ohci_irq()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | ftdi-elan.c | 2187 offsetof(struct ohci_regs, member), 0, data); 2189 offsetof(struct ohci_regs, member), 0, data);
|