Searched refs:cfg_lsw (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c593 ushort cfg_lsw; member in struct:asceep_config
935 ushort cfg_lsw; /* 00 power up initialization */ member in struct:adveep_3550_config
1004 ushort cfg_lsw; /* 00 power up initialization */ member in struct:adveep_38C0800_config
1104 ushort cfg_lsw; /* 00 power up initialization */ member in struct:adveep_38C1600_config
8600 unsigned short cfg_lsw; AscGetChipBiosAddress() local
8612 cfg_lsw = AscGetEisaChipCfg(iop_base); AscGetChipBiosAddress()
8613 cfg_lsw &= 0x000F; AscGetChipBiosAddress()
8614 bios_addr = ASC_BIOS_MIN_ADDR + cfg_lsw * ASC_BIOS_BANK_SIZE; AscGetChipBiosAddress()
8618 cfg_lsw = AscGetChipCfgLsw(iop_base); AscGetChipBiosAddress()
8624 cfg_lsw &= 0x7FFF; AscGetChipBiosAddress()
8625 bios_addr = ASC_BIOS_MIN_ADDR + (cfg_lsw >> 12) * ASC_BIOS_BANK_SIZE; AscGetChipBiosAddress()
8631 ushort cfg_lsw; AscSetChipScsiID() local
8636 cfg_lsw = AscGetChipCfgLsw(iop_base); AscSetChipScsiID()
8637 cfg_lsw &= 0xF8FF; AscSetChipScsiID()
8638 cfg_lsw |= (ushort)((new_host_id & ASC_MAX_TID) << 8); AscSetChipScsiID()
8639 AscSetChipCfgLsw(iop_base, cfg_lsw); AscSetChipScsiID()
8722 ushort cfg_lsw; AscSetIsaDmaChannel() local
8730 cfg_lsw = AscGetChipCfgLsw(iop_base) & 0xFFFC; AscSetIsaDmaChannel()
8731 cfg_lsw |= value; AscSetIsaDmaChannel()
8732 AscSetChipCfgLsw(iop_base, cfg_lsw); AscSetIsaDmaChannel()
9113 ushort cfg_msw, cfg_lsw; AscInitFromEEP() local
9138 cfg_lsw = AscGetChipCfgLsw(iop_base); AscInitFromEEP()
9152 if (eep_config->cfg_lsw != cfg_lsw) { AscInitFromEEP()
9154 eep_config->cfg_lsw = AscInitFromEEP()
9165 eep_config->cfg_lsw |= ASC_CFG0_HOST_INT_ON; AscInitFromEEP()
9441 ADV_EEPROM_BIOS_ENABLE, /* cfg_lsw */
9479 0, /* cfg_lsw */
9517 ADV_EEPROM_BIOS_ENABLE, /* 00 cfg_lsw */
9582 0, /* 00 cfg_lsw */
9647 ADV_EEPROM_BIOS_ENABLE, /* 00 cfg_lsw */
9712 0, /* 00 cfg_lsw */
10532 eep_config.cfg_lsw &= ~ADV_EEPROM_BIOS_ENABLE; AdvInitFrom38C1600EEP()
10549 eep_config.cfg_lsw &= ~ADV_EEPROM_INTAB; AdvInitFrom38C1600EEP()
11436 unsigned short cfg_lsw = AscGetChipCfgLsw(iop_base); advansys_isa_irq_no() local
11437 unsigned int chip_irq = ((cfg_lsw >> 2) & 0x03) + 10; advansys_isa_irq_no()
11514 unsigned short cfg_lsw = AscGetChipCfgLsw(iop_base); advansys_vlb_irq_no() local
11515 unsigned int chip_irq = ((cfg_lsw >> 2) & 0x07) + 9; advansys_vlb_irq_no()
11605 unsigned short cfg_lsw = inw(edev->base_addr + 0xc86); advansys_eisa_irq_no() local
11606 unsigned int chip_irq = ((cfg_lsw >> 8) & 0x07) + 10; advansys_eisa_irq_no()

Completed in 108 milliseconds