Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-snvs.c75 u32 count1, count2, count3; in rtc_write_sync_lp() local
89 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()
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_msgtype6.h113 unsigned int count3; /* 0x00000000 */ member
/linux-4.4.14/drivers/staging/comedi/drivers/
Djr3_pci.h523 u32 count3; /* offset 0x00ea */ member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c5660 u32 count1, count2, count3, m = 0, c = 0; in __i915_chipset_val() local
5678 count3 = I915_READ(CSIEC); in __i915_chipset_val()
5680 total_count = count1 + count2 + count3; in __i915_chipset_val()