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

/linux-master/sound/pci/
H A Dintel8x0.c71 #define ICHREG(x) ICH_REG_##x macro
486 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
495 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
505 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
541 tmp = igetdword(chip, ICHREG(GLOB_STA));
544 iputdword(chip, ICHREG(GLOB_STA), tmp &
563 tmp = igetdword(chip, ICHREG(GLOB_STA));
566 iputdword(chip, ICHREG(GLOB_STA), tmp &
579 int val = igetbyte(chip, ICHREG(ALI_CSPS
[all...]
H A Dintel8x0m.c49 #define ICHREG(x) ICH_REG_##x macro
293 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
299 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
309 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
345 tmp = igetdword(chip, ICHREG(GLOB_STA));
348 iputdword(chip, ICHREG(GLOB_STA),
802 glob_sta = igetdword(chip, ICHREG(GLOB_STA));
834 iputdword(chip, ICHREG(GLOB_CNT),
835 igetdword(chip, ICHREG(GLOB_CN
[all...]

Completed in 243 milliseconds