Searched refs:portscbase (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-ehci-sysbus.c | 68 s->portscbase = sec->portscbase; in ehci_sysbus_init() 89 sec->portscbase = 0x44; in ehci_sysbus_class_init() 136 sec->portscbase = 0x44; in ehci_npcm7xx_class_init() 185 hwaddr off = s->opregbase + s->portscbase + 4 * s->portnr + addr; in fusbh200_ehci_read() 220 s->opregbase + s->portscbase + 4 * s->portnr, in fusbh200_ehci_init() 231 sec->portscbase = 0x20; in fusbh200_ehci_class_init()
|
H A D | hcd-ehci.h | 266 uint16_t portscbase; member 368 uint16_t portscbase; member
|
H A D | hcd-ehci-pci.c | 85 s->portscbase = 0x44; in usb_ehci_pci_init()
|
H A D | hcd-ehci.c | 935 trace_usb_ehci_portsc_read(addr + s->portscbase, addr >> 2, val); in ehci_port_read() 976 trace_usb_ehci_portsc_write(addr + s->portscbase, addr >> 2, val); in ehci_port_write() 1017 trace_usb_ehci_portsc_change(addr + s->portscbase, addr >> 2, *portsc, old); in ehci_port_write() 2525 memory_region_add_subregion(&s->mem, s->opregbase + s->portscbase, in usb_ehci_realize() 2593 "operational", s->portscbase); in usb_ehci_init()
|