Searched refs:timer_cnt (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/drivers/pcsp/ |
| H A D | pcsp_lib.c | 47 unsigned char timer_cnt, val; in pcsp_timer_update() local 68 timer_cnt = val * CUR_DIV() / 256; in pcsp_timer_update() 70 if (timer_cnt && chip->enable) { in pcsp_timer_update() 74 outb_p(timer_cnt, 0x42); in pcsp_timer_update() 84 ns = (chip->thalf ? PCSP_CALC_NS(timer_cnt) : chip->ns_rem); in pcsp_timer_update()
|
| /linux/drivers/media/cec/core/ |
| H A D | cec-pin-priv.h | 225 u32 timer_cnt; member
|
| H A D | cec-pin.c | 881 pin->timer_cnt++; in cec_pin_timer() 1260 pin->timer_100us_overruns, pin->timer_cnt); in cec_pin_adap_status() 1262 pin->timer_300us_overruns, pin->timer_cnt); in cec_pin_adap_status() 1295 pin->timer_cnt = 0; in cec_pin_adap_status()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | ctrl.c | 5633 u32 rrf_cnt, xf_cnt, timer_cnt, pages_needed; in irdma_verify_commit_fpm_gen_3() local 5654 timer_cnt = (round_up(qpwanted, 512) / 512 + 1) * in irdma_verify_commit_fpm_gen_3() 5663 rrf_cnt, rrffl_cnt, timer_cnt); in irdma_verify_commit_fpm_gen_3() 5688 u32 rrf_cnt, xf_cnt, timer_cnt, pages_needed; in irdma_set_loc_hmc_rsrc_gen_3() local 5724 timer_cnt = (round_up(qpwanted, 512) / 512 + 1) * in irdma_set_loc_hmc_rsrc_gen_3() 5727 min(timer_cnt, hmc_info->hmc_obj[IRDMA_HMC_IW_TIMER].cnt); in irdma_set_loc_hmc_rsrc_gen_3()
|