Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ip2/
Di2ellis.h513 #define HAS_INPUT(pB) !(INB(pB->i2eStatus) & ST_IN_EMPTY)
514 #define HAS_NO_INPUT(pB) (INB(pB->i2eStatus) & ST_IN_EMPTY)
Di2hw.h166 #define ST_IN_EMPTY 0x20 // Inbound FIFO empty macro
Di2ellis.c994 if (itemp & ST_IN_EMPTY) in iiWaitForTxEmptyII()