Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Diotkit-secctl.c271 for (i = 0; i < ppc->numports; i++) { in iotkit_secctl_update_ppc_ap()
287 ppc->ns = value & MAKE_64BIT_MASK(0, ppc->numports); in iotkit_secctl_ppc_ns_write()
288 for (i = 0; i < ppc->numports; i++) { in iotkit_secctl_ppc_ns_write()
296 ppc->sp = value & MAKE_64BIT_MASK(0, ppc->numports); in iotkit_secctl_ppc_sp_write()
302 ppc->nsp = value & MAKE_64BIT_MASK(0, ppc->numports); in iotkit_secctl_ppc_nsp_write()
665 int numports, in iotkit_secctl_init_ppc() argument
671 ppc->numports = numports; in iotkit_secctl_init_ppc()
676 qdev_init_gpio_out_named(dev, ppc->nonsec, gpioname, numports); in iotkit_secctl_init_ppc()
679 qdev_init_gpio_out_named(dev, ppc->ap, gpioname, numports); in iotkit_secctl_init_ppc()
/qemu/include/hw/misc/
H A Diotkit-secctl.h89 int numports; member
/qemu/hw/usb/
H A Dhcd-xhci.h213 uint32_t numports; member
H A Dhcd-xhci.c2072 if (port < 1 || port > xhci->numports) { in xhci_lookup_uport()
2446 dma_memory_set(xhci->as, ctx + 1, 80, xhci->numports, in xhci_get_port_bandwidth()
2718 for (i = 0; i < xhci->numports; i++) { in xhci_reset()
3345 xhci->numports = xhci->numports_2 + xhci->numports_3; in usb_xhci_init()
3432 for (i = 0; i < xhci->numports; i++) { in usb_xhci_realize()
3463 for (i = 0; i < xhci->numports; i++) { in usb_xhci_unrealize()
3608 VMSTATE_STRUCT_VARRAY_UINT32(ports, XHCIState, numports, 1,