Lines Matching defs:slot
394 u32 slot; in dma_irq_handler() local
764 int edma_alloc_slot(unsigned ctlr, int slot) in edma_alloc_slot()
804 void edma_free_slot(unsigned slot) in edma_free_slot()
847 int edma_alloc_cont_slots(unsigned ctlr, unsigned int id, int slot, int count) in edma_alloc_cont_slots()
895 int edma_free_cont_slots(unsigned slot, int count) in edma_free_cont_slots()
936 void edma_set_src(unsigned slot, dma_addr_t src_port, in edma_set_src()
974 void edma_set_dest(unsigned slot, dma_addr_t dest_port, in edma_set_dest()
1007 dma_addr_t edma_get_position(unsigned slot, bool dst) in edma_get_position()
1029 void edma_set_src_index(unsigned slot, s16 src_bidx, s16 src_cidx) in edma_set_src_index()
1055 void edma_set_dest_index(unsigned slot, s16 dest_bidx, s16 dest_cidx) in edma_set_dest_index()
1100 void edma_set_transfer_params(unsigned slot, in edma_set_transfer_params()
1182 void edma_write_slot(unsigned slot, const struct edmacc_param *param) in edma_write_slot()
1204 void edma_read_slot(unsigned slot, struct edmacc_param *param) in edma_read_slot()