Searched refs:ICHREG (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dintel8x0.c103 #define ICHREG(x) ICH_REG_##x macro
514 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
523 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
532 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
564 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
566 iputdword(chip, ICHREG(GLOB_STA), tmp &
583 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
585 iputdword(chip, ICHREG(GLOB_STA), tmp &
598 int val = igetbyte(chip, ICHREG(ALI_CSPS
[all...]
H A Dintel8x0m.c80 #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),
804 glob_sta = igetdword(chip, ICHREG(GLOB_STA));
833 iputdword(chip, ICHREG(GLOB_CNT),
834 igetdword(chip, ICHREG(GLOB_CN
[all...]

Completed in 95 milliseconds