Searched refs:cfg_hi (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/dma/ |
D | dma_dw_common.c | 185 chan_data->cfg_hi = 0; in dw_dma_config() 309 chan_data->cfg_hi |= DW_CFGH_DST(cfg->dma_slot); in dw_dma_config() 331 chan_data->cfg_hi |= DW_CFGH_SRC(cfg->dma_slot); in dw_dma_config() 344 lli_desc, lli_desc->ctrl_lo, chan_data->cfg_hi, chan_data->cfg_lo); in dw_dma_config() 349 dev->name, lli_desc, lli_desc->ctrl_lo, chan_data->cfg_hi, in dw_dma_config() 364 dev->name, lli_desc, lli_desc->ctrl_lo, chan_data->cfg_hi, in dw_dma_config() 515 dw_write(dev_cfg->base, DW_CFG_HIGH(channel), chan_data->cfg_hi); in dw_dma_start() 520 chan_data->cfg_hi, dw_read(dev_cfg->base, DW_LLP(channel)) in dw_dma_start() 525 chan_data->cfg_hi, dw_read(dev_cfg->base, DW_LLP(channel)) in dw_dma_start()
|
D | dma_dw_common.h | 231 uint32_t cfg_hi; member
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 686 * Intel GPDMA fixed bug in transfer configuration to initialize cfg_hi and cfg_lo
|