OCXL_DVSEC_ACTAG_MASK 666 drivers/misc/ocxl/config.c val = actag_count & OCXL_DVSEC_ACTAG_MASK; OCXL_DVSEC_ACTAG_MASK 669 drivers/misc/ocxl/config.c val = actag_base & OCXL_DVSEC_ACTAG_MASK; OCXL_DVSEC_ACTAG_MASK 854 drivers/misc/ocxl/config.c val = (tag_first & OCXL_DVSEC_ACTAG_MASK) << 16; OCXL_DVSEC_ACTAG_MASK 855 drivers/misc/ocxl/config.c val |= tag_count & OCXL_DVSEC_ACTAG_MASK;