Home
last modified time | relevance | path

Searched refs:cfg0 (Results 1 – 4 of 4) sorted by relevance

/sound/pci/au88x0/
Dau88x0_core.c1096 dma->cfg0 = 0; in vortex_adbdma_setbuffers()
1109 dma->cfg0 |= 0x12000000; in vortex_adbdma_setbuffers()
1117 dma->cfg0 |= 0x88000000 | 0x44000000 | 0x10000000 | (psize - 1); in vortex_adbdma_setbuffers()
1124 dma->cfg0 |= 0x80000000 | 0x40000000 | ((psize - 1) << 0xc); in vortex_adbdma_setbuffers()
1134 hwwrite(vortex->mmio, VORTEX_ADBDMA_BUFCFG0 + (adbdma << 3), dma->cfg0); in vortex_adbdma_setbuffers()
1375 dma->cfg0 = 0; in vortex_wtdma_setbuffers()
1387 dma->cfg0 |= 0x12000000; in vortex_wtdma_setbuffers()
1394 dma->cfg0 |= 0x88000000 | 0x44000000 | 0x10000000 | (psize-1); in vortex_wtdma_setbuffers()
1400 dma->cfg0 |= 0x80000000 | 0x40000000 | ((psize-1) << 0xc); in vortex_wtdma_setbuffers()
1405 hwwrite(vortex->mmio, VORTEX_WTDMA_BUFCFG0 + (wtdma << 3), dma->cfg0); in vortex_wtdma_setbuffers()
Dau88x0.h111 int cfg0; member
/sound/soc/codecs/
Dwcd9335.c1642 u8 cfg0, cfg1, inp0_sel, inp1_sel, inp2_sel; in wcd9335_set_prim_interpolator_rate() local
1653 cfg0 = snd_soc_component_read(comp, in wcd9335_set_prim_interpolator_rate()
1658 inp0_sel = cfg0 & in wcd9335_set_prim_interpolator_rate()
1660 inp1_sel = (cfg0 >> 4) & in wcd9335_set_prim_interpolator_rate()
Dwcd934x.c1514 u8 cfg0, cfg1, inp0_sel, inp1_sel, inp2_sel; in wcd934x_set_prim_interpolator_rate() local
1529 cfg0 = snd_soc_component_read(comp, in wcd934x_set_prim_interpolator_rate()
1534 inp0_sel = cfg0 & in wcd934x_set_prim_interpolator_rate()
1536 inp1_sel = (cfg0 >> 4) & in wcd934x_set_prim_interpolator_rate()