Lines Matching refs:txfifo_depth
98 .txfifo_depth = 32,
106 .txfifo_depth = 32,
442 burst = sc->cfg.txfifo_depth - in ig4iic_read()
449 burst = sc->cfg.txfifo_depth - in ig4iic_read()
503 burst = sc->cfg.txfifo_depth - in ig4iic_write()
516 if (len - sent <= sc->cfg.txfifo_depth) in ig4iic_write()
517 lowat = sc->cfg.txfifo_depth - (len - sent); in ig4iic_write()
855 sc->cfg.txfifo_depth = IG4_PARAM1_TXFIFO_DEPTH(v); in ig4iic_get_config()
868 if (hw->txfifo_depth != 0) in ig4iic_get_config()
869 sc->cfg.txfifo_depth = hw->txfifo_depth; in ig4iic_get_config()
1007 if (sc->cfg.txfifo_depth == 0) { in ig4iic_get_fifo()
1010 sc->cfg.txfifo_depth = in ig4iic_get_fifo()
1023 sc->cfg.rxfifo_depth, sc->cfg.txfifo_depth); in ig4iic_get_fifo()