Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dpatch_ca0132.c841 unsigned int chip_addx) in chipio_write_address() argument
846 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
851 chip_addx & 0xffff); in chipio_write_address()
856 chip_addx >> 16); in chipio_write_address()
859 spec->curr_chip_addx = (res < 0) ? ~0UL : chip_addx; in chipio_write_address()
944 unsigned int chip_addx, const unsigned int data) in chipio_write() argument
952 err = chipio_write_address(codec, chip_addx); in chipio_write()
970 u32 chip_addx, in chipio_write_multiple() argument
978 status = chipio_write_address(codec, chip_addx); in chipio_write_multiple()
994 unsigned int chip_addx, unsigned int *data) in chipio_read() argument
[all …]