Home
last modified time | relevance | path

Searched refs:fifo_depth (Results 1 – 1 of 1) sorted by relevance

/hal_intel-latest/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c353 static void dw_i2c_dma_enable(uint32_t base, int fifo_depth, int tx_only) in dw_i2c_dma_enable() argument
358 SEDI_PREG_RBF_SET(I2C, TX_TL, TX_TL, fifo_depth, &i2c->tx_tl); in dw_i2c_dma_enable()
359 i2c->dma_tdlr = SEDI_RBFM_VALUE(I2C, DMA_TDLR, DMATDL, fifo_depth); in dw_i2c_dma_enable()
362 SEDI_PREG_RBF_SET(I2C, RX_TL, RX_TL, fifo_depth - 1, &i2c->rx_tl); in dw_i2c_dma_enable()
363 i2c->dma_rdlr = SEDI_RBFM_VALUE(I2C, DMA_RDLR, DMARDL, fifo_depth - 1); in dw_i2c_dma_enable()