/sound/soc/uniphier/ |
D | aio-ld11.c | 19 .rb = { 21, 14, }, 32 .rb = { 22, 15, }, 46 .rb = { 23, 16, }, 60 .rb = { 26, 17, }, 73 .rb = { 0, 0, }, 87 .rb = { 0, 0, }, 101 .rb = { 2, 2, }, 114 .rb = { 3, 3, }, 127 .rb = { 7, 5, }, 142 .rb = { 8, 6, }, [all …]
|
D | aio-core.c | 205 regmap_write(r, A2RBNMAPCTR0(sub->swm->rb.hw), in aio_init() 206 MAPCTR0_EN | sub->swm->rb.map); in aio_init() 1023 (sub->swm->rb.map << CDA2D_CHMXAMODE_RSSEL_SHIFT); in aiodma_ch_set_param() 1041 BIT(sub->swm->rb.map), in aiodma_ch_set_enable() 1042 BIT(sub->swm->rb.map)); in aiodma_ch_set_enable() 1048 BIT(sub->swm->rb.map), in aiodma_ch_set_enable() 1060 CDA2D_RDPTRLOAD_LSFLAG_STORE | BIT(sub->swm->rb.map)); in aiodma_rb_get_rp() 1063 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp() 1065 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp() 1066 regmap_read(r, CDA2D_RBMXRDPTRU(sub->swm->rb.map), &pos_u); in aiodma_rb_get_rp() [all …]
|
D | aio-pxs2.c | 19 .rb = { 16, 11, }, 33 .rb = { 17, 12, }, 47 .rb = { 0, 0, }, 61 .rb = { 1, 1, }, 75 .rb = { 2, 2, }, 88 .rb = { 6, 4, }, 101 .rb = { 6, 4, }, 114 .rb = { 7, 5, }, 127 .rb = { 7, 5, },
|
D | aio.h | 198 struct uniphier_aio_selector rb; member
|
/sound/hda/ |
D | hdac_controller.c | 45 WARN_ON_ONCE(!bus->rb.area); in snd_hdac_bus_init_cmd_io() 49 bus->corb.addr = bus->rb.addr; in snd_hdac_bus_init_cmd_io() 50 bus->corb.buf = (__le32 *)bus->rb.area; in snd_hdac_bus_init_cmd_io() 68 bus->rirb.addr = bus->rb.addr + 2048; in snd_hdac_bus_init_cmd_io() 69 bus->rirb.buf = (__le32 *)(bus->rb.area + 2048); in snd_hdac_bus_init_cmd_io() 629 return snd_dma_alloc_pages(dma_type, bus->dev, PAGE_SIZE, &bus->rb); in snd_hdac_bus_alloc_stream_pages() 646 if (bus->rb.area) in snd_hdac_bus_free_stream_pages() 647 snd_dma_free_pages(&bus->rb); in snd_hdac_bus_free_stream_pages()
|
/sound/pci/lola/ |
D | lola.c | 350 chip->rb = snd_devm_alloc_pages(&chip->pci->dev, SNDRV_DMA_TYPE_DEV, in setup_corb_rirb() 352 if (!chip->rb) in setup_corb_rirb() 355 chip->corb.addr = chip->rb->addr; in setup_corb_rirb() 356 chip->corb.buf = (__le32 *)chip->rb->area; in setup_corb_rirb() 357 chip->rirb.addr = chip->rb->addr + 2048; in setup_corb_rirb() 358 chip->rirb.buf = (__le32 *)(chip->rb->area + 2048); in setup_corb_rirb()
|
D | lola.h | 331 struct snd_dma_buffer *rb; member
|
/sound/soc/meson/ |
D | axg-spdifin.c | 424 unsigned int rb = in axg_spdifin_get_dai_drv() local 427 if (rb == SNDRV_PCM_RATE_KNOT) in axg_spdifin_get_dai_drv() 430 drv->capture.rates |= rb; in axg_spdifin_get_dai_drv()
|
/sound/soc/sof/intel/ |
D | hda-stream.c | 798 PAGE_SIZE, &bus->rb); in hda_dsp_stream_init() 936 if (bus->rb.area) in hda_dsp_stream_free() 937 snd_dma_free_pages(&bus->rb); in hda_dsp_stream_free()
|
/sound/soc/codecs/ |
D | tscs42xx.c | 952 #define PLL_CTL(f, rt, rd, r1b_l, r9, ra, rb, \ argument 962 {R_PLLCTLB, rb, 0xFF}, \
|