Lines Matching defs:mc_base
122 unsigned long mc_base;
187 if (isapnp && chip->mc_base)
189 chip->mc_base |= 0xc00;
193 chip->mc_base = 0xf8c;
218 chip->mc_base = (hardware == OPTi9XX_HW_82C930) ? 0xf8f : 0xf8d;
240 outb(chip->password, chip->mc_base + chip->pwd_reg);
247 outb(reg, chip->mc_base + 8);
248 outb(chip->password, chip->mc_base + chip->pwd_reg);
249 retval = inb(chip->mc_base + 9);
256 retval = inb(chip->mc_base + reg);
264 outb(chip->password, chip->mc_base + chip->pwd_reg);
283 outb(chip->password, chip->mc_base + chip->pwd_reg);
290 outb(reg, chip->mc_base + 8);
291 outb(chip->password, chip->mc_base + chip->pwd_reg);
292 outb(value, chip->mc_base + 9);
299 outb(value, chip->mc_base + reg);
307 outb(chip->password, chip->mc_base + chip->pwd_reg);
670 chip->res_mc_base = request_region(chip->mc_base, chip->mc_base_size,
676 if (value != 0xff && value != inb(chip->mc_base + OPTi9XX_MC_REG(1)))
686 outb(chip->password, chip->mc_base + chip->pwd_reg);
687 outb(((chip->mc_indir_index & 0x1f0) >> 4), chip->mc_base);
773 chip->mc_base = pnp_port_start(devmc, 0) - 1;