Symbol: rz_dmac
drivers/dma/sh/rz-dmac.c
1061
struct rz_dmac *dmac = platform_get_drvdata(pdev);
drivers/dma/sh/rz-dmac.c
114
#define to_rz_dmac(d) container_of(d, struct rz_dmac, engine)
drivers/dma/sh/rz-dmac.c
187
static void rz_dmac_writel(struct rz_dmac *dmac, unsigned int val,
drivers/dma/sh/rz-dmac.c
193
static void rz_dmac_ext_writel(struct rz_dmac *dmac, unsigned int val,
drivers/dma/sh/rz-dmac.c
199
static u32 rz_dmac_ext_readl(struct rz_dmac *dmac, unsigned int offset)
drivers/dma/sh/rz-dmac.c
268
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
299
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
306
static void rz_dmac_set_dmars_register(struct rz_dmac *dmac, int nr, u32 dmars)
drivers/dma/sh/rz-dmac.c
322
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
351
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
462
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
498
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
585
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
673
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
699
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
767
struct rz_dmac *dmac = to_rz_dmac(chan->device);
drivers/dma/sh/rz-dmac.c
800
static int rz_dmac_chan_probe(struct rz_dmac *dmac,
drivers/dma/sh/rz-dmac.c
872
static int rz_dmac_parse_of_icu(struct device *dev, struct rz_dmac *dmac)
drivers/dma/sh/rz-dmac.c
908
static int rz_dmac_parse_of(struct device *dev, struct rz_dmac *dmac)
drivers/dma/sh/rz-dmac.c
931
struct rz_dmac *dmac;