| tag | line | file | source code |
| bustype | 843 | drivers/scsi/eata_dma.c | u8 bustype) |
| bustype | 899 | drivers/scsi/eata_dma.c | if (bustype != IS_EISA && bustype != IS_ISA) |
| bustype | 905 | drivers/scsi/eata_dma.c | if (bustype == IS_EISA || bustype == IS_ISA) { |
| bustype | 1003 | drivers/scsi/eata_dma.c | hd->bustype = IS_PCI; |
| bustype | 1005 | drivers/scsi/eata_dma.c | hd->bustype = IS_EISA; |
| bustype | 1007 | drivers/scsi/eata_dma.c | hd->bustype = IS_ISA; |
| bustype | 1010 | drivers/scsi/eata_dma.c | hd->bustype = IS_PCI; |
| bustype | 1012 | drivers/scsi/eata_dma.c | hd->bustype = IS_EISA; |
| bustype | 1014 | drivers/scsi/eata_dma.c | hd->bustype = IS_ISA; |
| bustype | 1016 | drivers/scsi/eata_dma.c | hd->bustype = bustype; |
| bustype | 1042 | drivers/scsi/eata_dma.c | if(hd->bustype != IS_ISA) |
| bustype | 1058 | drivers/scsi/eata_dma.c | if (gc->SG_64K == TRUE && ntohs(gc->SGsiz) == 64 && hd->bustype != IS_ISA){ |
| bustype | 1079 | drivers/scsi/eata_dma.c | if (hd->bustype != IS_ISA) { |
| bustype | 1319 | drivers/scsi/eata_dma.c | SD(HBA_ptr)->EATA_revision, (SD(HBA_ptr)->bustype == 'P')? |
| bustype | 1320 | drivers/scsi/eata_dma.c | "PCI ":(SD(HBA_ptr)->bustype == 'E')?"EISA":"ISA ", |
| bustype | 226 | drivers/scsi/eata_dma_proc.c | (SD(HBA_ptr)->bustype == IS_PCI)?"PCI ": |
| bustype | 227 | drivers/scsi/eata_dma_proc.c | (SD(HBA_ptr)->bustype == IS_EISA)?"EISA":"ISA "); |
| bustype | 323 | drivers/scsi/eata_generic.h | __u8 bustype; /* bustype of HBA */ |
| 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 | 774 | drivers/scsi/eata_pio.c | hd->bustype = IS_PCI; |
| bustype | 776 | drivers/scsi/eata_pio.c | hd->bustype = IS_EISA; |
| bustype | 778 | drivers/scsi/eata_pio.c | hd->bustype = IS_ISA; |
| bustype | 1011 | drivers/scsi/eata_pio.c | SD(HBA_ptr)->EATA_revision, (SD(HBA_ptr)->bustype == 'P')? |
| bustype | 1012 | 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 "); |