Searched refs:shdev (Results 1 - 1 of 1) sorted by relevance

/drivers/dma/
H A Dshdma.c63 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); local
65 __raw_writel(data, shdev->chan_reg +
66 shdev->pdata->channel[sh_dc->id].chclr_offset);
79 static u16 dmaor_read(struct sh_dmae_device *shdev) argument
81 u32 __iomem *addr = shdev->chan_reg + DMAOR / sizeof(u32);
83 if (shdev->pdata->dmaor_is_32bit)
89 static void dmaor_write(struct sh_dmae_device *shdev, u16 data) argument
91 u32 __iomem *addr = shdev->chan_reg + DMAOR / sizeof(u32);
93 if (shdev->pdata->dmaor_is_32bit)
101 struct sh_dmae_device *shdev local
108 struct sh_dmae_device *shdev = to_sh_dev(sh_dc); local
118 sh_dmae_ctl_stop(struct sh_dmae_device *shdev) argument
131 sh_dmae_rst(struct sh_dmae_device *shdev) argument
178 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); local
191 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); local
215 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); local
227 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); local
260 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); local
389 struct sh_dmae_device *shdev = to_sh_dev(sh_chan); local
947 sh_dmae_reset(struct sh_dmae_device *shdev) argument
1001 struct sh_dmae_device *shdev = data; local
1037 sh_dmae_nmi_notify(struct sh_dmae_device *shdev) argument
1049 struct sh_dmae_device *shdev; local
1085 sh_dmae_chan_probe(struct sh_dmae_device *shdev, int id, int irq, unsigned long flags) argument
1152 sh_dmae_chan_remove(struct sh_dmae_device *shdev) argument
1177 struct sh_dmae_device *shdev; local
1403 struct sh_dmae_device *shdev = platform_get_drvdata(pdev); local
1442 struct sh_dmae_device *shdev = platform_get_drvdata(pdev); local
1453 struct sh_dmae_device *shdev = dev_get_drvdata(dev); local
1466 struct sh_dmae_device *shdev = dev_get_drvdata(dev); local
[all...]

Completed in 82 milliseconds