Searched refs:dispatcher_ctl (Results 1 – 1 of 1) sorted by relevance
1288 alt_u32 dispatcher_ctl = 0; in alt_msgdma_start_prefetcher_with_list_addr() local1312 dispatcher_ctl = ALTERA_MSGDMA_CSR_STOP_DESCRIPTORS_MASK; in alt_msgdma_start_prefetcher_with_list_addr()1316 IOWR_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base, dispatcher_ctl); in alt_msgdma_start_prefetcher_with_list_addr()1334 dispatcher_ctl |= (dev->control | ALTERA_MSGDMA_CSR_STOP_ON_ERROR_MASK in alt_msgdma_start_prefetcher_with_list_addr()1336 dispatcher_ctl &= (~ALTERA_MSGDMA_CSR_STOP_DESCRIPTORS_MASK); in alt_msgdma_start_prefetcher_with_list_addr()1341 IOWR_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base, dispatcher_ctl); in alt_msgdma_start_prefetcher_with_list_addr()1353 dispatcher_ctl |= (dev->control | ALTERA_MSGDMA_CSR_STOP_ON_ERROR_MASK); in alt_msgdma_start_prefetcher_with_list_addr()1354 dispatcher_ctl &= (~ALTERA_MSGDMA_CSR_STOP_DESCRIPTORS_MASK) in alt_msgdma_start_prefetcher_with_list_addr()1359 IOWR_ALTERA_MSGDMA_CSR_CONTROL(dev->csr_base, dispatcher_ctl); in alt_msgdma_start_prefetcher_with_list_addr()