Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth.c721 ha->type = GDT_PCINEW; in gdth_init_pci()
898 } else if (ha->type == GDT_PCINEW) { in gdth_enable_int()
920 else if (ha->type == GDT_PCINEW) in gdth_get_status()
937 else if (ha->type == GDT_PCINEW) in gdth_test_busy()
971 } else if (ha->type == GDT_PCINEW) { in gdth_set_sema0()
1010 } else if (ha->type == GDT_PCINEW) { in gdth_copy_command()
1051 } else if (ha->type == GDT_PCINEW) { in gdth_release_event()
2527 } else if (ha->type == GDT_PCINEW) { in __gdth_interrupt()
H A Dgdth.h42 #define GDT_PCINEW 0x04 /* new PCI controller */ macro