Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dgdth.c825 ha->type = GDT_ISA; in gdth_init_isa()
1248 } else if (ha->type == GDT_ISA) { in gdth_enable_int()
1279 else if (ha->type == GDT_ISA) in gdth_get_status()
1302 else if (ha->type == GDT_ISA) in gdth_test_busy()
1340 } else if (ha->type == GDT_ISA) { in gdth_set_sema0()
1379 if (ha->type == GDT_ISA) { in gdth_copy_command()
1436 } else if (ha->type == GDT_ISA) { in gdth_release_event()
3032 } else if (ha->type == GDT_ISA) { in __gdth_interrupt()
3616 else if (ha->type == GDT_ISA) in gdth_async_event()
3861 } else if (ha->type == GDT_ISA) { in gdth_ctr_name()
[all …]
Dgdth.h40 #define GDT_ISA 0x01 /* ISA controller */ macro