Lines Matching defs:chip_addx
1533 unsigned int chip_addx)
1538 if (spec->curr_chip_addx == chip_addx)
1543 chip_addx & 0xffff);
1548 chip_addx >> 16);
1551 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx;
1636 unsigned int chip_addx, const unsigned int data)
1644 err = chipio_write_address(codec, chip_addx);
1662 unsigned int chip_addx, const unsigned int data)
1668 err = chipio_write_address(codec, chip_addx);
1685 u32 chip_addx,
1693 status = chipio_write_address(codec, chip_addx);
1709 unsigned int chip_addx, unsigned int *data)
1717 err = chipio_write_address(codec, chip_addx);
2443 static unsigned int dsp_chip_to_dsp_addx(unsigned int chip_addx,
2448 if (UC_RANGE(chip_addx, 1)) {
2450 return UC_OFF(chip_addx);
2451 } else if (X_RANGE_ALL(chip_addx, 1)) {
2452 return X_OFF(chip_addx);
2453 } else if (Y_RANGE_ALL(chip_addx, 1)) {
2455 return Y_OFF(chip_addx);
2475 unsigned int chip_addx,
2498 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram);
2576 chip_addx, dsp_addx, dma_chan,
2588 unsigned int chip_addx,
2612 dsp_addx = dsp_chip_to_dsp_addx(chip_addx, &code, &yram);
2668 chip_addx, count, dma_cfg, adr_ofs, xfr_cnt);
3085 unsigned int chip_addx;
3120 chip_addx = fls->chip_addr;
3126 chip_addx = (chip_addx & (0xFFFF0000 << 2)) + (reloc << 2);
3128 if (!UC_RANGE(chip_addx, words_to_write) &&
3129 !X_RANGE_ALL(chip_addx, words_to_write) &&
3130 !Y_RANGE_ALL(chip_addx, words_to_write)) {
3131 codec_dbg(codec, "Invalid chip_addx Params\n");
3159 (unsigned int)(UC_RANGE(chip_addx, 1) ?
3165 chip_addx, hda_frame_size_words, num_chans,
3175 chip_addx_remainder = chip_addx;
3178 chip_addx += remainder_words*sizeof(u32);
3190 status = dsp_dma_setup_common(codec, chip_addx,
3197 status = dsp_dma_setup(codec, chip_addx,
3245 chip_addx += run_size_words*sizeof(u32);