Searched refs:txflr (Results 1 – 5 of 5) sorted by relevance
/hal_intel-3.6.0/bsp_sedi/include/driver/ |
D | sedi_driver_spi.h | 266 uint32_t txflr; member
|
/hal_intel-3.6.0/bsp_sedi/drivers/i2c/ |
D | sedi_i2c_dw_apb_200a.c | 440 if ((I2C_FIFO_DEPTH - SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr)) <= rx_pending) { in i2c_ask_data() 444 tx_fifo_space = I2C_FIFO_DEPTH - SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr) - in i2c_ask_data() 502 tx_fifo_space = I2C_FIFO_DEPTH - SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr); in i2c_send() 682 while (SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr) == I2C_FIFO_DEPTH) { in callback_tx_dma_transfer() 732 while (SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr) == I2C_FIFO_DEPTH) { in callback_rx_cmd_dma_transfer()
|
/hal_intel-3.6.0/bsp_sedi/drivers/spi/ |
D | sedi_spi_dw_apb.c | 364 size = (SPI_FIFO_DEPTH - spi->txflr) * frame_size; in lld_spi_fill_fifo() 621 status->txflr = reg->txflr; in sedi_spi_get_status()
|
/hal_intel-3.6.0/bsp_sedi/soc/common/include/ |
D | sedi_spi_regs.h | 2087 __IO_R uint32_t txflr; member
|
D | sedi_i2c_regs.h | 3430 __IO_R uint32_t txflr; member
|