Lines Matching full:slot
93 int slot; member
101 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg);
103 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param);
104 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param);
106 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode,
108 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx);
109 void edma3_set_dest_addr(u32 base, int slot, u32 dst);
111 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode,
113 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx);
114 void edma3_set_src_addr(u32 base, int slot, u32 src);
116 void edma3_set_transfer_params(u32 base, int slot, int acnt,