Home
last modified time | relevance | path

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

/drivers/dma/sh/
Dshdmac.c70 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in channel_clear()
110 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in chcr_write()
117 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); in chcr_read()
187 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in calc_xmit_shift()
200 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in log2size_to_chcr()
224 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_start()
259 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_set_dmars()
328 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); in dmae_find_slave()
370 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