Home
last modified time | relevance | path

Searched refs:SLOT_STATE (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/cdns3/
Dcdnsp-gadget.h612 #define SLOT_STATE GENMASK(31, 27) macro
613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27)
/drivers/usb/host/
Dxhci.h684 #define SLOT_STATE (0x1f << 27) macro