Lines Matching refs:cfg_lsw
1702 ushort cfg_lsw; member
2242 ushort cfg_lsw; /* 00 power up initialization */ member
2312 ushort cfg_lsw; /* 00 power up initialization */ member
2413 ushort cfg_lsw; /* 00 power up initialization */ member
9152 ushort cfg_lsw; in ASC_INITFUNC() local
9168 cfg_lsw = AscGetEisaChipCfg(iop_base); in ASC_INITFUNC()
9169 cfg_lsw &= 0x000F; in ASC_INITFUNC()
9171 (cfg_lsw * ASC_BIOS_BANK_SIZE)); in ASC_INITFUNC()
9176 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
9183 cfg_lsw &= 0x7FFF; in ASC_INITFUNC()
9186 bios_addr = (ushort)(((cfg_lsw >> 12) * ASC_BIOS_BANK_SIZE) + in ASC_INITFUNC()
9920 ushort cfg_lsw; in ASC_INITFUNC() local
9925 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
9926 cfg_lsw &= 0xF8FF; in ASC_INITFUNC()
9927 cfg_lsw |= (ushort) ((new_host_id & ASC_MAX_TID) << 8); in ASC_INITFUNC()
9928 AscSetChipCfgLsw(iop_base, cfg_lsw); in ASC_INITFUNC()
10160 ushort cfg_lsw; in ASC_INITFUNC() local
10164 cfg_lsw = AscGetEisaChipCfg(iop_base); in ASC_INITFUNC()
10165 chip_irq = (uchar) (((cfg_lsw >> 8) & 0x07) + 10); in ASC_INITFUNC()
10172 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
10173 chip_irq = (uchar) (((cfg_lsw >> 2) & 0x07)); in ASC_INITFUNC()
10181 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
10182 chip_irq = (uchar) (((cfg_lsw >> 2) & 0x03)); in ASC_INITFUNC()
10197 ushort cfg_lsw; in ASC_INITFUNC() local
10207 cfg_lsw = (ushort) (AscGetChipCfgLsw(iop_base) & 0xFFE3); in ASC_INITFUNC()
10208 cfg_lsw |= (ushort) 0x0010; in ASC_INITFUNC()
10209 AscSetChipCfgLsw(iop_base, cfg_lsw); in ASC_INITFUNC()
10211 cfg_lsw = (ushort) (AscGetChipCfgLsw(iop_base) & 0xFFE0); in ASC_INITFUNC()
10212 cfg_lsw |= (ushort) ((irq_no & 0x07) << 2); in ASC_INITFUNC()
10213 AscSetChipCfgLsw(iop_base, cfg_lsw); in ASC_INITFUNC()
10221 cfg_lsw = (ushort) (AscGetChipCfgLsw(iop_base) & 0xFFF3); in ASC_INITFUNC()
10222 cfg_lsw |= (ushort) ((irq_no & 0x03) << 2); in ASC_INITFUNC()
10223 AscSetChipCfgLsw(iop_base, cfg_lsw); in ASC_INITFUNC()
12231 ushort cfg_lsw; in ASC_INITFUNC() local
12239 cfg_lsw = AscGetChipCfgLsw(iop_base) & 0xFFFC; in ASC_INITFUNC()
12240 cfg_lsw |= value; in ASC_INITFUNC()
12241 AscSetChipCfgLsw(iop_base, cfg_lsw); in ASC_INITFUNC()
12631 ushort cfg_msw, cfg_lsw; in ASC_INITFUNC() local
12657 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
12671 if (eep_config->cfg_lsw != cfg_lsw) { in ASC_INITFUNC()
12673 eep_config->cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
12682 eep_config->cfg_lsw |= ASC_CFG0_HOST_INT_ON; in ASC_INITFUNC()