Home
last modified time | relevance | path

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

/trueos/sys/pc98/cbus/
HDfdc.c332 static int fifo_threshold = 8; /* XXX: should be accessible via sysctl */ variable
494 0, (fifo_threshold - 1) & 0xf, 0, 0) < 0) { in enable_fifo()
502 I8207X_CONFIG, 0, (fifo_threshold - 1) & 0xf, 0, 0) < 0) in enable_fifo()
998 "FIFO enabled, %d bytes threshold\n", fifo_threshold); in fd_probe()
/trueos/sys/dev/fdc/
HDfdc.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 */ in fdc_reset()
/trueos/sys/dev/aic7xxx/
HDaic79xx.h937 uint8_t fifo_threshold; member