chip_addx        1244 sound/pci/hda/patch_ca0132.c 				unsigned int chip_addx)
chip_addx        1249 sound/pci/hda/patch_ca0132.c 	if (spec->curr_chip_addx == chip_addx)
chip_addx        1254 sound/pci/hda/patch_ca0132.c 			  chip_addx & 0xffff);
chip_addx        1259 sound/pci/hda/patch_ca0132.c 				  chip_addx >> 16);
chip_addx        1262 sound/pci/hda/patch_ca0132.c 	spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx;
chip_addx        1347 sound/pci/hda/patch_ca0132.c 		unsigned int chip_addx, const unsigned int data)
chip_addx        1355 sound/pci/hda/patch_ca0132.c 	err = chipio_write_address(codec, chip_addx);
chip_addx        1373 sound/pci/hda/patch_ca0132.c 		unsigned int chip_addx, const unsigned int data)
chip_addx        1379 sound/pci/hda/patch_ca0132.c 	err = chipio_write_address(codec, chip_addx);
chip_addx        1396 sound/pci/hda/patch_ca0132.c 				 u32 chip_addx,
chip_addx        1404 sound/pci/hda/patch_ca0132.c 	status = chipio_write_address(codec, chip_addx);
chip_addx        1420 sound/pci/hda/patch_ca0132.c 		unsigned int chip_addx, unsigned int *data)
chip_addx        1428 sound/pci/hda/patch_ca0132.c 	err = chipio_write_address(codec, chip_addx);
chip_addx        2153 sound/pci/hda/patch_ca0132.c static unsigned int dsp_chip_to_dsp_addx(unsigned int chip_addx,
chip_addx        2158 sound/pci/hda/patch_ca0132.c 	if (UC_RANGE(chip_addx, 1)) {
chip_addx        2160 sound/pci/hda/patch_ca0132.c 		return UC_OFF(chip_addx);
chip_addx        2161 sound/pci/hda/patch_ca0132.c 	} else if (X_RANGE_ALL(chip_addx, 1)) {
chip_addx        2162 sound/pci/hda/patch_ca0132.c 		return X_OFF(chip_addx);
chip_addx        2163 sound/pci/hda/patch_ca0132.c 	} else if (Y_RANGE_ALL(chip_addx, 1)) {
chip_addx        2165 sound/pci/hda/patch_ca0132.c 		return Y_OFF(chip_addx);
chip_addx        2185 sound/pci/hda/patch_ca0132.c 				unsigned int chip_addx,
chip_addx        2208 sound/pci/hda/patch_ca0132.c 	dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram);
chip_addx        2286 sound/pci/hda/patch_ca0132.c 		   chip_addx, dsp_addx, dma_chan,
chip_addx        2298 sound/pci/hda/patch_ca0132.c 			unsigned int chip_addx,
chip_addx        2322 sound/pci/hda/patch_ca0132.c 	dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram);
chip_addx        2378 sound/pci/hda/patch_ca0132.c 		   chip_addx, count, dma_cfg, adr_ofs, xfr_cnt);
chip_addx        2795 sound/pci/hda/patch_ca0132.c 	unsigned int chip_addx;
chip_addx        2830 sound/pci/hda/patch_ca0132.c 	chip_addx = fls->chip_addr,
chip_addx        2836 sound/pci/hda/patch_ca0132.c 		chip_addx = (chip_addx & (0xFFFF0000 << 2)) + (reloc << 2);
chip_addx        2838 sound/pci/hda/patch_ca0132.c 	if (!UC_RANGE(chip_addx, words_to_write) &&
chip_addx        2839 sound/pci/hda/patch_ca0132.c 	    !X_RANGE_ALL(chip_addx, words_to_write) &&
chip_addx        2840 sound/pci/hda/patch_ca0132.c 	    !Y_RANGE_ALL(chip_addx, words_to_write)) {
chip_addx        2869 sound/pci/hda/patch_ca0132.c 				(unsigned int)(UC_RANGE(chip_addx, 1) ?
chip_addx        2875 sound/pci/hda/patch_ca0132.c 		   chip_addx, hda_frame_size_words, num_chans,
chip_addx        2885 sound/pci/hda/patch_ca0132.c 	chip_addx_remainder = chip_addx;
chip_addx        2888 sound/pci/hda/patch_ca0132.c 	chip_addx += remainder_words*sizeof(u32);
chip_addx        2900 sound/pci/hda/patch_ca0132.c 			status = dsp_dma_setup_common(codec, chip_addx,
chip_addx        2907 sound/pci/hda/patch_ca0132.c 		status = dsp_dma_setup(codec, chip_addx,
chip_addx        2955 sound/pci/hda/patch_ca0132.c 		chip_addx += run_size_words*sizeof(u32);