Searched refs:CD180_TX_FIFO_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/sbus/ | ||
H A D | spifreg.h | 347 #define CD180_TX_FIFO_SIZE 8 /* 8 chars of fifo */ macro |
H A D | spif.c | 803 while (sp->sp_txc > 0 && cnt < (CD180_TX_FIFO_SIZE-1)) { in spifstcintr_tx() |