Home
last modified time | relevance | path

Searched refs:ebus_info (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/sparc/
H A Dcs4231.c74 struct ebus_dma_info ebus_info; member
1892 return ebus_dma_request(&dma_cont->ebus_info, bus_addr, len); in _ebus_dma_request()
1897 ebus_dma_enable(&dma_cont->ebus_info, on); in _ebus_dma_enable()
1902 ebus_dma_prepare(&dma_cont->ebus_info, dir); in _ebus_dma_prepare()
1907 return ebus_dma_addr(&dma_cont->ebus_info); in _ebus_dma_addr()
1918 if (chip->c_dma.ebus_info.regs) { in snd_cs4231_ebus_free()
1919 ebus_dma_unregister(&chip->c_dma.ebus_info); in snd_cs4231_ebus_free()
1920 of_iounmap(&op->resource[2], chip->c_dma.ebus_info.regs, 0x10); in snd_cs4231_ebus_free()
1922 if (chip->p_dma.ebus_info.regs) { in snd_cs4231_ebus_free()
1923 ebus_dma_unregister(&chip->p_dma.ebus_info); in snd_cs4231_ebus_free()
[all...]
/kernel/linux/linux-6.6/sound/sparc/
H A Dcs4231.c73 struct ebus_dma_info ebus_info; member
1892 return ebus_dma_request(&dma_cont->ebus_info, bus_addr, len); in _ebus_dma_request()
1897 ebus_dma_enable(&dma_cont->ebus_info, on); in _ebus_dma_enable()
1902 ebus_dma_prepare(&dma_cont->ebus_info, dir); in _ebus_dma_prepare()
1907 return ebus_dma_addr(&dma_cont->ebus_info); in _ebus_dma_addr()
1918 if (chip->c_dma.ebus_info.regs) { in snd_cs4231_ebus_free()
1919 ebus_dma_unregister(&chip->c_dma.ebus_info); in snd_cs4231_ebus_free()
1920 of_iounmap(&op->resource[2], chip->c_dma.ebus_info.regs, 0x10); in snd_cs4231_ebus_free()
1922 if (chip->p_dma.ebus_info.regs) { in snd_cs4231_ebus_free()
1923 ebus_dma_unregister(&chip->p_dma.ebus_info); in snd_cs4231_ebus_free()
[all...]

Completed in 5 milliseconds