Searched refs:wr (Results 1 – 5 of 5) sorted by relevance
| /sound/soc/uniphier/ |
| A D | aio-core.c | 21 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 D | cthardware.h | 92 int (*src_set_wr)(void *blk, unsigned int wr);
|
| A D | cthw20k1.c | 212 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 D | cthw20k2.c | 212 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 D | wm_adsp.c | 505 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