Home
last modified time | relevance | path

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

/openbmc/qemu/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()