Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h882 #define COMP_CODE_MASK (0xff << 24) macro
883 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24)
/linux/drivers/usb/host/
H A Dxhci.h831 #define COMP_CODE_MASK (0xff << 24) macro
832 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24)