Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/sh/
Dshdmac.c74 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in channel_clear()
114 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in chcr_write()
121 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in chcr_read()
191 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in calc_xmit_shift()
204 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in log2size_to_chcr()
228 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_start()
263 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_set_dmars()
332 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_find_slave()
374 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_halt()
Dshdma.h62 #define to_sh_dev(chan) container_of(chan->shdma_chan.dma_chan.device,\ macro