Lines Matching refs:p
107 void xudma_##res##_put(struct udma_dev *ud, struct udma_##res *p) \
109 clear_bit(p->id, ud->res##_map); \
121 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p) in xudma_rflow_put() argument
123 __udma_put_rflow(ud, p); in xudma_rflow_put()
134 int xudma_##res##_get_id(struct udma_##res *p) \
136 return p->id; \
145 u32 xudma_##res##rt_read(struct udma_##res *p, int reg) \
147 if (!p) \
149 return udma_read(p->reg_rt, reg); \
153 void xudma_##res##rt_write(struct udma_##res *p, int reg, u32 val) \
155 if (!p) \
157 udma_write(p->reg_rt, reg, val); \