Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hub.c52 #define PORT_STAT_ENABLE 0x0002 macro
190 if (port->wPortStatus & PORT_STAT_ENABLE) { in usb_hub_attach()
191 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_attach()
354 port->wPortStatus |= PORT_STAT_ENABLE; in usb_hub_handle_control()
376 port->wPortStatus &= ~PORT_STAT_ENABLE; in usb_hub_handle_control()
488 if (dev && (port->wPortStatus & PORT_STAT_ENABLE)) { in usb_hub_broadcast_packet()