Home
last modified time | relevance | path

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

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