Lines Matching refs:slot
121 int edma_alloc_slot(unsigned ctlr, int slot);
122 void edma_free_slot(unsigned slot);
125 int edma_alloc_cont_slots(unsigned ctlr, unsigned int id, int slot, int count);
126 int edma_free_cont_slots(unsigned slot, int count);
129 void edma_set_src(unsigned slot, dma_addr_t src_port,
131 void edma_set_dest(unsigned slot, dma_addr_t dest_port,
133 dma_addr_t edma_get_position(unsigned slot, bool dst);
134 void edma_set_src_index(unsigned slot, s16 src_bidx, s16 src_cidx);
135 void edma_set_dest_index(unsigned slot, s16 dest_bidx, s16 dest_cidx);
136 void edma_set_transfer_params(unsigned slot, u16 acnt, u16 bcnt, u16 ccnt,
142 void edma_write_slot(unsigned slot, const struct edmacc_param *params);
143 void edma_read_slot(unsigned slot, struct edmacc_param *params);