Searched refs:igetbyte (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dintel8x0.c455 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset) function
531 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
540 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
606 int val = igetbyte(chip, ICHREG(ALI_CSPSR));
728 status = igetbyte(chip, port + ichdev->roff_sr);
729 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
837 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;
881 while (igetbyte(chip, port + ICH_REG_OFF_CR))
889 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e);
1037 civ = igetbyte(chi
[all...]
H A Dintel8x0m.c247 static inline u8 igetbyte(struct intel8x0m *chip, u32 offset) function
325 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
334 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
436 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
540 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;

Completed in 66 milliseconds