Searched refs:txLimit (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp149 uint16 txLimit = bus->tx_fifo_depth local
151 if (cmdLength > txLimit) {
153 " (max %d)\n", cmdLength, txLimit);
169 uint16 txLimit = bus->tx_fifo_depth local
188 txLimit = 1;
189 txLimit--;
193 while (IS_READ_OP(op) && (txLimit == 0 || i == dataLength)) {
226 txLimit = bus->tx_fifo_depth

Completed in 91 milliseconds