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));
700 status = igetbyte(chip, port + ichdev->roff_sr);
701 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
813 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;
857 while (igetbyte(chip, port + ICH_REG_OFF_CR))
865 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e);
996 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
1003 if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV))
2165 igetbyte(chip, ICHREG(SDM)) & ICH_LDI_MASK;
2241 u8 tmp = igetbyte(chip, ICHREG(SDM));
2511 if ((igetbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset) & ICH_RESETREGS) == 0)
2564 chip->sdm_saved = igetbyte(chip, ICHREG(SDM));
2676 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
2682 if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) &&
2699 while (igetbyte(chip, port + ICH_REG_OFF_CR))
2703 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH))