ICHREG            508 sound/pci/intel8x0.c 	if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
ICHREG            517 sound/pci/intel8x0.c       		if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
ICHREG            527 sound/pci/intel8x0.c 			igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
ICHREG            563 sound/pci/intel8x0.c 		if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
ICHREG            565 sound/pci/intel8x0.c 			iputdword(chip, ICHREG(GLOB_STA), tmp &
ICHREG            584 sound/pci/intel8x0.c 		if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
ICHREG            586 sound/pci/intel8x0.c 			iputdword(chip, ICHREG(GLOB_STA), tmp &
ICHREG            599 sound/pci/intel8x0.c 		int val = igetbyte(chip, ICHREG(ALI_CSPSR));
ICHREG            613 sound/pci/intel8x0.c 	while (--time && (igetdword(chip, ICHREG(ALI_CAS)) & ALI_CAS_SEM_BUSY))
ICHREG            630 sound/pci/intel8x0.c 	iputword(chip, ICHREG(ALI_CPR_ADDR), reg);
ICHREG            633 sound/pci/intel8x0.c 	data = igetword(chip, ICHREG(ALI_SPR));
ICHREG            645 sound/pci/intel8x0.c 	iputword(chip, ICHREG(ALI_CPR), val);
ICHREG            648 sound/pci/intel8x0.c 	iputword(chip, ICHREG(ALI_CPR_ADDR), reg);
ICHREG            847 sound/pci/intel8x0.c 		ICHREG(ALI_FIFOCR1), ICHREG(ALI_FIFOCR2), ICHREG(ALI_FIFOCR3)
ICHREG            851 sound/pci/intel8x0.c 	val = igetdword(chip, ICHREG(ALI_DMACR));
ICHREG            868 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), val | (1 << ichdev->ali_slot));
ICHREG            876 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), val | (1 << (ichdev->ali_slot + 16)));
ICHREG            887 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_INTERRUPTSR),
ICHREG            888 sound/pci/intel8x0.c 			  igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ichdev->int_sta_mask);
ICHREG            944 sound/pci/intel8x0.c 		cnt = igetdword(chip, ICHREG(ALI_SCR));
ICHREG            950 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_SCR), cnt);
ICHREG            953 sound/pci/intel8x0.c 		cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG            959 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT), cnt);
ICHREG            962 sound/pci/intel8x0.c 		cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG            975 sound/pci/intel8x0.c 				iputdword(chip, ICHREG(GLOB_CNT), cnt & ~ICH_PCM_246_MASK);
ICHREG            984 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT), cnt);
ICHREG           1258 sound/pci/intel8x0.c 	val = igetdword(chip, ICHREG(ALI_INTERFACECR));
ICHREG           1260 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERFACECR), val);
ICHREG           1274 sound/pci/intel8x0.c 	val = igetdword(chip, ICHREG(ALI_INTERFACECR));
ICHREG           1276 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERFACECR), val);
ICHREG           2190 sound/pci/intel8x0.c 		glob_sta = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           2200 sound/pci/intel8x0.c 					igetbyte(chip, ICHREG(SDM)) & ICH_LDI_MASK;
ICHREG           2215 sound/pci/intel8x0.c 			unsigned int reg = igetdword(chip, ICHREG(ALI_RTSR));
ICHREG           2220 sound/pci/intel8x0.c 			iputdword(chip, ICHREG(ALI_RTSR), reg | 0x40);
ICHREG           2274 sound/pci/intel8x0.c 		u8 tmp = igetbyte(chip, ICHREG(SDM));
ICHREG           2288 sound/pci/intel8x0.c 		iputbyte(chip, ICHREG(SDM), tmp);
ICHREG           2302 sound/pci/intel8x0.c 		if ((igetdword(chip, ICHREG(GLOB_STA)) & ICH_SAMPLE_CAP) == ICH_SAMPLE_16_20)
ICHREG           2312 sound/pci/intel8x0.c 		val = igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK;
ICHREG           2314 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT), val);
ICHREG           2323 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT),
ICHREG           2324 sound/pci/intel8x0.c 			  igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD);
ICHREG           2335 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_SCR), ICH_ALI_SC_RESET);
ICHREG           2336 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_FIFOCR1), 0x83838383);
ICHREG           2337 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_FIFOCR2), 0x83838383);
ICHREG           2338 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_FIFOCR3), 0x83838383);
ICHREG           2339 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERFACECR),
ICHREG           2341 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERRUPTCR), 0x00000000);
ICHREG           2342 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERRUPTSR), 0x00000000);
ICHREG           2359 sound/pci/intel8x0.c 	cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG           2365 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_CNT), cnt & ~ICH_AC97COLD);
ICHREG           2366 sound/pci/intel8x0.c 	cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG           2368 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_CNT), cnt | ICH_AC97COLD);
ICHREG           2384 sound/pci/intel8x0.c 	cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG           2388 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_CNT), cnt);
ICHREG           2391 sound/pci/intel8x0.c 		if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0)
ICHREG           2396 sound/pci/intel8x0.c 		   igetdword(chip, ICHREG(GLOB_CNT)));
ICHREG           2412 sound/pci/intel8x0.c 	cnt = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           2413 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_STA), cnt & status);
ICHREG           2429 sound/pci/intel8x0.c 			status = igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           2439 sound/pci/intel8x0.c 				   igetdword(chip, ICHREG(GLOB_STA)));
ICHREG           2448 sound/pci/intel8x0.c 			status |= igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           2462 sound/pci/intel8x0.c 			nstatus = igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           2489 sound/pci/intel8x0.c 	reg = igetdword(chip, ICHREG(ALI_SCR));
ICHREG           2495 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_SCR), reg);
ICHREG           2498 sound/pci/intel8x0.c 		if (! (igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ALI_INT_GPIO))
ICHREG           2508 sound/pci/intel8x0.c 		reg = igetdword(chip, ICHREG(ALI_RTSR));
ICHREG           2511 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_RTSR), reg | 0x80);
ICHREG           2605 sound/pci/intel8x0.c 		chip->sdm_saved = igetbyte(chip, ICHREG(SDM));
ICHREG           2635 sound/pci/intel8x0.c 		iputbyte(chip, ICHREG(SDM), chip->sdm_saved);
ICHREG           2637 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT),
ICHREG           2638 sound/pci/intel8x0.c 			  (igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK) |
ICHREG           2710 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), 1 << ichdev->ali_slot);
ICHREG           2739 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 16));
ICHREG           2824 sound/pci/intel8x0.c 	tmp = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           2825 sound/pci/intel8x0.c 	snd_iprintf(buffer, "Global control        : 0x%08x\n", igetdword(chip, ICHREG(GLOB_CNT)));
ICHREG           2828 sound/pci/intel8x0.c 		snd_iprintf(buffer, "SDM                   : 0x%08x\n", igetdword(chip, ICHREG(SDM)));
ICHREG            308 sound/pci/intel8x0m.c 	if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
ICHREG            314 sound/pci/intel8x0m.c       		if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
ICHREG            324 sound/pci/intel8x0m.c 			igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
ICHREG            360 sound/pci/intel8x0m.c 		if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
ICHREG            362 sound/pci/intel8x0m.c 			iputdword(chip, ICHREG(GLOB_STA),
ICHREG            833 sound/pci/intel8x0m.c 	glob_sta = igetdword(chip, ICHREG(GLOB_STA));
ICHREG            863 sound/pci/intel8x0m.c 		iputdword(chip, ICHREG(GLOB_CNT),
ICHREG            864 sound/pci/intel8x0m.c 			  igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD);
ICHREG            881 sound/pci/intel8x0m.c 	cnt = igetdword(chip, ICHREG(GLOB_STA));
ICHREG            882 sound/pci/intel8x0m.c 	iputdword(chip, ICHREG(GLOB_STA), cnt & status);
ICHREG            885 sound/pci/intel8x0m.c 	cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG            889 sound/pci/intel8x0m.c 	iputdword(chip, ICHREG(GLOB_CNT), cnt);
ICHREG            893 sound/pci/intel8x0m.c 		if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0)
ICHREG            898 sound/pci/intel8x0m.c 		   igetdword(chip, ICHREG(GLOB_CNT)));
ICHREG            909 sound/pci/intel8x0m.c 			status = igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG            919 sound/pci/intel8x0m.c 				   igetdword(chip, ICHREG(GLOB_STA)));
ICHREG            930 sound/pci/intel8x0m.c 			status |= igetdword(chip, ICHREG(GLOB_STA)) & nstatus;
ICHREG            941 sound/pci/intel8x0m.c 			nstatus = igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           1059 sound/pci/intel8x0m.c 	tmp = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           1061 sound/pci/intel8x0m.c 		    igetdword(chip, ICHREG(GLOB_CNT)));