Home
last modified time | relevance | path

Searched refs:portscbase (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/usb/
H A Dhcd-ehci-sysbus.c69 s->portscbase = sec->portscbase; in ehci_sysbus_init()
90 sec->portscbase = 0x44; in ehci_sysbus_class_init()
166 sec->portscbase = 0x44; in ehci_npcm7xx_class_init()
234 hwaddr off = s->opregbase + s->portscbase + 4 * s->portnr + addr; in fusbh200_ehci_read()
269 s->opregbase + s->portscbase + 4 * s->portnr, in fusbh200_ehci_init()
280 sec->portscbase = 0x20; in fusbh200_ehci_class_init()
H A Dhcd-ehci.h266 uint16_t portscbase; member
368 uint16_t portscbase; member
H A Dhcd-ehci-pci.c85 s->portscbase = 0x44; in usb_ehci_pci_init()
H A Dhcd-ehci.c935 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()