Searched refs:rxfifo_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ichiic/
H A Dig4_var.h64 int rxfifo_depth; member in struct:ig4_hw
77 int rxfifo_depth; member in struct:ig4_cfg
H A Dig4_iic.c99 .rxfifo_depth = 32,
107 .rxfifo_depth = 32,
453 burst = MIN(burst, sc->cfg.rxfifo_depth -
860 sc->cfg.rxfifo_depth = IG4_PARAM1_RXFIFO_DEPTH(v);
873 if (hw->rxfifo_depth != 0)
874 sc->cfg.rxfifo_depth = hw->rxfifo_depth;
1017 if (sc->cfg.rxfifo_depth == 0) {
1020 sc->cfg.rxfifo_depth =
1026 sc->cfg.rxfifo_depth, s
[all...]

Completed in 93 milliseconds