Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_ca0132.c725 u32 curr_chip_addx; member
817 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
830 spec->curr_chip_addx = (res < 0) ? ~0UL : chip_addx; in chipio_write_address()
854 spec->curr_chip_addx = (res != -EIO) ? in chipio_write_data()
855 (spec->curr_chip_addx + 4) : ~0UL; in chipio_write_data()
905 spec->curr_chip_addx = (res != -EIO) ? in chipio_read_data()
906 (spec->curr_chip_addx + 4) : ~0UL; in chipio_read_data()
4550 spec->curr_chip_addx = INVALID_CHIP_ADDRESS; in ca0132_init()