Searched refs:ppq (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/core/seq/ |
| H A D | seq_timer.c | 27 tmr->tick.resolution = (tmr->tempo * tmr->tempo_base) / tmr->ppq; in snd_seq_timer_set_tick_resolution() 31 s = tmr->tempo % tmr->ppq; in snd_seq_timer_set_tick_resolution() 32 s = (s * tmr->tempo_base) / tmr->ppq; in snd_seq_timer_set_tick_resolution() 33 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * tmr->tempo_base; in snd_seq_timer_set_tick_resolution() 83 tmr->ppq = 96; /* 96 PPQ */ in snd_seq_timer_defaults() 172 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq, in snd_seq_timer_set_tempo_ppq() argument 179 if (tempo <= 0 || ppq <= 0) in snd_seq_timer_set_tempo_ppq() 185 if (tmr->running && (ppq != tmr->ppq)) { in snd_seq_timer_set_tempo_ppq() 191 changed = (tempo != tmr->tempo) || (ppq != tmr->ppq); in snd_seq_timer_set_tempo_ppq() 193 tmr->ppq = ppq; in snd_seq_timer_set_tempo_ppq()
|
| H A D | seq_timer.h | 25 int ppq; /* time resolution, ticks/quarter */ member 118 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq,
|
| H A D | seq_queue.c | 450 result = snd_seq_timer_set_tempo_ppq(q->timer, info->tempo, info->ppq, in snd_seq_queue_timer_set_tempo() 700 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq); in snd_seq_info_queues_read()
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_timer.c | 119 timer->ppq = timer->oss_timebase; in calc_alsa_tempo() 157 tmprec.ppq = timer->ppq; in snd_seq_oss_timer_start()
|
| H A D | seq_oss_timer.h | 22 int tempo, ppq; /* ALSA queue */ member
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 2203 static void fbnic_disable_bdq(struct fbnic_ring *hpq, struct fbnic_ring *ppq) in fbnic_disable_bdq() argument 2555 static void fbnic_enable_bdq(struct fbnic_ring *hpq, struct fbnic_ring *ppq) in fbnic_enable_bdq() argument 2562 ppq->tail = 0; in fbnic_enable_bdq() 2563 ppq->head = 0; in fbnic_enable_bdq() 2576 if (!ppq->size_mask) in fbnic_enable_bdq() 2579 log_size = fls(ppq->size_mask); in fbnic_enable_bdq() 2585 fbnic_ring_wr32(ppq, FBNIC_QUEUE_BDQ_PPQ_BAL, lower_32_bits(ppq->dma)); in fbnic_enable_bdq() 2586 fbnic_ring_wr32(ppq, FBNIC_QUEUE_BDQ_PPQ_BAH, upper_32_bits(ppq->dma)); in fbnic_enable_bdq() 2587 fbnic_ring_wr32(ppq, FBNIC_QUEUE_BDQ_PPQ_SIZE, log_size & 0xf); in fbnic_enable_bdq()
|
| /linux/lib/crypto/ |
| H A D | curve25519-hacl64.c | 477 static __always_inline void addanddouble_fmonty(u64 *pp, u64 *ppq, u64 *p, in addanddouble_fmonty() argument 483 u64 *x3 = ppq; in addanddouble_fmonty() 484 u64 *z3 = ppq + 5; in addanddouble_fmonty()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-hw.c | 1506 unsigned int ppq, ppq_extra, prio, prio_queues; in xlgmac_config_queue_mapping() local 1551 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xlgmac_config_queue_mapping() 1558 for (j = 0; j < ppq; j++) { in xlgmac_config_queue_mapping()
|