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

/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp149 uint16 txLimit = bus->tx_fifo_depth
169 uint16 txLimit = bus->tx_fifo_depth
226 txLimit = bus->tx_fifo_depth
459 bus->tx_fifo_depth = 32;
463 uint8 tx_fifo_depth = PCH_IC_COMP_PARAM1_TX(reg); local
466 if (tx_fifo_depth > 1 && tx_fifo_depth < bus->tx_fifo_depth)
467 bus->tx_fifo_depth = tx_fifo_depth;
[all...]
H A Dpch_i2c.h94 uint8 tx_fifo_depth; member in struct:__anon7

Completed in 36 milliseconds