Searched refs:IBS_OP_MAX_CNT (Results 1 – 3 of 3) sorted by relevance
235 val = min(val, IBS_OP_MAX_CNT); in op_amd_start_ibs()239 val = ((val & ~IBS_OP_MAX_CNT) << 4) | (val & IBS_OP_MAX_CNT); in op_amd_start_ibs()
29 #define IBS_OP_CONFIG_MASK IBS_OP_MAX_CNT312 count += (config & IBS_OP_MAX_CNT) << 4; /* cnt rolled over */ in get_ibs_op_count()505 .cnt_mask = IBS_OP_MAX_CNT,508 .max_period = IBS_OP_MAX_CNT << 4,
216 #define IBS_OP_MAX_CNT 0x0000FFFFULL macro