Searched refs:chip_addx (Results 1 – 1 of 1) sorted by relevance
1567 unsigned int chip_addx) in chipio_write_address() argument1572 if (spec->curr_chip_addx == chip_addx) in chipio_write_address()1577 chip_addx & 0xffff); in chipio_write_address()1582 chip_addx >> 16); in chipio_write_address()1585 spec->curr_chip_addx = (res < 0) ? ~0U : chip_addx; in chipio_write_address()1670 unsigned int chip_addx, const unsigned int data) in chipio_write() argument1678 err = chipio_write_address(codec, chip_addx); in chipio_write()1696 unsigned int chip_addx, const unsigned int data) in chipio_write_no_mutex() argument1702 err = chipio_write_address(codec, chip_addx); in chipio_write_no_mutex()1719 u32 chip_addx, in chipio_write_multiple() argument[all …]