Home
last modified time | relevance | path

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

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