Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/cdns3/
Dcdnsp-gadget.h613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27) macro
/kernel/linux/linux-6.6/drivers/usb/host/
Dxhci.h683 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h680 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro