Searched refs:skew (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/uapi/linux/
H A Dadfs_fs.h18 __u8 skew; member in struct:adfs_discrecord
/linux-master/sound/core/seq/
H A Dseq_timer.h37 unsigned int skew; member in struct:snd_seq_timer
122 int snd_seq_timer_set_skew(struct snd_seq_timer *tmr, unsigned int skew, unsigned int base);
H A Dseq_timer.c93 tmr->skew = tmr->skew_base = SKEW_BASE;
132 if (tmr->skew != tmr->skew_base) {
134 resolution = (resolution >> 16) * tmr->skew +
135 (((resolution & 0xffff) * tmr->skew) >> 16);
217 /* set timer skew */
218 int snd_seq_timer_set_skew(struct snd_seq_timer *tmr, unsigned int skew, argument
226 pr_debug("ALSA: seq: invalid skew base 0x%x\n", base);
230 tmr->skew = skew;
453 snd_iprintf(buffer, " Skew : %u / %u\n", tmr->skew, tm
[all...]
H A Dseq_queue.c670 ev->data.queue.param.skew.value,
671 ev->data.queue.param.skew.base) == 0) {
H A Dseq_clientmgr.c1719 tempo->skew_value = tmr->skew;
/linux-master/sound/soc/meson/
H A Daiu-encoder-i2s.c229 unsigned int skew; local
243 /* Signal skew */
248 skew = 1;
251 skew = 0;
257 val |= FIELD_PREP(AIU_CLK_CTRL_LRCLK_SKEW, skew);
H A Daxg-tdmout.c113 unsigned int val, skew = quirks->skew_offset; local
115 /* Set the stream skew */
123 skew += 1;
132 val = TDMOUT_CTRL0_INIT_BITNUM(skew);
H A Daxg-tdmin.c115 unsigned int val, skew = quirks->skew_offset; local
117 /* Set stream skew */
121 skew += 1;
134 val = TDMIN_CTRL_IN_BIT_SKEW(skew);
/linux-master/include/sound/sof/
H A Ddai-intel.h126 * 3. If PDM bit errors are seen in capture (poor quality) the skew parameter
142 uint16_t skew; /**< Adjust PDM data sampling vs. clock (0..15) */ member in struct:sof_ipc_dai_dmic_pdm_ctrl
/linux-master/arch/s390/include/asm/
H A Dtimex.h130 unsigned int skew; member in struct:ptff_qui
/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c316 s64 skew = mem_end - UM(pair->end); local
317 if (llabs(skew) >= page_size)
/linux-master/include/uapi/sound/
H A Dasequencer.h64 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
243 struct snd_seq_queue_skew skew; member in union:snd_seq_ev_queue_control::__anon2169
528 unsigned int skew_value; /* queue skew */
529 unsigned int skew_base; /* queue skew base */
/linux-master/drivers/md/
H A Ddm-kcopyd.c126 int slept = 0, skew; local
159 skew = t->io_period - throttle * t->total_period / 100;
161 if (unlikely(skew > 0) && slept < MAX_SLEEPS) {
/linux-master/tools/perf/bench/
H A Dnuma.c1115 double skew = 1.0 - (double)loops_done_min/loops_done_max; local
1117 tprintf(" [%4.1f%%]", skew * 100.0);
/linux-master/sound/soc/sof/
H A Dipc3-topology.c250 offsetof(struct sof_ipc_dai_dmic_pdm_ctrl, skew)},
1507 dev_dbg(scomp->dev, "pdm %d clk_edge %d skew %d\n",
1510 config->dmic.pdm[i].skew);
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1399 bsr.l funimp_skew # skew sgl or dbl inputs
H A Dfpsp.S1400 bsr.l funimp_skew # skew sgl or dbl inputs
4216 # appropriate type. don't forget to "skew" the source operand in case we

Completed in 265 milliseconds