Searched refs:ICHREG (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.c108 #define ICHREG(x) ICH_REG_##x macro
522 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
531 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
540 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
572 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
574 iputdword(chip, ICHREG(GLOB_STA), tmp &
591 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
593 iputdword(chip, ICHREG(GLOB_STA), tmp &
606 int val = igetbyte(chip, ICHREG(ALI_CSPS
[all...]
H A Dintel8x0m.c79 #define ICHREG(x) ICH_REG_##x macro
319 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
325 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
334 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
366 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
368 iputdword(chip, ICHREG(GLOB_STA),
807 glob_sta = igetdword(chip, ICHREG(GLOB_STA));
836 iputdword(chip, ICHREG(GLOB_CNT),
837 igetdword(chip, ICHREG(GLOB_CN
[all...]

Completed in 49 milliseconds