Lines Matching defs:base
38 u32 base; member
51 void qedma3_start(u32 base, struct edma3_channel_config *cfg) in qedma3_start()
88 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode, in edma3_set_dest()
119 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index()
139 void edma3_set_dest_addr(u32 base, int slot, u32 dst) in edma3_set_dest_addr()
159 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode, in edma3_set_src()
190 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_src_index()
210 void edma3_set_src_addr(u32 base, int slot, u32 src) in edma3_set_src_addr()
248 void edma3_set_transfer_params(u32 base, int slot, int acnt, in edma3_set_transfer_params()
285 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_write_slot()
304 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_read_slot()
314 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg) in edma3_slot_configure()
342 int edma3_check_for_transfer(u32 base, struct edma3_channel_config *cfg) in edma3_check_for_transfer()
374 void qedma3_stop(u32 base, struct edma3_channel_config *cfg) in qedma3_stop()