Lines Matching refs:sh_dmae_device

69 	struct sh_dmae_device *shdev = to_sh_dev(sh_dc);  in channel_clear()
87 static u16 dmaor_read(struct sh_dmae_device *shdev) in dmaor_read()
97 static void dmaor_write(struct sh_dmae_device *shdev, u16 data) in dmaor_write()
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()
126 static void sh_dmae_ctl_stop(struct sh_dmae_device *shdev) in sh_dmae_ctl_stop()
139 static int sh_dmae_rst(struct sh_dmae_device *shdev) in sh_dmae_rst()
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()
426 static bool sh_dmae_reset(struct sh_dmae_device *shdev) in sh_dmae_reset()
443 struct sh_dmae_device *shdev = data; in sh_dmae_err()
468 static bool sh_dmae_nmi_notify(struct sh_dmae_device *shdev) in sh_dmae_nmi_notify()
480 struct sh_dmae_device *shdev; in sh_dmae_nmi_handler()
516 static int sh_dmae_chan_probe(struct sh_dmae_device *shdev, int id, in sh_dmae_chan_probe()
563 static void sh_dmae_chan_remove(struct sh_dmae_device *shdev) in sh_dmae_chan_remove()
578 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_runtime_suspend()
586 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_runtime_resume()
595 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_suspend()
603 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_resume()
678 struct sh_dmae_device *shdev; in sh_dmae_probe()
713 shdev = devm_kzalloc(&pdev->dev, sizeof(struct sh_dmae_device), in sh_dmae_probe()
887 struct sh_dmae_device *shdev = platform_get_drvdata(pdev); in sh_dmae_remove()