Lines Matching defs:base
41 u32 base; member
56 void qedma3_start(u32 base, struct edma3_channel_config *cfg) in qedma3_start()
93 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode, in edma3_set_dest()
124 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index()
144 void edma3_set_dest_addr(u32 base, int slot, u32 dst) in edma3_set_dest_addr()
164 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode, in edma3_set_src()
195 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_src_index()
215 void edma3_set_src_addr(u32 base, int slot, u32 src) in edma3_set_src_addr()
253 void edma3_set_transfer_params(u32 base, int slot, int acnt, in edma3_set_transfer_params()
290 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_write_slot()
309 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_read_slot()
319 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg) in edma3_slot_configure()
347 int edma3_check_for_transfer(u32 base, struct edma3_channel_config *cfg) in edma3_check_for_transfer()
379 void qedma3_stop(u32 base, struct edma3_channel_config *cfg) in qedma3_stop()