Lines Matching refs:chip_addx

1243 				unsigned int chip_addx)  in chipio_write_address()  argument
1248 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
1253 chip_addx & 0xffff); in chipio_write_address()
1258 chip_addx >> 16); in chipio_write_address()
1261 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx; in chipio_write_address()
1346 unsigned int chip_addx, const unsigned int data) in chipio_write() argument
1354 err = chipio_write_address(codec, chip_addx); in chipio_write()
1372 unsigned int chip_addx, const unsigned int data) in chipio_write_no_mutex() argument
1378 err = chipio_write_address(codec, chip_addx); in chipio_write_no_mutex()
1395 u32 chip_addx, in chipio_write_multiple() argument
1403 status = chipio_write_address(codec, chip_addx); in chipio_write_multiple()
1419 unsigned int chip_addx, unsigned int *data) in chipio_read() argument
1427 err = chipio_write_address(codec, chip_addx); in chipio_read()
2151 static unsigned int dsp_chip_to_dsp_addx(unsigned int chip_addx, in dsp_chip_to_dsp_addx() argument
2156 if (UC_RANGE(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2158 return UC_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2159 } else if (X_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2160 return X_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2161 } else if (Y_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2163 return Y_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2183 unsigned int chip_addx, in dsp_dma_setup_common() argument
2206 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common()
2284 chip_addx, dsp_addx, dma_chan, in dsp_dma_setup_common()
2296 unsigned int chip_addx, in dsp_dma_setup() argument
2320 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup()
2376 chip_addx, count, dma_cfg, adr_ofs, xfr_cnt); in dsp_dma_setup()
2793 unsigned int chip_addx; in dspxfr_one_seg() local
2828 chip_addx = fls->chip_addr, in dspxfr_one_seg()
2834 chip_addx = (chip_addx & (0xFFFF0000 << 2)) + (reloc << 2); in dspxfr_one_seg()
2836 if (!UC_RANGE(chip_addx, words_to_write) && in dspxfr_one_seg()
2837 !X_RANGE_ALL(chip_addx, words_to_write) && in dspxfr_one_seg()
2838 !Y_RANGE_ALL(chip_addx, words_to_write)) { in dspxfr_one_seg()
2867 (unsigned int)(UC_RANGE(chip_addx, 1) ? in dspxfr_one_seg()
2873 chip_addx, hda_frame_size_words, num_chans, in dspxfr_one_seg()
2883 chip_addx_remainder = chip_addx; in dspxfr_one_seg()
2886 chip_addx += remainder_words*sizeof(u32); in dspxfr_one_seg()
2898 status = dsp_dma_setup_common(codec, chip_addx, in dspxfr_one_seg()
2905 status = dsp_dma_setup(codec, chip_addx, in dspxfr_one_seg()
2953 chip_addx += run_size_words*sizeof(u32); in dspxfr_one_seg()