Lines Matching refs:chip_addx

1532 				unsigned int chip_addx)  in chipio_write_address()  argument
1537 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
1542 chip_addx & 0xffff); in chipio_write_address()
1547 chip_addx >> 16); in chipio_write_address()
1550 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx; in chipio_write_address()
1635 unsigned int chip_addx, const unsigned int data) in chipio_write() argument
1643 err = chipio_write_address(codec, chip_addx); in chipio_write()
1661 unsigned int chip_addx, const unsigned int data) in chipio_write_no_mutex() argument
1667 err = chipio_write_address(codec, chip_addx); in chipio_write_no_mutex()
1684 u32 chip_addx, in chipio_write_multiple() argument
1692 status = chipio_write_address(codec, chip_addx); in chipio_write_multiple()
1708 unsigned int chip_addx, unsigned int *data) in chipio_read() argument
1716 err = chipio_write_address(codec, chip_addx); in chipio_read()
2442 static unsigned int dsp_chip_to_dsp_addx(unsigned int chip_addx, in dsp_chip_to_dsp_addx() argument
2447 if (UC_RANGE(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2449 return UC_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2450 } else if (X_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2451 return X_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2452 } else if (Y_RANGE_ALL(chip_addx, 1)) { in dsp_chip_to_dsp_addx()
2454 return Y_OFF(chip_addx); in dsp_chip_to_dsp_addx()
2474 unsigned int chip_addx, in dsp_dma_setup_common() argument
2497 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup_common()
2575 chip_addx, dsp_addx, dma_chan, in dsp_dma_setup_common()
2587 unsigned int chip_addx, in dsp_dma_setup() argument
2611 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram); in dsp_dma_setup()
2667 chip_addx, count, dma_cfg, adr_ofs, xfr_cnt); in dsp_dma_setup()
3084 unsigned int chip_addx; in dspxfr_one_seg() local
3119 chip_addx = fls->chip_addr; in dspxfr_one_seg()
3125 chip_addx = (chip_addx & (0xFFFF0000 << 2)) + (reloc << 2); in dspxfr_one_seg()
3127 if (!UC_RANGE(chip_addx, words_to_write) && in dspxfr_one_seg()
3128 !X_RANGE_ALL(chip_addx, words_to_write) && in dspxfr_one_seg()
3129 !Y_RANGE_ALL(chip_addx, words_to_write)) { in dspxfr_one_seg()
3158 (unsigned int)(UC_RANGE(chip_addx, 1) ? in dspxfr_one_seg()
3164 chip_addx, hda_frame_size_words, num_chans, in dspxfr_one_seg()
3174 chip_addx_remainder = chip_addx; in dspxfr_one_seg()
3177 chip_addx += remainder_words*sizeof(u32); in dspxfr_one_seg()
3189 status = dsp_dma_setup_common(codec, chip_addx, in dspxfr_one_seg()
3196 status = dsp_dma_setup(codec, chip_addx, in dspxfr_one_seg()
3244 chip_addx += run_size_words*sizeof(u32); in dspxfr_one_seg()