Searched refs:tx_space (Results 1 – 2 of 2) sorted by relevance
405 uint32_t tx_space = TX_FIFO_DEPTH - config->regs->I2C_TXFLR_REG; in i2c_smartbond_enable_msg_interrupts() local406 uint32_t rx_tl = ((remaining < tx_space) ? remaining : tx_space) - 1; in i2c_smartbond_enable_msg_interrupts()536 uint32_t tx_space = 32 - config->regs->I2C_TXFLR_REG; in i2c_smartbond_isr() local537 uint32_t rx_tl = ((remaining < tx_space) ? remaining : tx_space) - 1; in i2c_smartbond_isr()
810 uint32_t tx_space; in adin2111_port_send() local841 ret = adin2111_read_tx_space(adin, &tx_space); in adin2111_port_send()852 if (tx_space < in adin2111_port_send()