Home
last modified time | relevance | path

Searched refs:PORT_STAT_ENABLE (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Ddev-hub.c58 #define PORT_STAT_ENABLE 0x0002 macro
190 if (port->wPortStatus & PORT_STAT_ENABLE) { in usb_hub_detach()
191 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_detach()
247 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
378 port->wPortStatus |= PORT_STAT_ENABLE; in usb_hub_handle_control()
403 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
/dports/emulators/bochs/bochs-2.7/iodev/usb/
H A Dusb_hub.cc74 #define PORT_STAT_ENABLE 0x0002 macro
421 hub.usb_port[n].PortStatus |= PORT_STAT_ENABLE; in handle_control()
438 hub.usb_port[n].PortStatus &= ~PORT_STAT_ENABLE; in handle_control()
548 if ((dev != NULL) && (hub.usb_port[i].PortStatus & PORT_STAT_ENABLE)) { in broadcast_packet()
661 if (hub.usb_port[port].PortStatus & PORT_STAT_ENABLE) { in usb_set_connect_status()
662 hub.usb_port[port].PortStatus &= ~PORT_STAT_ENABLE; in usb_set_connect_status()
767 if ((dev != NULL) && (hub.usb_port[i].PortStatus & PORT_STAT_ENABLE)) { in find_device()
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Ddev-hub.c65 #define PORT_STAT_ENABLE 0x0002 macro
248 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
297 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
423 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
453 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
477 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Ddev-hub.c66 #define PORT_STAT_ENABLE 0x0002 macro
249 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
298 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
424 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
454 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
478 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Ddev-hub.c66 #define PORT_STAT_ENABLE 0x0002 macro
249 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
298 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
424 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
454 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
478 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Ddev-hub.c65 #define PORT_STAT_ENABLE 0x0002 macro
248 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
297 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
423 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
453 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
477 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Ddev-hub.c66 #define PORT_STAT_ENABLE 0x0002 macro
249 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
298 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
424 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
454 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
478 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Ddev-hub.c65 #define PORT_STAT_ENABLE 0x0002 macro
248 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
297 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
423 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
453 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
477 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Ddev-hub.c66 #define PORT_STAT_ENABLE 0x0002 macro
249 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
298 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
424 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
454 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
478 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Ddev-hub.c65 #define PORT_STAT_ENABLE 0x0002 macro
248 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_detach()
297 if (!(port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_find_device()
423 usb_hub_port_set(port, PORT_STAT_ENABLE); in usb_hub_handle_control()
453 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
477 usb_hub_port_clear(port, PORT_STAT_ENABLE); in usb_hub_handle_control()