Searched refs:EMPTY (Results 1 – 4 of 4) sorted by relevance
45 #define EMPTY 0 /* No card in slot */ macro65 #define EMPTY 0 macro
126 if (state == EMPTY) in get_adapter_status()127 *value = EMPTY; in get_adapter_status()411 } else if (state == EMPTY) { in enable_slot()412 slot->state = EMPTY; in enable_slot()
83 slot->state = EMPTY; in rpaphp_enable_slot()102 info->adapter_status = EMPTY; in rpaphp_enable_slot()
124 #define EMPTY 0x10 /* PIO FIFO Empty */ macro272 while(time_before(jiffies, i) && (inb(base + PIO_INT_REG) & EMPTY) && timeout) in sym53c416_read()276 if(inb(base + PIO_INT_REG) & EMPTY) in sym53c416_read()578 if((inb(base + PIO_INT_REG) & (FULL | EMPTY | CE | OUE | FIE | EIE)) != EMPTY) in sym53c416_test()