Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-nomadik.c965 u32 max_fifo_threshold = (vendor->fifodepth / 2) - 1; in nmk_i2c_probe() local
975 if (dev->tft > max_fifo_threshold) { in nmk_i2c_probe()
977 dev->tft, max_fifo_threshold); in nmk_i2c_probe()
978 dev->tft = max_fifo_threshold; in nmk_i2c_probe()
981 if (dev->rft > max_fifo_threshold) { in nmk_i2c_probe()
983 dev->rft, max_fifo_threshold); in nmk_i2c_probe()
984 dev->rft = max_fifo_threshold; in nmk_i2c_probe()