Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c826 ha->type = GDT_ISA; in gdth_init_isa()
1249 } else if (ha->type == GDT_ISA) { in gdth_enable_int()
1280 else if (ha->type == GDT_ISA) in gdth_get_status()
1303 else if (ha->type == GDT_ISA) in gdth_test_busy()
1341 } else if (ha->type == GDT_ISA) { in gdth_set_sema0()
1380 if (ha->type == GDT_ISA) { in gdth_copy_command()
1437 } else if (ha->type == GDT_ISA) { in gdth_release_event()
3031 } else if (ha->type == GDT_ISA) { in __gdth_interrupt()
3615 else if (ha->type == GDT_ISA) in gdth_async_event()
3859 } else if (ha->type == GDT_ISA) { in gdth_ctr_name()
[all …]
Dgdth.h41 #define GDT_ISA 0x01 /* ISA controller */ macro