Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dsym53c416.c125 #define EMPTY 0x10 /* PIO FIFO Empty */ macro
280 while(jiffies < i && (inb(base + PIO_INT_REG) & EMPTY) && timeout) in sym53c416_read()
285 if(inb(base + PIO_INT_REG) & EMPTY) in sym53c416_read()
607 if((inb(base + PIO_INT_REG) & (FULL | EMPTY | CE | OUE | FIE | EIE)) != EMPTY) in sym53c416_test()
/linux-2.4.37.9/drivers/net/
Dde620.h36 #define EMPTY 0x80 /* 1 = receive buffer empty */ macro