HelenOS sources
USB_HUB_PORT_STATUS_ENABLE 302 uspace/drv/bus/usb/ehci/ehci_rh.c EHCI2USB(reg, USB_PORTSC_ENABLED_FLAG, USB_HUB_PORT_STATUS_ENABLE) |
USB_HUB_PORT_STATUS_ENABLE 245 uspace/drv/bus/usb/uhci/uhci_rh.c UHCI2USB(val, STATUS_ENABLED, USB_HUB_PORT_STATUS_ENABLE) |
USB_HUB_PORT_STATUS_ENABLE 224 uspace/drv/bus/usb/usbhub/port.c const bool enabled = !!(status & USB_HUB_PORT_STATUS_ENABLE);
USB_HUB_PORT_STATUS_ENABLE 258 uspace/drv/bus/usb/usbhub/port.c const bool enabled = !!(status & USB_HUB_PORT_STATUS_ENABLE);
HelenOS homepage, sources at GitHub