Searched refs:ppq (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/sound/core/seq/ |
D | seq_timer.c | 39 tmr->tick.resolution = (tmr->tempo * 1000) / tmr->ppq; in snd_seq_timer_set_tick_resolution() 43 s = tmr->tempo % tmr->ppq; in snd_seq_timer_set_tick_resolution() 44 s = (s * 1000) / tmr->ppq; in snd_seq_timer_set_tick_resolution() 45 tmr->tick.resolution = (tmr->tempo / tmr->ppq) * 1000; in snd_seq_timer_set_tick_resolution() 97 tmr->ppq = 96; /* 96 PPQ */ in snd_seq_timer_defaults() 195 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq) in snd_seq_timer_set_tempo_ppq() argument 202 if (tempo <= 0 || ppq <= 0) in snd_seq_timer_set_tempo_ppq() 205 if (tmr->running && (ppq != tmr->ppq)) { in snd_seq_timer_set_tempo_ppq() 212 changed = (tempo != tmr->tempo) || (ppq != tmr->ppq); in snd_seq_timer_set_tempo_ppq() 214 tmr->ppq = ppq; in snd_seq_timer_set_tempo_ppq()
|
D | seq_timer.h | 40 int ppq; /* time resolution, ticks/quarter */ member 134 int snd_seq_timer_set_tempo_ppq(struct snd_seq_timer *tmr, int tempo, int ppq);
|
D | seq_queue.c | 480 result = snd_seq_timer_set_tempo_ppq(q->timer, info->tempo, info->ppq); in snd_seq_queue_timer_set_tempo() 772 snd_iprintf(buffer, "timer PPQ : %d\n", tmr->ppq); in snd_seq_info_queues_read()
|
D | seq_clientmgr.c | 1665 tempo->ppq = tmr->ppq; in snd_seq_ioctl_get_queue_tempo()
|
/Linux-v4.19/sound/core/seq/oss/ |
D | seq_oss_timer.c | 132 timer->ppq = timer->oss_timebase; in calc_alsa_tempo() 170 tmprec.ppq = timer->ppq; in snd_seq_oss_timer_start()
|
D | seq_oss_timer.h | 35 int tempo, ppq; /* ALSA queue */ member
|
/Linux-v4.19/include/uapi/sound/ |
D | asequencer.h | 506 int ppq; /* time resolution, ticks/quarter */ member
|
/Linux-v4.19/drivers/net/ethernet/synopsys/ |
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()
|
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 2594 unsigned int ppq, ppq_extra, prio; in xgbe_config_queue_mapping() local 2624 ppq = IEEE_8021QAZ_MAX_TCS / prio_queues; in xgbe_config_queue_mapping() 2631 for (j = 0; j < ppq; j++) { in xgbe_config_queue_mapping()
|