Lines Matching defs:igetbyte
419 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset)
495 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
505 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
579 int val = igetbyte(chip, ICHREG(ALI_CSPSR));
701 status = igetbyte(chip, port + ichdev->roff_sr);
702 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
817 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;
861 while (igetbyte(chip, port + ICH_REG_OFF_CR))
869 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e);
1001 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
1008 if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV))
2172 igetbyte(chip, ICHREG(SDM)) & ICH_LDI_MASK;
2248 u8 tmp = igetbyte(chip, ICHREG(SDM));
2518 if ((igetbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset) & ICH_RESETREGS) == 0)
2572 chip->sdm_saved = igetbyte(chip, ICHREG(SDM));
2688 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
2694 if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) &&
2711 while (igetbyte(chip, port + ICH_REG_OFF_CR))
2715 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH))