Home
last modified time | relevance | path

Searched refs:NB_PORTS (Results 1 – 25 of 48) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dhcd-ehci.h41 #define NB_PORTS 6 /* Max. Number of downstream ports */
292 uint32_t portsc[NB_PORTS];
302 USBPort ports[NB_PORTS];
303 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.h38 #define NB_PORTS 2 macro
62 UHCIPort ports[NB_PORTS];
H A Dhcd-uhci.c327 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
369 VMSTATE_STRUCT_ARRAY(ports, UHCIState, NB_PORTS, 1,
409 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
462 if (n >= NB_PORTS) in uhci_port_write()
518 if (n >= NB_PORTS) in uhci_port_read()
612 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1177 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1178 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1181 usb_register_companion(s->masterbus, ports, NB_PORTS, in usb_uhci_common_realize()
1191 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
H A Dhcd-ehci.c784 if (firstport + portcount > NB_PORTS) {
786 NB_PORTS - portcount);
832 for (i = 0; i < NB_PORTS; i++) {
851 USBDevice *devs[NB_PORTS];
859 for(i = 0; i < NB_PORTS; i++) {
878 for(i = 0; i < NB_PORTS; i++) {
1087 for(i = 0; i < NB_PORTS; i++)
2424 for (i = 0; i < NB_PORTS; i++) {
2506 if (s->portnr > NB_PORTS) {
2508 NB_PORTS);
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-ehci.h41 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
292 uint32_t portsc[NB_PORTS];
302 USBPort ports[NB_PORTS];
303 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.h38 #define NB_PORTS 2 macro
62 UHCIPort ports[NB_PORTS];
H A Dhcd-uhci.c328 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
370 VMSTATE_STRUCT_ARRAY(ports, UHCIState, NB_PORTS, 1,
410 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
463 if (n >= NB_PORTS) in uhci_port_write()
519 if (n >= NB_PORTS) in uhci_port_read()
613 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1178 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1179 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1182 usb_register_companion(s->masterbus, ports, NB_PORTS, in usb_uhci_common_realize()
1192 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
H A Dhcd-ehci.c784 if (firstport + portcount > NB_PORTS) { in ehci_register_companion()
786 NB_PORTS - portcount); in ehci_register_companion()
832 for (i = 0; i < NB_PORTS; i++) { in ehci_find_device()
851 USBDevice *devs[NB_PORTS]; in ehci_reset()
859 for(i = 0; i < NB_PORTS; i++) { in ehci_reset()
878 for(i = 0; i < NB_PORTS; i++) { in ehci_reset()
1087 for(i = 0; i < NB_PORTS; i++) in ehci_opreg_write()
2424 for (i = 0; i < NB_PORTS; i++) { in usb_ehci_post_load()
2506 if (s->portnr > NB_PORTS) { in usb_ehci_realize()
2508 NB_PORTS); in usb_ehci_realize()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-ehci.h41 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
292 uint32_t portsc[NB_PORTS];
302 USBPort ports[NB_PORTS];
303 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.c53 #define NB_PORTS 2 macro
132 UHCIPort ports[NB_PORTS];
382 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
464 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
517 if (n >= NB_PORTS) in uhci_port_write()
573 if (n >= NB_PORTS) in uhci_port_read()
667 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1232 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1233 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1246 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dhcd-ehci.h41 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
292 uint32_t portsc[NB_PORTS];
302 USBPort ports[NB_PORTS];
303 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.h38 #define NB_PORTS 2 macro
62 UHCIPort ports[NB_PORTS];
H A Dhcd-uhci.c328 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
370 VMSTATE_STRUCT_ARRAY(ports, UHCIState, NB_PORTS, 1,
410 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
463 if (n >= NB_PORTS) in uhci_port_write()
519 if (n >= NB_PORTS) in uhci_port_read()
613 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1178 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1179 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1182 usb_register_companion(s->masterbus, ports, NB_PORTS, in usb_uhci_common_realize()
1192 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dhcd-ehci.h40 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
291 uint32_t portsc[NB_PORTS];
301 USBPort ports[NB_PORTS];
302 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.c52 #define NB_PORTS 2 macro
131 UHCIPort ports[NB_PORTS];
380 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
462 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
515 if (n >= NB_PORTS) in uhci_port_write()
571 if (n >= NB_PORTS) in uhci_port_read()
665 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1230 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1231 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1244 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
H A Dhcd-ehci.c785 if (firstport + portcount > NB_PORTS) { in ehci_register_companion()
787 NB_PORTS - portcount); in ehci_register_companion()
833 for (i = 0; i < NB_PORTS; i++) { in ehci_find_device()
852 USBDevice *devs[NB_PORTS]; in ehci_reset()
860 for(i = 0; i < NB_PORTS; i++) { in ehci_reset()
879 for(i = 0; i < NB_PORTS; i++) { in ehci_reset()
1088 for(i = 0; i < NB_PORTS; i++) in ehci_opreg_write()
2420 for (i = 0; i < NB_PORTS; i++) { in usb_ehci_post_load()
2502 if (s->portnr > NB_PORTS) { in usb_ehci_realize()
2504 NB_PORTS); in usb_ehci_realize()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dhcd-ehci.h40 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
291 uint32_t portsc[NB_PORTS];
301 USBPort ports[NB_PORTS];
302 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.c52 #define NB_PORTS 2 macro
131 UHCIPort ports[NB_PORTS];
380 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
462 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
515 if (n >= NB_PORTS) in uhci_port_write()
571 if (n >= NB_PORTS) in uhci_port_read()
665 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1230 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1231 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1244 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Dhcd-ehci.h42 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
293 uint32_t portsc[NB_PORTS];
303 USBPort ports[NB_PORTS];
304 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.c49 #define NB_PORTS 2 macro
128 UHCIPort ports[NB_PORTS];
377 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
459 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
512 if (n >= NB_PORTS) in uhci_port_write()
568 if (n >= NB_PORTS) in uhci_port_read()
662 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1225 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1226 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1239 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
H A Dhcd-ehci.c782 if (firstport + portcount > NB_PORTS) { in ehci_register_companion()
784 NB_PORTS - portcount); in ehci_register_companion()
830 for (i = 0; i < NB_PORTS; i++) { in ehci_find_device()
849 USBDevice *devs[NB_PORTS]; in ehci_reset()
857 for(i = 0; i < NB_PORTS; i++) { in ehci_reset()
876 for(i = 0; i < NB_PORTS; i++) { in ehci_reset()
1085 for(i = 0; i < NB_PORTS; i++) in ehci_opreg_write()
2403 for (i = 0; i < NB_PORTS; i++) { in usb_ehci_post_load()
2485 if (s->portnr > NB_PORTS) { in usb_ehci_realize()
2487 NB_PORTS); in usb_ehci_realize()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dhcd-ehci.h40 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
291 uint32_t portsc[NB_PORTS];
301 USBPort ports[NB_PORTS];
302 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.c52 #define NB_PORTS 2 macro
131 UHCIPort ports[NB_PORTS];
380 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
462 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
515 if (n >= NB_PORTS) in uhci_port_write()
571 if (n >= NB_PORTS) in uhci_port_read()
665 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1230 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1231 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1244 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dhcd-ehci.h40 #define NB_PORTS 6 /* Max. Number of downstream ports */ macro
291 uint32_t portsc[NB_PORTS];
301 USBPort ports[NB_PORTS];
302 USBPort *companion_ports[NB_PORTS];
H A Dhcd-uhci.c52 #define NB_PORTS 2 macro
131 UHCIPort ports[NB_PORTS];
380 for(i = 0; i < NB_PORTS; i++) { in uhci_reset()
462 for(i = 0; i < NB_PORTS; i++) { in uhci_port_write()
515 if (n >= NB_PORTS) in uhci_port_write()
571 if (n >= NB_PORTS) in uhci_port_read()
665 for (i = 0; i < NB_PORTS; i++) { in uhci_find_device()
1230 USBPort *ports[NB_PORTS]; in usb_uhci_common_realize()
1231 for(i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
1244 for (i = 0; i < NB_PORTS; i++) { in usb_uhci_common_realize()
[all …]

12