Searched refs:CH_CTRL (Results 1 – 2 of 2) sorted by relevance
2442 dev->cfg.ch_base->CH_CTRL = in dma350_ch_set_transize()2443 (dev->cfg.ch_base->CH_CTRL & (~DMA_CH_CTRL_TRANSIZE_Msk)) | in dma350_ch_set_transize()2450 SET_FIELD(dev->cfg.ch_base->CH_CTRL, chprio, DMA_CH_CTRL_CHPRIO_Pos, in dma350_ch_set_chprio()2458 dev->cfg.ch_base->CH_CTRL = in dma350_ch_set_xtype()2459 (dev->cfg.ch_base->CH_CTRL & (~DMA_CH_CTRL_XTYPE_Msk)) | in dma350_ch_set_xtype()2467 dev->cfg.ch_base->CH_CTRL = in dma350_ch_set_ytype()2468 (dev->cfg.ch_base->CH_CTRL & (~DMA_CH_CTRL_YTYPE_Msk)) | in dma350_ch_set_ytype()2476 dev->cfg.ch_base->CH_CTRL = in dma350_ch_set_regreloadtype()2477 (dev->cfg.ch_base->CH_CTRL & (~DMA_CH_CTRL_REGRELOADTYPE_Msk)) | in dma350_ch_set_regreloadtype()2485 dev->cfg.ch_base->CH_CTRL = in dma350_ch_set_donetype()[all …]
32 …__IOM uint32_t CH_CTRL; /*!< Address offset: 0x00C, Channel Control Reg… member