Symbol: igetbyte
sound/pci/intel8x0.c
1066
civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
sound/pci/intel8x0.c
1073
if (civ != igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV))
sound/pci/intel8x0.c
2235
igetbyte(chip, ICHREG(SDM)) & ICH_LDI_MASK;
sound/pci/intel8x0.c
2311
u8 tmp = igetbyte(chip, ICHREG(SDM));
sound/pci/intel8x0.c
2581
if ((igetbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset) & ICH_RESETREGS) == 0)
sound/pci/intel8x0.c
2634
chip->sdm_saved = igetbyte(chip, ICHREG(SDM));
sound/pci/intel8x0.c
2746
civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV);
sound/pci/intel8x0.c
2752
if (civ == igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV) &&
sound/pci/intel8x0.c
2769
while (igetbyte(chip, port + ICH_REG_OFF_CR))
sound/pci/intel8x0.c
2773
while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH))
sound/pci/intel8x0.c
565
if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
sound/pci/intel8x0.c
575
igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
sound/pci/intel8x0.c
649
int val = igetbyte(chip, ICHREG(ALI_CSPSR));
sound/pci/intel8x0.c
770
status = igetbyte(chip, port + ichdev->roff_sr);
sound/pci/intel8x0.c
771
civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
sound/pci/intel8x0.c
883
while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;
sound/pci/intel8x0.c
927
while (igetbyte(chip, port + ICH_REG_OFF_CR))
sound/pci/intel8x0.c
935
igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e);
sound/pci/intel8x0m.c
351
if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
sound/pci/intel8x0m.c
361
igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
sound/pci/intel8x0m.c
476
civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
sound/pci/intel8x0m.c
580
while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;