sh_dc              68 drivers/dma/sh/shdmac.c static void channel_clear(struct sh_dmae_chan *sh_dc)
sh_dc              70 drivers/dma/sh/shdmac.c 	struct sh_dmae_device *shdev = to_sh_dev(sh_dc);
sh_dc              72 drivers/dma/sh/shdmac.c 		sh_dc->shdma_chan.id;
sh_dc              78 drivers/dma/sh/shdmac.c static void sh_dmae_writel(struct sh_dmae_chan *sh_dc, u32 data, u32 reg)
sh_dc              80 drivers/dma/sh/shdmac.c 	__raw_writel(data, sh_dc->base + reg);
sh_dc              83 drivers/dma/sh/shdmac.c static u32 sh_dmae_readl(struct sh_dmae_chan *sh_dc, u32 reg)
sh_dc              85 drivers/dma/sh/shdmac.c 	return __raw_readl(sh_dc->base + reg);
sh_dc             108 drivers/dma/sh/shdmac.c static void chcr_write(struct sh_dmae_chan *sh_dc, u32 data)
sh_dc             110 drivers/dma/sh/shdmac.c 	struct sh_dmae_device *shdev = to_sh_dev(sh_dc);
sh_dc             112 drivers/dma/sh/shdmac.c 	__raw_writel(data, sh_dc->base + shdev->chcr_offset);
sh_dc             115 drivers/dma/sh/shdmac.c static u32 chcr_read(struct sh_dmae_chan *sh_dc)
sh_dc             117 drivers/dma/sh/shdmac.c 	struct sh_dmae_device *shdev = to_sh_dev(sh_dc);
sh_dc             119 drivers/dma/sh/shdmac.c 	return __raw_readl(sh_dc->base + shdev->chcr_offset);