Home
last modified time | relevance | path

Searched defs:GET_SLOT_STATE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27) macro
/linux/drivers/usb/host/
H A Dxhci.h401 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro