Searched defs:GET_SLOT_STATE (Results 1 – 2 of 2) sorted by relevance
| /drivers/usb/cdns3/ | ||
| A D | cdnsp-gadget.h | 620 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27) macro |
| /drivers/usb/host/ | ||
| A D | xhci.h | 401 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro |
Completed in 30 milliseconds