Home
last modified time | relevance | path

Searched refs:real_count (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/macintosh/
H A Dapm_emu.c22 int real_count = 0; in pmu_apm_get_power_status() local
51 real_count++; in pmu_apm_get_power_status()
59 if (real_count) { in pmu_apm_get_power_status()
66 percentage /= real_count; in pmu_apm_get_power_status()
/openbmc/qemu/hw/sparc64/
H A Dsparc64.c199 uint64_t real_count = count & ~timer->npt_mask; in cpu_tick_set_count() local
203 cpu_to_timer_ticks(real_count, timer->frequency); in cpu_tick_set_count()
205 trace_sparc64_cpu_tick_set_count(timer->name, real_count, in cpu_tick_set_count()
215 uint64_t real_count = timer_to_cpu_ticks( in cpu_tick_get_count() local
219 trace_sparc64_cpu_tick_get_count(timer->name, real_count, in cpu_tick_get_count()
224 real_count |= timer->npt_mask; in cpu_tick_get_count()
227 return real_count; in cpu_tick_get_count()
H A Dtrace-events20 sparc64_cpu_tick_set_count(const char *name, uint64_t real_count, const char *npt, void *p) "%s set…
21 sparc64_cpu_tick_get_count(const char *name, uint64_t real_count, const char *npt, void *p) "%s get…
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c350 unsigned int real_count; in bttv_vbi_fmt_reset() local
369 real_count = ((tvnorm->cropcap.defrect.top >> 1) in bttv_vbi_fmt_reset()
373 WARN_ON(real_count > VBI_DEFLINES); in bttv_vbi_fmt_reset()
/openbmc/linux/drivers/dma/
H A Dfsl-edma-common.h150 u32 real_count; member
/openbmc/linux/drivers/net/wireless/legacy/
H A Drndis_wlan.c2045 int ret = -EINVAL, len, count, bssid_len, real_count, new_len; in rndis_check_bssid_list() local
2076 real_count = 0; in rndis_check_bssid_list()
2093 real_count++; in rndis_check_bssid_list()
2098 " %d\n", __func__, count, real_count); in rndis_check_bssid_list()