Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c960 ha->type = GDT_PCI; in gdth_init_pci()
1254 } else if (ha->type == GDT_PCI) { in gdth_enable_int()
1283 else if (ha->type == GDT_PCI) in gdth_get_status()
1305 else if (ha->type == GDT_PCI) in gdth_test_busy()
1343 } else if (ha->type == GDT_PCI) { in gdth_set_sema0()
1387 } else if (ha->type == GDT_PCI) { in gdth_copy_command()
1439 } else if (ha->type == GDT_PCI) { in gdth_release_event()
3046 } else if (ha->type == GDT_PCI) { in __gdth_interrupt()
3861 } else if (ha->type == GDT_PCI) { in gdth_ctr_name()
Dgdth.h43 #define GDT_PCI 0x03 /* PCI controller */ macro