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

/freebsd-9.3-release/sys/dev/fdc/
H A Dfdc.c272 static int fifo_threshold = 8; variable
273 SYSCTL_INT(_debug_fdc, OID_AUTO, fifo, CTLFLAG_RW, &fifo_threshold, 0,
534 (fifo_threshold - 1), /* Fifo threshold */
/freebsd-9.3-release/sys/pc98/cbus/
H A Dfdc.c332 static int fifo_threshold = 8; /* XXX: should be accessible via sysctl */ variable
494 0, (fifo_threshold - 1) & 0xf, 0, 0) < 0) {
502 I8207X_CONFIG, 0, (fifo_threshold - 1) & 0xf, 0, 0) < 0)
998 "FIFO enabled, %d bytes threshold\n", fifo_threshold); local
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h937 uint8_t fifo_threshold; member in struct:vpd_config

Completed in 119 milliseconds