Searched refs:__maestro_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/sound/pci/ |
D | es1968.c | 572 static void __maestro_write(struct es1968 *chip, u16 reg, u16 data) in __maestro_write() function 583 __maestro_write(chip, reg, data); in maestro_write() 668 __maestro_write(chip, IDR1_CRAM_POINTER, index); in apu_index_set() 682 __maestro_write(chip, IDR0_DATA_PORT, data); in apu_data_set() 787 __maestro_write(chip, 0x11, reg); in snd_es1968_bob_stop() 790 __maestro_write(chip, 0x17, reg); in snd_es1968_bob_stop() 825 __maestro_write(chip, 6, 0x9000 | (prescale << 5) | divide); /* set reg */ in snd_es1968_bob_start() 828 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1); in snd_es1968_bob_start() 829 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1); in snd_es1968_bob_start() 1841 __maestro_write(chip, IDR0_DATA_PORT, cp1); in snd_es1968_suppress_jitter()
|