Home
last modified time | relevance | path

Searched refs:nb_ovf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/counter/
H A Dti-ecap-capture.c93 atomic_t nb_ovf; member
293 *val = atomic_read(&ecap_dev->nb_ovf); in ecap_cnt_nb_ovf_read()
306 atomic_set(&ecap_dev->nb_ovf, val); in ecap_cnt_nb_ovf_write()
456 atomic_inc(&ecap_dev->nb_ovf); in ecap_cnt_isr()
H A Dstm32-timer-cnt.c49 u64 nb_ovf; member
312 *val = priv->nb_ovf; in stm32_count_nb_ovf_read()
325 priv->nb_ovf = val; in stm32_count_nb_ovf_write()
636 priv->nb_ovf++; in stm32_timer_cnt_isr()