Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/hda/
Dpatch_ca0132.c1090 u32 curr_chip_addx; member
1570 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()
1583 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx; in chipio_write_address()
1607 spec->curr_chip_addx = (res != -EIO) ? in chipio_write_data()
1608 (spec->curr_chip_addx + 4) : ~0U; in chipio_write_data()
1658 spec->curr_chip_addx = (res != -EIO) ? in chipio_read_data()
1659 (spec->curr_chip_addx + 4) : ~0U; in chipio_read_data()
9529 spec->curr_chip_addx = INVALID_CHIP_ADDRESS; in ca0132_init()