Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichiic/
H A Dig4_iic.c98 .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()
858 sc->cfg.txfifo_depth = IG4_PARAM1_TXFIFO_DEPTH(v); in ig4iic_get_config()
871 if (hw->txfifo_depth != 0) in ig4iic_get_config()
872 sc->cfg.txfifo_depth in ig4iic_get_config()
[all...]
H A Dig4_var.h63 int txfifo_depth; member
76 int txfifo_depth; member