ICHREG            522 sound/pci/intel8x0.c 	if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
ICHREG            531 sound/pci/intel8x0.c       		if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
ICHREG            540 sound/pci/intel8x0.c 			igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
ICHREG            572 sound/pci/intel8x0.c 		if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
ICHREG            574 sound/pci/intel8x0.c 			iputdword(chip, ICHREG(GLOB_STA), tmp &
ICHREG            591 sound/pci/intel8x0.c 		if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
ICHREG            593 sound/pci/intel8x0.c 			iputdword(chip, ICHREG(GLOB_STA), tmp &
ICHREG            606 sound/pci/intel8x0.c 		int val = igetbyte(chip, ICHREG(ALI_CSPSR));
ICHREG            620 sound/pci/intel8x0.c 	while (time-- && (igetdword(chip, ICHREG(ALI_CAS)) & ALI_CAS_SEM_BUSY))
ICHREG            637 sound/pci/intel8x0.c 	iputword(chip, ICHREG(ALI_CPR_ADDR), reg);
ICHREG            640 sound/pci/intel8x0.c 	data = igetword(chip, ICHREG(ALI_SPR));
ICHREG            652 sound/pci/intel8x0.c 	iputword(chip, ICHREG(ALI_CPR), val);
ICHREG            655 sound/pci/intel8x0.c 	iputword(chip, ICHREG(ALI_CPR_ADDR), reg);
ICHREG            871 sound/pci/intel8x0.c 		ICHREG(ALI_FIFOCR1), ICHREG(ALI_FIFOCR2), ICHREG(ALI_FIFOCR3)
ICHREG            875 sound/pci/intel8x0.c 	val = igetdword(chip, ICHREG(ALI_DMACR));
ICHREG            892 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), val | (1 << ichdev->ali_slot));
ICHREG            900 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), val | (1 << (ichdev->ali_slot + 16)));
ICHREG            911 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_INTERRUPTSR),
ICHREG            912 sound/pci/intel8x0.c 			  igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ichdev->int_sta_mask);
ICHREG            984 sound/pci/intel8x0.c 		cnt = igetdword(chip, ICHREG(ALI_SCR));
ICHREG            990 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_SCR), cnt);
ICHREG            993 sound/pci/intel8x0.c 		cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG            999 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT), cnt);
ICHREG           1002 sound/pci/intel8x0.c 		cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG           1015 sound/pci/intel8x0.c 				iputdword(chip, ICHREG(GLOB_CNT), cnt & ~ICH_PCM_246_MASK);
ICHREG           1024 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT), cnt);
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           1290 sound/pci/intel8x0.c 	val = igetdword(chip, ICHREG(ALI_INTERFACECR));
ICHREG           1292 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERFACECR), val);
ICHREG           2136 sound/pci/intel8x0.c 		glob_sta = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           2146 sound/pci/intel8x0.c 					igetbyte(chip, ICHREG(SDM)) & ICH_LDI_MASK;
ICHREG           2161 sound/pci/intel8x0.c 			unsigned int reg = igetdword(chip, ICHREG(ALI_RTSR));
ICHREG           2166 sound/pci/intel8x0.c 			iputdword(chip, ICHREG(ALI_RTSR), reg | 0x40);
ICHREG           2219 sound/pci/intel8x0.c 		u8 tmp = igetbyte(chip, ICHREG(SDM));
ICHREG           2233 sound/pci/intel8x0.c 		iputbyte(chip, ICHREG(SDM), tmp);
ICHREG           2247 sound/pci/intel8x0.c 		if ((igetdword(chip, ICHREG(GLOB_STA)) & ICH_SAMPLE_CAP) == ICH_SAMPLE_16_20)
ICHREG           2257 sound/pci/intel8x0.c 		val = igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK;
ICHREG           2259 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT), val);
ICHREG           2268 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT),
ICHREG           2269 sound/pci/intel8x0.c 			  igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD);
ICHREG           2280 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_SCR), ICH_ALI_SC_RESET);
ICHREG           2281 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_FIFOCR1), 0x83838383);
ICHREG           2282 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_FIFOCR2), 0x83838383);
ICHREG           2283 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_FIFOCR3), 0x83838383);
ICHREG           2284 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERFACECR),
ICHREG           2286 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERRUPTCR), 0x00000000);
ICHREG           2287 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_INTERRUPTSR), 0x00000000);
ICHREG           2300 sound/pci/intel8x0.c 	cnt = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           2301 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_STA), cnt & status);
ICHREG           2304 sound/pci/intel8x0.c 	cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG           2310 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_CNT), cnt & ~ICH_AC97COLD);
ICHREG           2311 sound/pci/intel8x0.c 	cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG           2313 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_CNT), cnt | ICH_AC97COLD);
ICHREG           2318 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(GLOB_CNT), cnt);
ICHREG           2321 sound/pci/intel8x0.c 		if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0)
ICHREG           2326 sound/pci/intel8x0.c 		   igetdword(chip, ICHREG(GLOB_CNT)));
ICHREG           2338 sound/pci/intel8x0.c 			status = igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           2347 sound/pci/intel8x0.c 				   igetdword(chip, ICHREG(GLOB_STA)));
ICHREG           2356 sound/pci/intel8x0.c 			status |= igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           2370 sound/pci/intel8x0.c 			nstatus = igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           2397 sound/pci/intel8x0.c 	reg = igetdword(chip, ICHREG(ALI_SCR));
ICHREG           2403 sound/pci/intel8x0.c 	iputdword(chip, ICHREG(ALI_SCR), reg);
ICHREG           2406 sound/pci/intel8x0.c 		if (! (igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ALI_INT_GPIO))
ICHREG           2416 sound/pci/intel8x0.c 		reg = igetdword(chip, ICHREG(ALI_RTSR));
ICHREG           2419 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_RTSR), reg | 0x80);
ICHREG           2529 sound/pci/intel8x0.c 		chip->sdm_saved = igetbyte(chip, ICHREG(SDM));
ICHREG           2573 sound/pci/intel8x0.c 		iputbyte(chip, ICHREG(SDM), chip->sdm_saved);
ICHREG           2575 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(GLOB_CNT),
ICHREG           2576 sound/pci/intel8x0.c 			  (igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK) |
ICHREG           2655 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), 1 << ichdev->ali_slot);
ICHREG           2669 sound/pci/intel8x0.c 		iputdword(chip, ICHREG(ALI_DMACR), 1 << (ichdev->ali_slot + 16));
ICHREG           2733 sound/pci/intel8x0.c 	tmp = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           2734 sound/pci/intel8x0.c 	snd_iprintf(buffer, "Global control        : 0x%08x\n", igetdword(chip, ICHREG(GLOB_CNT)));
ICHREG           2737 sound/pci/intel8x0.c 		snd_iprintf(buffer, "SDM                   : 0x%08x\n", igetdword(chip, ICHREG(SDM)));
ICHREG            323 sound/pci/intel8x0m.c 	if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
ICHREG            329 sound/pci/intel8x0m.c       		if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
ICHREG            338 sound/pci/intel8x0m.c 			igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
ICHREG            370 sound/pci/intel8x0m.c 		if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
ICHREG            372 sound/pci/intel8x0m.c 			iputdword(chip, ICHREG(GLOB_STA),
ICHREG            835 sound/pci/intel8x0m.c 	glob_sta = igetdword(chip, ICHREG(GLOB_STA));
ICHREG            864 sound/pci/intel8x0m.c 		iputdword(chip, ICHREG(GLOB_CNT),
ICHREG            865 sound/pci/intel8x0m.c 			  igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD);
ICHREG            882 sound/pci/intel8x0m.c 	cnt = igetdword(chip, ICHREG(GLOB_STA));
ICHREG            883 sound/pci/intel8x0m.c 	iputdword(chip, ICHREG(GLOB_STA), cnt & status);
ICHREG            886 sound/pci/intel8x0m.c 	cnt = igetdword(chip, ICHREG(GLOB_CNT));
ICHREG            890 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            918 sound/pci/intel8x0m.c 				   igetdword(chip, ICHREG(GLOB_STA)));
ICHREG            929 sound/pci/intel8x0m.c 			status |= igetdword(chip, ICHREG(GLOB_STA)) & nstatus;
ICHREG            940 sound/pci/intel8x0m.c 			nstatus = igetdword(chip, ICHREG(GLOB_STA)) &
ICHREG           1068 sound/pci/intel8x0m.c 	tmp = igetdword(chip, ICHREG(GLOB_STA));
ICHREG           1070 sound/pci/intel8x0m.c 		    igetdword(chip, ICHREG(GLOB_CNT)));