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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dshdma.c61 static u16 dmaor_read(struct sh_dmae_device *shdev) argument
63 return __raw_readw(shdev->chan_reg + DMAOR / sizeof(u32));
66 static void dmaor_write(struct sh_dmae_device *shdev, u16 data) argument
68 __raw_writew(data, shdev->chan_reg + DMAOR / sizeof(u32));
76 static void sh_dmae_ctl_stop(struct sh_dmae_device *shdev) argument
78 unsigned short dmaor = dmaor_read(shdev);
80 dmaor_write(shdev, dmaor & ~(DMAOR_NMIF | DMAOR_AE | DMAOR_DME));
83 static int sh_dmae_rst(struct sh_dmae_device *shdev) argument
87 sh_dmae_ctl_stop(shdev);
88 dmaor = dmaor_read(shdev) | shde
110 struct sh_dmae_device *shdev = container_of(sh_chan->common.device, local
124 struct sh_dmae_device *shdev = container_of(sh_chan->common.device, local
189 struct sh_dmae_device *shdev = container_of(sh_chan->common.device, local
272 struct sh_dmae_device *shdev = container_of(dma_dev, local
823 struct sh_dmae_device *shdev = (struct sh_dmae_device *)data; local
879 sh_dmae_chan_probe(struct sh_dmae_device *shdev, int id, int irq, unsigned long flags) argument
947 sh_dmae_chan_remove(struct sh_dmae_device *shdev) argument
972 struct sh_dmae_device *shdev; local
1156 struct sh_dmae_device *shdev = platform_get_drvdata(pdev); local
1188 struct sh_dmae_device *shdev = platform_get_drvdata(pdev); local
[all...]

Completed in 71 milliseconds