Searched refs:NCR_700_SLOT_FREE (Results 1 – 2 of 2) sorted by relevance
347 hostdata->slots[j].state = NCR_700_SLOT_FREE; in NCR_700_detect()519 if(slot->state != NCR_700_SLOT_FREE) in find_empty_slot()546 if(slot->state == NCR_700_SLOT_FREE) { in free_slot()552 slot->state = NCR_700_SLOT_FREE; in free_slot()1555 if(slot->state == NCR_700_SLOT_FREE) in NCR_700_intr()
175 #define NCR_700_SLOT_FREE (0|NCR_700_SLOT_MAGIC) /* slot may be used */ macro