• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:bus_type

544 	ushort bus_type;
2040 * The second parameter 'bus_type' is currently unused.
2042 #define AdvGetChipVersion(iop_base, bus_type) \
2402 printk(" bus_type %d, init_sdtr 0x%x,\n", h->bus_type,
2783 if (asc_dvc_varp->bus_type & ASC_IS_ISA) {
2784 if ((asc_dvc_varp->bus_type & ASC_IS_ISAPNP) ==
2797 if (asc_dvc_varp->bus_type & ASC_IS_VL) {
2799 } else if (asc_dvc_varp->bus_type & ASC_IS_EISA) {
2801 } else if (asc_dvc_varp->bus_type & ASC_IS_PCI) {
2802 if ((asc_dvc_varp->bus_type & ASC_IS_PCI_ULTRA)
2811 "type %d\n", asc_dvc_varp->bus_type);
3204 if (asc_dvc_varp->bus_type & ASC_IS_ISA) {
7857 if (!(asc_dvc->bus_type & (ASC_IS_VL | ASC_IS_EISA))) {
9488 AscGetChipBiosAddress(PortAddr iop_base, unsigned short bus_type)
9498 if (bus_type & ASC_IS_PCI)
9501 if ((bus_type & ASC_IS_EISA) != 0) {
9513 if (bus_type == ASC_IS_ISAPNP)
9544 AscGetChipVersion(PortAddr iop_base, unsigned short bus_type)
9546 if (bus_type & ASC_IS_EISA) {
9588 static ASC_DCNT __devinit AscGetMaxDmaCount(ushort bus_type)
9590 if (bus_type & ASC_IS_ISA)
9592 else if (bus_type & (ASC_IS_EISA | ASC_IS_VL))
9659 if ((asc_dvc->bus_type &
9688 asc_dvc->max_dma_count = AscGetMaxDmaCount(asc_dvc->bus_type);
9692 chip_version = AscGetChipVersion(iop_base, asc_dvc->bus_type);
9696 if ((asc_dvc->bus_type & ASC_IS_PCI) &&
9698 asc_dvc->bus_type = ASC_IS_PCI_ULTRA;
9710 if (asc_dvc->bus_type == ASC_IS_PCI) {
9717 if ((asc_dvc->bus_type & ASC_IS_ISA) != 0) {
9720 asc_dvc->bus_type = ASC_IS_ISAPNP;
9772 AscGetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type)
9789 if (bus_type & ASC_IS_VL) {
9886 AscSetEEPConfigOnce(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type)
9907 if (bus_type & ASC_IS_VL) {
9950 if (bus_type & ASC_IS_VL) {
9982 AscSetEEPConfig(PortAddr iop_base, ASCEEP_CONFIG *cfg_buf, ushort bus_type)
9990 bus_type)) == 0) {
10038 chksum = AscGetEEPConfig(iop_base, eep_config, asc_dvc->bus_type);
10062 if (AscGetChipVersion(iop_base, asc_dvc->bus_type) ==
10102 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) ==
10138 if (((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) &&
10153 asc_dvc->bus_type)) != 0) {
10250 if (asc_dvc->bus_type & ASC_IS_PCI) {
10253 if ((asc_dvc->bus_type & ASC_IS_PCI_ULTRA) == ASC_IS_PCI_ULTRA) {
10264 if (asc_dvc->bus_type == ASC_IS_ISAPNP) {
10265 if (AscGetChipVersion(iop_base, asc_dvc->bus_type)
10275 if (asc_dvc->bus_type & ASC_IS_ISA) {
11635 AdvGetChipVersion(iop_base, asc_dvc->bus_type);
11833 unsigned int iop, int bus_type)
11841 pdev = (bus_type == ASC_IS_PCI) ? to_pci_dev(boardp->dev) : NULL;
11846 asc_dvc_varp->bus_type = bus_type;
11910 switch (asc_dvc_varp->bus_type) {
11933 "%d\n", asc_dvc_varp->bus_type);
11941 * bus_type value. The bus_type value should no
11942 * longer be used. If the bus_type field must be
12190 asc_dvc_varp->bus_type);
12235 if (asc_dvc_varp->bus_type & ASC_IS_ISA) {