Home
last modified time | relevance | path

Searched refs:to_sh_dev (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/dma/sh/
Dshdmac.c69 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in channel_clear()
109 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in chcr_write()
116 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in chcr_read()
186 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in calc_xmit_shift()
199 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in log2size_to_chcr()
223 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_start()
258 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_set_dmars()
327 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_find_slave()
369 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_halt()
Dshdma.h58 #define to_sh_dev(chan) container_of(chan->shdma_chan.dma_chan.device,\ macro