Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth.c1072 ha->type = GDT_PCINEW; in gdth_init_pci()
1266 } else if (ha->type == GDT_PCINEW) { in gdth_enable_int()
1293 else if (ha->type == GDT_PCINEW) in gdth_get_status()
1314 else if (ha->type == GDT_PCINEW) in gdth_test_busy()
1352 } else if (ha->type == GDT_PCINEW) { in gdth_set_sema0()
1401 } else if (ha->type == GDT_PCINEW) { in gdth_copy_command()
1448 } else if (ha->type == GDT_PCINEW) { in gdth_release_event()
3070 } else if (ha->type == GDT_PCINEW) { in __gdth_interrupt()
Dgdth.h43 #define GDT_PCINEW 0x04 /* new PCI controller */ macro