Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Diavcreg.h152 #define FIFO_OUTBSIZE 256 macro
406 if (i >= FIFO_OUTBSIZE) status |= T1F_OFULL; in t1io_put_slice()
411 T1_WRITE, dp, FIFO_OUTBSIZE); in t1io_put_slice()
412 dp += FIFO_OUTBSIZE; in t1io_put_slice()
413 i -= FIFO_OUTBSIZE; in t1io_put_slice()