Home
last modified time | relevance | path

Searched refs:chip_addx (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dpatch_ca0132.c1130 unsigned int chip_addx) in chipio_write_address() argument
1135 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
1140 chip_addx & 0xffff); in chipio_write_address()
1145 chip_addx >> 16); in chipio_write_address()
1148 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx; in chipio_write_address()
1233 unsigned int chip_addx, const unsigned int data) in chipio_write() argument
1241 err = chipio_write_address(codec, chip_addx); in chipio_write()
1259 unsigned int chip_addx, const unsigned int data) in chipio_write_no_mutex() argument
1265 err = chipio_write_address(codec, chip_addx); in chipio_write_no_mutex()
1282 u32 chip_addx, in chipio_write_multiple() argument
[all …]