Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Drpaphp.h45 #define EMPTY 0 /* No card in slot */ macro
65 #define EMPTY 0 macro
Drpaphp_core.c126 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()
Drpaphp_pci.c83 slot->state = EMPTY; in rpaphp_enable_slot()
102 info->adapter_status = EMPTY; in rpaphp_enable_slot()
/linux-4.4.14/drivers/scsi/
Dsym53c416.c124 #define EMPTY 0x10 /* PIO FIFO Empty */ macro
272 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()