Lines Matching refs:chip_addx
1567 unsigned int chip_addx) in chipio_write_address() argument
1572 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
1577 chip_addx & 0xffff); in chipio_write_address()
1582 chip_addx >> 16); in chipio_write_address()
1585 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx; in chipio_write_address()
1670 unsigned int chip_addx, const unsigned int data) in chipio_write() argument
1678 err = chipio_write_address(codec, chip_addx); in chipio_write()
1696 unsigned int chip_addx, const unsigned int data) in chipio_write_no_mutex() argument
1702 err = chipio_write_address(codec, chip_addx); in chipio_write_no_mutex()
1719 u32 chip_addx, in chipio_write_multiple() argument
1727 status = chipio_write_address(codec, chip_addx); in chipio_write_multiple()
1743 unsigned int chip_addx, unsigned int *data) in chipio_read() argument
1751 err = chipio_write_address(codec, chip_addx); in chipio_read()
2567 static unsigned int dsp_chip_to_dsp_addx(unsigned int chip_addx, in dsp_chip_to_dsp_addx() argument
2572 if (UC_RANGE(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2574 return UC_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2575 } else if (X_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2576 return X_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2577 } else if (Y_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2579 return Y_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2599 unsigned int chip_addx, in dsp_dma_setup_common() argument
2622 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common()
2700 chip_addx, dsp_addx, dma_chan, in dsp_dma_setup_common()
2712 unsigned int chip_addx, in dsp_dma_setup() argument
2736 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup()
2792 chip_addx, count, dma_cfg, adr_ofs, xfr_cnt); in dsp_dma_setup()
3205 unsigned int chip_addx; in dspxfr_one_seg() local
3240 chip_addx = fls->chip_addr; in dspxfr_one_seg()
3246 chip_addx = (chip_addx & (0xFFFF0000 << 2)) + (reloc << 2); in dspxfr_one_seg()
3248 if (!UC_RANGE(chip_addx, words_to_write) && in dspxfr_one_seg()
3249 !X_RANGE_ALL(chip_addx, words_to_write) && in dspxfr_one_seg()
3250 !Y_RANGE_ALL(chip_addx, words_to_write)) { in dspxfr_one_seg()
3279 (unsigned int)(UC_RANGE(chip_addx, 1) ? in dspxfr_one_seg()
3285 chip_addx, hda_frame_size_words, num_chans, in dspxfr_one_seg()
3295 chip_addx_remainder = chip_addx; in dspxfr_one_seg()
3298 chip_addx += remainder_words*sizeof(u32); in dspxfr_one_seg()
3310 status = dsp_dma_setup_common(codec, chip_addx, in dspxfr_one_seg()
3317 status = dsp_dma_setup(codec, chip_addx, in dspxfr_one_seg()
3365 chip_addx += run_size_words*sizeof(u32); in dspxfr_one_seg()