Searched defs:SLOT_STATE (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/drivers/usb/host/ | ||
| H A D | xhci.h | 563 #define SLOT_STATE (0x1f << 27) macro |
| /openbmc/qemu/hw/usb/ | ||
| H A D | hcd-xhci.c | 207 #define SLOT_STATE(s) (((s)>>SLOT_STATE_SHIFT)&SLOT_STATE_MASK) macro |