Lines Matching refs:slot
94 int slot; member
102 void edma3_slot_configure(u32 base, int slot, struct edma3_slot_config *cfg);
104 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param);
105 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param);
107 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode,
109 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx);
110 void edma3_set_dest_addr(u32 base, int slot, u32 dst);
112 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode,
114 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx);
115 void edma3_set_src_addr(u32 base, int slot, u32 src);
117 void edma3_set_transfer_params(u32 base, int slot, int acnt,