Lines Matching refs:chBit
181 uint32_t chBit; in DMA_Prepare() local
231 chBit = 1 << channel; in DMA_Prepare()
234 DMA->CHUSEBURSTS = chBit; in DMA_Prepare()
238 DMA->CHUSEBURSTC = chBit; in DMA_Prepare()
243 DMA->CHALTC = chBit; in DMA_Prepare()
247 DMA->CHALTS = chBit; in DMA_Prepare()
383 uint32_t chBit; in DMA_ActivateAuto() local
396 chBit = 1 << channel; in DMA_ActivateAuto()
397 DMA->CHENS = chBit; /* Enable channel */ in DMA_ActivateAuto()
398 DMA->CHSWREQ = chBit; /* Activate with SW request */ in DMA_ActivateAuto()
590 uint32_t chBit; in DMA_ActivateScatterGather() local
656 chBit = 1 << channel; in DMA_ActivateScatterGather()
659 DMA->CHALTC = chBit; in DMA_ActivateScatterGather()
662 DMA->CHENS = chBit; in DMA_ActivateScatterGather()
668 DMA->CHSWREQ = chBit; in DMA_ActivateScatterGather()
1065 uint32_t chBit; in DMA_RefreshPingPong() local
1117 chBit = 1 << channel; in DMA_RefreshPingPong()
1120 DMA->CHUSEBURSTS = chBit; in DMA_RefreshPingPong()
1124 DMA->CHUSEBURSTC = chBit; in DMA_RefreshPingPong()