Searched refs:IBS_OP_MAX_CNT (Results 1 – 3 of 3) sorted by relevance
234 val = min(val, IBS_OP_MAX_CNT); in op_amd_start_ibs()238 val = ((val & ~IBS_OP_MAX_CNT) << 4) | (val & IBS_OP_MAX_CNT); in op_amd_start_ibs()
31 #define IBS_OP_CONFIG_MASK IBS_OP_MAX_CNT350 count += (config & IBS_OP_MAX_CNT) << 4; /* cnt rolled over */ in get_ibs_op_count()567 .cnt_mask = IBS_OP_MAX_CNT,570 .max_period = IBS_OP_MAX_CNT << 4,
225 #define IBS_OP_MAX_CNT 0x0000FFFFULL macro