Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.h878 #define COMP_CODE_MASK (0xff << 24) macro
879 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24)
/linux-6.15/drivers/usb/host/
H A Dxhci.h829 #define COMP_CODE_MASK (0xff << 24) macro
830 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24)