Searched refs:count3 (Results 1 – 4 of 4) sorted by relevance
75 u32 count1, count2, count3; in rtc_write_sync_lp() local89 regmap_read(data->regmap, data->offset + SNVS_LPSRTCLR, &count3); in rtc_write_sync_lp()90 } while (count2 != count3); in rtc_write_sync_lp()91 } while (count3 == count1); in rtc_write_sync_lp()
113 unsigned int count3; /* 0x00000000 */ member
523 u32 count3; /* offset 0x00ea */ member
5660 u32 count1, count2, count3, m = 0, c = 0; in __i915_chipset_val() local5678 count3 = I915_READ(CSIEC); in __i915_chipset_val()5680 total_count = count1 + count2 + count3; in __i915_chipset_val()