Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dspifreg.h347 #define CD180_TX_FIFO_SIZE 8 /* 8 chars of fifo */ macro
H A Dspif.c803 while (sp->sp_txc > 0 && cnt < (CD180_TX_FIFO_SIZE-1)) { in spifstcintr_tx()