Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/busses/
Di2c-nomadik.c971 u32 max_fifo_threshold = (vendor->fifodepth / 2) - 1; in nmk_i2c_probe() local
983 if (dev->tft > max_fifo_threshold) { in nmk_i2c_probe()
985 dev->tft, max_fifo_threshold); in nmk_i2c_probe()
986 dev->tft = max_fifo_threshold; in nmk_i2c_probe()
989 if (dev->rft > max_fifo_threshold) { in nmk_i2c_probe()
991 dev->rft, max_fifo_threshold); in nmk_i2c_probe()
992 dev->rft = max_fifo_threshold; in nmk_i2c_probe()