Home
last modified time | relevance | path

Searched refs:rx_fifo_depth (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp460 bus->rx_fifo_depth = 32; in init_bus()
462 uint8 rx_fifo_depth = PCH_IC_COMP_PARAM1_RX(reg); in init_bus() local
464 if (rx_fifo_depth > 1 && rx_fifo_depth < bus->rx_fifo_depth) in init_bus()
465 bus->rx_fifo_depth = rx_fifo_depth; in init_bus()
H A Dpch_i2c.h95 uint8 rx_fifo_depth; member