Home
last modified time | relevance | path

Searched refs:next_period (Results 1 – 3 of 3) sorted by relevance

/linux/sound/atmel/
H A Dac97c.c469 int offset, next_period, block_size; in atmel_ac97c_interrupt() local
484 next_period = chip->playback_period + 1; in atmel_ac97c_interrupt()
485 if (next_period == runtime->periods) in atmel_ac97c_interrupt()
486 next_period = 0; in atmel_ac97c_interrupt()
488 offset = block_size * next_period; in atmel_ac97c_interrupt()
502 next_period = chip->capture_period + 1; in atmel_ac97c_interrupt()
503 if (next_period == runtime->periods) in atmel_ac97c_interrupt()
504 next_period = 0; in atmel_ac97c_interrupt()
506 offset = block_size * next_period; in atmel_ac97c_interrupt()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c759 if (!time_after_eq(now, ptp->next_period)) { in bnxt_ptp_ts_aux_work()
762 return ptp->next_period - now; in bnxt_ptp_ts_aux_work()
766 ptp->next_period = now + HZ; in bnxt_ptp_ts_aux_work()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2913 unsigned long next_period; in sge_timer_tx() local
2927 next_period = TX_RECLAIM_PERIOD >> in sge_timer_tx()
2930 mod_timer(&qs->tx_reclaim_timer, jiffies + next_period); in sge_timer_tx()