Lines Matching defs:igetbyte
442 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset)
518 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
528 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
600 int val = igetbyte(chip, ICHREG(ALI_CSPSR));
722 status = igetbyte(chip, port + ichdev->roff_sr);
723 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
838 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;
882 while (igetbyte(chip, port + ICH_REG_OFF_CR))
890 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e);
1022 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
1029 if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV))
2192 igetbyte(chip, ICHREG(SDM)) & ICH_LDI_MASK;
2266 u8 tmp = igetbyte(chip, ICHREG(SDM));
2534 if ((igetbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset) & ICH_RESETREGS) == 0)
2597 chip->sdm_saved = igetbyte(chip, ICHREG(SDM));
2711 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
2717 if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) &&
2734 while (igetbyte(chip, port + ICH_REG_OFF_CR))
2738 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH))