Searched refs:Diff (Results 1 – 3 of 3) sorted by relevance
897 u32 Diff; in cpqhp_ctrl_intr() local926 Diff = readl(ctrl->hpc_reg + INT_INPUT_CLEAR) ^ ctrl->ctrl_int_comp; in cpqhp_ctrl_intr()931 writel(Diff, ctrl->hpc_reg + INT_INPUT_CLEAR); in cpqhp_ctrl_intr()936 if (!Diff) in cpqhp_ctrl_intr()940 schedule_flag += handle_switch_change((u8)(Diff & 0xFFL), ctrl); in cpqhp_ctrl_intr()941 schedule_flag += handle_presence_change((u16)((Diff & 0xFFFF0000L) >> 16), ctrl); in cpqhp_ctrl_intr()942 schedule_flag += handle_power_fault((u8)((Diff & 0xFF00L) >> 8), ctrl); in cpqhp_ctrl_intr()
1598 s16 Diff; in CorrectSysClockDeviation() local1652 Diff = oscClockDeviation - state->osc_clock_deviation; in CorrectSysClockDeviation()1654 if (Diff >= -200 && Diff <= 200) { in CorrectSysClockDeviation()
165 (4) Diff the index keys of two objects.