Home
last modified time | relevance | path

Searched refs:ohci_regs (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h161 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 Dohci-generic.c79 struct ohci_regs *regs = (struct ohci_regs *)devfdt_get_addr(dev); in ohci_usb_probe()
H A Dohci-hcd.c383 struct ohci_regs *regs = controller->regs; in ohci_dump_status()
1903 struct ohci_regs *regs = ohci->regs; in hc_interrupt()
2048 gohci.regs = (struct ohci_regs *)base; in usb_lowlevel_init()
2052 gohci.regs = (struct ohci_regs *)CONFIG_SYS_USB_OHCI_REGS_BASE; in usb_lowlevel_init()
2188 int ohci_register(struct udevice *dev, struct ohci_regs *regs) in ohci_register()
/openbmc/linux/drivers/usb/host/
H A Dohci.h210 struct ohci_regs { struct
368 struct ohci_regs __iomem *regs;
H A Dohci-dbg.c103 struct ohci_regs __iomem *regs = controller->regs; in ohci_dump_status()
585 struct ohci_regs __iomem *regs; in fill_registers_buffer()
H A Dohci-at91.c99 struct ohci_regs __iomem *regs = hcd->regs; in at91_start_hc()
H A Dohci-hcd.c879 struct ohci_regs __iomem *regs = ohci->regs; in ohci_irq()