Lines Matching refs:sh_dmae_device

74 	struct sh_dmae_device *shdev = to_sh_dev(sh_dc);  in channel_clear()
92 static u16 dmaor_read(struct sh_dmae_device *shdev) in dmaor_read()
102 static void dmaor_write(struct sh_dmae_device *shdev, u16 data) in dmaor_write()
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()
131 static void sh_dmae_ctl_stop(struct sh_dmae_device *shdev) in sh_dmae_ctl_stop()
144 static int sh_dmae_rst(struct sh_dmae_device *shdev) in sh_dmae_rst()
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()
431 static bool sh_dmae_reset(struct sh_dmae_device *shdev) in sh_dmae_reset()
449 struct sh_dmae_device *shdev = data; in sh_dmae_err()
475 static bool sh_dmae_nmi_notify(struct sh_dmae_device *shdev) in sh_dmae_nmi_notify()
487 struct sh_dmae_device *shdev; in sh_dmae_nmi_handler()
523 static int sh_dmae_chan_probe(struct sh_dmae_device *shdev, int id, in sh_dmae_chan_probe()
573 static void sh_dmae_chan_remove(struct sh_dmae_device *shdev) in sh_dmae_chan_remove()
588 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_runtime_suspend()
596 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_runtime_resume()
605 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_suspend()
613 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_resume()
697 struct sh_dmae_device *shdev; in sh_dmae_probe()
733 shdev = devm_kzalloc(&pdev->dev, sizeof(struct sh_dmae_device), in sh_dmae_probe()
912 struct sh_dmae_device *shdev = platform_get_drvdata(pdev); in sh_dmae_remove()