Searched refs:txflr (Results 1 – 5 of 5) sorted by relevance
| /hal_intel-latest/bsp_sedi/include/driver/ |
| D | sedi_driver_spi.h | 266 uint32_t txflr; member
|
| /hal_intel-latest/bsp_sedi/drivers/i2c/ |
| D | sedi_i2c_dw_apb_200a.c | 446 if ((I2C_FIFO_DEPTH - SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr)) <= rx_pending) { in i2c_ask_data() 450 tx_fifo_space = I2C_FIFO_DEPTH - SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr) - in i2c_ask_data() 508 tx_fifo_space = I2C_FIFO_DEPTH - SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr); in i2c_send() 690 SEDI_I2C_POLL_WAIT(SEDI_PREG_RBFV_GET(I2C, TXFLR, TXFLR, &i2c->txflr) in callback_dma_transfer()
|
| /hal_intel-latest/bsp_sedi/drivers/spi/ |
| D | sedi_spi_dw_apb.c | 363 size = (SPI_FIFO_DEPTH - spi->txflr) * frame_size; in lld_spi_fill_fifo() 620 status->txflr = reg->txflr; in sedi_spi_get_status()
|
| /hal_intel-latest/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
|