Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-nomadik.c974 u32 max_fifo_threshold = (vendor->fifodepth / 2) - 1; in nmk_i2c_probe() local
986 if (dev->tft > max_fifo_threshold) { in nmk_i2c_probe()
988 dev->tft, max_fifo_threshold); in nmk_i2c_probe()
989 dev->tft = max_fifo_threshold; in nmk_i2c_probe()
992 if (dev->rft > max_fifo_threshold) { in nmk_i2c_probe()
994 dev->rft, max_fifo_threshold); in nmk_i2c_probe()
995 dev->rft = max_fifo_threshold; in nmk_i2c_probe()