Searched refs:OCXL_DVSEC_ACTAG_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/misc/ocxl/
H A Dconfig.c12 #define OCXL_DVSEC_ACTAG_MASK GENMASK(11, 0) macro
744 val = actag_count & OCXL_DVSEC_ACTAG_MASK;
747 val = actag_base & OCXL_DVSEC_ACTAG_MASK;
932 val = (tag_first & OCXL_DVSEC_ACTAG_MASK) << 16;
933 val |= tag_count & OCXL_DVSEC_ACTAG_MASK;

Completed in 110 milliseconds