Lines Matching refs:chip_addx

1566 				unsigned int chip_addx)  in chipio_write_address()  argument
1571 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
1576 chip_addx & 0xffff); in chipio_write_address()
1581 chip_addx >> 16); in chipio_write_address()
1584 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx; in chipio_write_address()
1669 unsigned int chip_addx, const unsigned int data) in chipio_write() argument
1677 err = chipio_write_address(codec, chip_addx); in chipio_write()
1695 unsigned int chip_addx, const unsigned int data) in chipio_write_no_mutex() argument
1701 err = chipio_write_address(codec, chip_addx); in chipio_write_no_mutex()
1718 u32 chip_addx, in chipio_write_multiple() argument
1726 status = chipio_write_address(codec, chip_addx); in chipio_write_multiple()
1742 unsigned int chip_addx, unsigned int *data) in chipio_read() argument
1750 err = chipio_write_address(codec, chip_addx); in chipio_read()
2566 static unsigned int dsp_chip_to_dsp_addx(unsigned int chip_addx, in dsp_chip_to_dsp_addx() argument
2571 if (UC_RANGE(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2573 return UC_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2574 } else if (X_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2575 return X_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2576 } else if (Y_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2578 return Y_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2598 unsigned int chip_addx, in dsp_dma_setup_common() argument
2621 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common()
2699 chip_addx, dsp_addx, dma_chan, in dsp_dma_setup_common()
2711 unsigned int chip_addx, in dsp_dma_setup() argument
2735 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup()
2791 chip_addx, count, dma_cfg, adr_ofs, xfr_cnt); in dsp_dma_setup()
3204 unsigned int chip_addx; in dspxfr_one_seg() local
3239 chip_addx = fls->chip_addr; in dspxfr_one_seg()
3245 chip_addx = (chip_addx & (0xFFFF0000 << 2)) + (reloc << 2); in dspxfr_one_seg()
3247 if (!UC_RANGE(chip_addx, words_to_write) && in dspxfr_one_seg()
3248 !X_RANGE_ALL(chip_addx, words_to_write) && in dspxfr_one_seg()
3249 !Y_RANGE_ALL(chip_addx, words_to_write)) { in dspxfr_one_seg()
3278 (unsigned int)(UC_RANGE(chip_addx, 1) ? in dspxfr_one_seg()
3284 chip_addx, hda_frame_size_words, num_chans, in dspxfr_one_seg()
3294 chip_addx_remainder = chip_addx; in dspxfr_one_seg()
3297 chip_addx += remainder_words*sizeof(u32); in dspxfr_one_seg()
3309 status = dsp_dma_setup_common(codec, chip_addx, in dspxfr_one_seg()
3316 status = dsp_dma_setup(codec, chip_addx, in dspxfr_one_seg()
3364 chip_addx += run_size_words*sizeof(u32); in dspxfr_one_seg()