Lines Matching refs:AscGetChipCfgLsw
1948 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW) macro
1971 #define AscGetChipScsiID(port) ((AscGetChipCfgLsw(port) >> 8) & ASC_MAX_TID)
9176 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
9925 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
10172 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
10181 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
10207 cfg_lsw = (ushort) (AscGetChipCfgLsw(iop_base) & 0xFFE3); in ASC_INITFUNC()
10211 cfg_lsw = (ushort) (AscGetChipCfgLsw(iop_base) & 0xFFE0); in ASC_INITFUNC()
10221 cfg_lsw = (ushort) (AscGetChipCfgLsw(iop_base) & 0xFFF3); in ASC_INITFUNC()
12125 cfg = AscGetChipCfgLsw(iop_base); in AscDisableInterrupt()
12137 cfg = AscGetChipCfgLsw(iop_base); in AscEnableInterrupt()
12215 channel = AscGetChipCfgLsw(iop_base) & 0x0003; in ASC_INITFUNC()
12239 cfg_lsw = AscGetChipCfgLsw(iop_base) & 0xFFFC; in ASC_INITFUNC()
12657 cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()
12673 eep_config->cfg_lsw = AscGetChipCfgLsw(iop_base); in ASC_INITFUNC()