Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dgdth.c959 ha->type = GDT_PCI; in gdth_init_pci()
1253 } else if (ha->type == GDT_PCI) { in gdth_enable_int()
1282 else if (ha->type == GDT_PCI) in gdth_get_status()
1304 else if (ha->type == GDT_PCI) in gdth_test_busy()
1342 } else if (ha->type == GDT_PCI) { in gdth_set_sema0()
1386 } else if (ha->type == GDT_PCI) { in gdth_copy_command()
1438 } else if (ha->type == GDT_PCI) { in gdth_release_event()
3047 } else if (ha->type == GDT_PCI) { in __gdth_interrupt()
3863 } else if (ha->type == GDT_PCI) { in gdth_ctr_name()
Dgdth.h42 #define GDT_PCI 0x03 /* PCI controller */ macro