Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dgdth.c703 ha->type = GDT_EISA; in gdth_init_eisa()
747 ha->type = GDT_EISA; in gdth_init_eisa()
1252 if (ha->type == GDT_EISA) { in gdth_enable_int()
1285 if (ha->type == GDT_EISA) in gdth_get_status()
1308 if (ha->type == GDT_EISA) in gdth_test_busy()
1346 if (ha->type == GDT_EISA) { in gdth_set_sema0()
1377 if (ha->type == GDT_EISA) in gdth_copy_command()
1440 if (ha->type == GDT_EISA) { in gdth_release_event()
2442 if (ha->type==GDT_EISA && ha->cmd_cnt>0) in gdth_fill_cache_cmd()
2622 if (ha->type==GDT_EISA && ha->cmd_cnt>0) in gdth_fill_raw_cmd()
[all …]
Dgdth.h41 #define GDT_EISA 0x02 /* EISA controller */ macro