Home
last modified time | relevance | path

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

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