Home
last modified time | relevance | path

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

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