Lines Matching refs:sh_dmae_device

70 	struct sh_dmae_device *shdev = to_sh_dev(sh_dc);  in channel_clear()
88 static u16 dmaor_read(struct sh_dmae_device *shdev) in dmaor_read()
98 static void dmaor_write(struct sh_dmae_device *shdev, u16 data) in dmaor_write()
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()
127 static void sh_dmae_ctl_stop(struct sh_dmae_device *shdev) in sh_dmae_ctl_stop()
140 static int sh_dmae_rst(struct sh_dmae_device *shdev) in sh_dmae_rst()
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()
427 static bool sh_dmae_reset(struct sh_dmae_device *shdev) in sh_dmae_reset()
444 struct sh_dmae_device *shdev = data; in sh_dmae_err()
469 static bool sh_dmae_nmi_notify(struct sh_dmae_device *shdev) in sh_dmae_nmi_notify()
481 struct sh_dmae_device *shdev; in sh_dmae_nmi_handler()
517 static int sh_dmae_chan_probe(struct sh_dmae_device *shdev, int id, in sh_dmae_chan_probe()
564 static void sh_dmae_chan_remove(struct sh_dmae_device *shdev) in sh_dmae_chan_remove()
579 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_runtime_suspend()
587 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_runtime_resume()
596 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_suspend()
604 struct sh_dmae_device *shdev = dev_get_drvdata(dev); in sh_dmae_resume()
679 struct sh_dmae_device *shdev; in sh_dmae_probe()
715 shdev = devm_kzalloc(&pdev->dev, sizeof(struct sh_dmae_device), in sh_dmae_probe()
889 struct sh_dmae_device *shdev = platform_get_drvdata(pdev); in sh_dmae_remove()