Home
last modified time | relevance | path

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

/drivers/scsi/
Dgdth.c610 ha->type = GDT_PCI; in gdth_init_pci()
893 if (ha->type == GDT_PCI) { in gdth_enable_int()
917 if (ha->type == GDT_PCI) in gdth_get_status()
935 if (ha->type == GDT_PCI) in gdth_test_busy()
969 if (ha->type == GDT_PCI) { in gdth_set_sema0()
1003 if (ha->type == GDT_PCI) { in gdth_copy_command()
1049 if (ha->type == GDT_PCI) { in gdth_release_event()
2512 if (ha->type == GDT_PCI) { in __gdth_interrupt()
3253 if (ha->type == GDT_PCI) { in gdth_ctr_name()
Dgdth.h41 #define GDT_PCI 0x03 /* PCI controller */ macro