Lines Matching defs:chip_addx

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