Searched refs:portcount (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | bus.c | 339 uint32_t portcount, uint32_t firstport, in usb_register_companion() argument 363 for (i = 0; i < portcount; i++) { in usb_register_companion() 367 bus->ops->register_companion(bus, ports, portcount, firstport, errp); in usb_register_companion()
|
H A D | hcd-ehci.c | 780 uint32_t portcount, uint32_t firstport, in ehci_register_companion() argument 786 if (firstport + portcount > EHCI_PORTS) { in ehci_register_companion() 788 EHCI_PORTS - portcount); in ehci_register_companion() 792 for (i = 0; i < portcount; i++) { in ehci_register_companion() 796 firstport, firstport, firstport + portcount - 1, in ehci_register_companion() 802 for (i = 0; i < portcount; i++) { in ehci_register_companion() 811 s->caps[0x05] = (s->companion_count << 4) | portcount; in ehci_register_companion()
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 493 uint32_t portcount, uint32_t firstport, 507 uint32_t portcount, uint32_t firstport,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
H A D | 0003-Fix-off-by-one-overflow-in-the-IP-protocol-table.patch | 65 void PortList::initializePortMap(int protocol, u16 *ports, int portcount) {
|