tag | line | file | source code |
bustype | 820 | drivers/scsi/eata_dma.c | u8 bustype) |
bustype | 877 | drivers/scsi/eata_dma.c | if (bustype != IS_EISA && bustype != IS_ISA) |
bustype | 883 | drivers/scsi/eata_dma.c | if (bustype == IS_EISA || bustype == IS_ISA) { |
bustype | 981 | drivers/scsi/eata_dma.c | hd->bustype = IS_PCI; |
bustype | 983 | drivers/scsi/eata_dma.c | hd->bustype = IS_EISA; |
bustype | 985 | drivers/scsi/eata_dma.c | hd->bustype = IS_ISA; |
bustype | 988 | drivers/scsi/eata_dma.c | hd->bustype = IS_PCI; |
bustype | 990 | drivers/scsi/eata_dma.c | hd->bustype = IS_EISA; |
bustype | 992 | drivers/scsi/eata_dma.c | hd->bustype = IS_ISA; |
bustype | 994 | drivers/scsi/eata_dma.c | hd->bustype = bustype; |
bustype | 1019 | drivers/scsi/eata_dma.c | if(hd->bustype != IS_ISA) |
bustype | 1035 | drivers/scsi/eata_dma.c | if (gc->SG_64K == TRUE && ntohs(gc->SGsiz) == 64 && hd->bustype != IS_ISA){ |
bustype | 1056 | drivers/scsi/eata_dma.c | if (hd->bustype != IS_ISA) { |
bustype | 1287 | drivers/scsi/eata_dma.c | SD(HBA_ptr)->EATA_revision, (SD(HBA_ptr)->bustype == 'P')? |
bustype | 1288 | drivers/scsi/eata_dma.c | "PCI ":(SD(HBA_ptr)->bustype == 'E')?"EISA":"ISA ", |
bustype | 138 | drivers/scsi/eata_dma_proc.c | if(SD(HBA_ptr)->bustype == IS_EISA) { |
bustype | 223 | drivers/scsi/eata_dma_proc.c | (SD(HBA_ptr)->bustype == IS_PCI)?"PCI ": |
bustype | 224 | drivers/scsi/eata_dma_proc.c | (SD(HBA_ptr)->bustype == IS_EISA)?"EISA":"ISA "); |
bustype | 320 | drivers/scsi/eata_generic.h | __u8 bustype; /* bustype of HBA */ |
bustype | 760 | drivers/scsi/eata_pio.c | hd->bustype = IS_PCI; |
bustype | 762 | drivers/scsi/eata_pio.c | hd->bustype = IS_EISA; |
bustype | 764 | drivers/scsi/eata_pio.c | hd->bustype = IS_ISA; |
bustype | 767 | drivers/scsi/eata_pio.c | hd->bustype = IS_PCI; |
bustype | 769 | drivers/scsi/eata_pio.c | hd->bustype = IS_EISA; |
bustype | 771 | drivers/scsi/eata_pio.c | hd->bustype = IS_ISA; |
bustype | 1002 | drivers/scsi/eata_pio.c | SD(HBA_ptr)->EATA_revision, (SD(HBA_ptr)->bustype == 'P')? |
bustype | 1003 | drivers/scsi/eata_pio.c | "PCI ":(SD(HBA_ptr)->bustype == 'E')?"EISA":"ISA ", |
bustype | 87 | drivers/scsi/eata_pio_proc.c | (SD(HBA_ptr)->bustype == 'P')?"PCI ": |
bustype | 88 | drivers/scsi/eata_pio_proc.c | (SD(HBA_ptr)->bustype == 'E')?"EISA":"ISA "); |