Searched refs:tx_slots (Results 1 – 2 of 2) sorted by relevance
102 unsigned int tx_slots; in axgbe_i2c_write() local106 tx_slots = pdata->i2c.tx_fifo_size - XI2C_IOREAD(pdata, IC_TXFLR); in axgbe_i2c_write()107 while (tx_slots && state->tx_len) { in axgbe_i2c_write()118 tx_slots--; in axgbe_i2c_write()
121 int tx_slots = 0, port; in nlm_setup_tx_cal_cfg() local127 tx_slots += cfg[port].tx_slots_reqd; in nlm_setup_tx_cal_cfg()128 if (tx_slots > MAX_CAL_SLOTS) { in nlm_setup_tx_cal_cfg()129 tx_slots = MAX_CAL_SLOTS; in nlm_setup_tx_cal_cfg()134 nlm_write_nae_reg(nae_base, NAE_EGR_NIOR_CAL_LEN_REG, tx_slots - 1); in nlm_setup_tx_cal_cfg()