Searched refs:cfg_lsw (Results 1 – 1 of 1) sorted by relevance
576 ushort cfg_lsw; member8506 unsigned short cfg_lsw; in AscGetChipBiosAddress() local8519 cfg_lsw &= 0x000F; in AscGetChipBiosAddress()8524 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscGetChipBiosAddress()8531 ushort cfg_lsw; in AscSetChipScsiID() local8536 cfg_lsw = AscGetChipCfgLsw(iop_base); in AscSetChipScsiID()8537 cfg_lsw &= 0xF8FF; in AscSetChipScsiID()8539 AscSetChipCfgLsw(iop_base, cfg_lsw); in AscSetChipScsiID()8935 ushort cfg_msw, cfg_lsw; in AscInitFromEEP() local8974 if (eep_config->cfg_lsw != cfg_lsw) { in AscInitFromEEP()[all …]