Home
last modified time | relevance | path

Searched refs:wr (Results 1 – 5 of 5) sorted by relevance

/sound/soc/uniphier/
A Daio-core.c21 if (rd <= wr) in rb_cnt()
22 return wr - rd; in rb_cnt()
24 return len - (rd - wr); in rb_cnt()
29 if (rd <= wr) in rb_cnt_to_end()
30 return wr - rd; in rb_cnt_to_end()
37 if (rd <= wr) in rb_space()
40 return rd - wr - 8; in rb_space()
45 if (rd > wr) in rb_space_to_end()
46 return rd - wr - 8; in rb_space_to_end()
48 return len - wr; in rb_space_to_end()
[all …]
/sound/pci/ctxfi/
A Dcthardware.h92 int (*src_set_wr)(void *blk, unsigned int wr);
A Dcthw20k1.c212 static int src_set_wr(void *blk, unsigned int wr) in src_set_wr() argument
216 set_field(&ctl->ctl, SRCCTL_WR, wr); in src_set_wr()
A Dcthw20k2.c212 static int src_set_wr(void *blk, unsigned int wr) in src_set_wr() argument
216 set_field(&ctl->ctl, SRCCTL_WR, wr); in src_set_wr()
/sound/soc/codecs/
A Dwm_adsp.c505 unsigned int out, rd, wr, vol; in wmfw_convert_flags() local
509 wr = SNDRV_CTL_ELEM_ACCESS_TLV_WRITE; in wmfw_convert_flags()
515 wr = SNDRV_CTL_ELEM_ACCESS_WRITE; in wmfw_convert_flags()
524 out |= wr; in wmfw_convert_flags()
528 out |= rd | wr | vol; in wmfw_convert_flags()

Completed in 27 milliseconds