Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/fd/
H A Dfd.c237 static int fifo_threshold = 8; /* XXX: should be accessible via sysctl */ variable
428 0, (fifo_threshold - 1) & 0xf, 0, 0) < 0) { in enable_fifo()
436 I8207X_CONFIGURE, 0, (fifo_threshold - 1) & 0xf, 0, 0) < 0) in enable_fifo()
927 "FIFO enabled, %d bytes threshold\n", fifo_threshold); in fd_probe()