Searched refs:rx_fifo_depth (Results 1 – 2 of 2) sorted by relevance
460 bus->rx_fifo_depth = 32; in init_bus()462 uint8 rx_fifo_depth = PCH_IC_COMP_PARAM1_RX(reg); in init_bus() local464 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()
95 uint8 rx_fifo_depth; member