Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dbrcm,iproc-touchscreen.txt50 - fifo_threshold: Interrupt is generated whenever the number of fifo
83 fifo_threshold = <1>;
/freebsd-14.2/sys/dev/fdc/
H A Dfdc.c275 static int fifo_threshold = 8; variable
276 SYSCTL_INT(_debug_fdc, OID_AUTO, fifo, CTLFLAG_RW, &fifo_threshold, 0,
537 (fifo_threshold - 1), /* Fifo threshold */ in fdc_reset()
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx.h937 uint8_t fifo_threshold; member