Searched refs:__maestro_write (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/sound/pci/ |
| H A D | es1968.c | 568 static void __maestro_write(struct es1968 *chip, u16 reg, u16 data) in __maestro_write() function 579 __maestro_write(chip, reg, data); in maestro_write() 664 __maestro_write(chip, IDR1_CRAM_POINTER, index); in apu_index_set() 678 __maestro_write(chip, IDR0_DATA_PORT, data); in apu_data_set() 781 __maestro_write(chip, 0x11, reg); in snd_es1968_bob_stop() 784 __maestro_write(chip, 0x17, reg); in snd_es1968_bob_stop() 819 __maestro_write(chip, 6, 0x9000 | (prescale << 5) | divide); /* set reg */ in snd_es1968_bob_start() 822 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1); in snd_es1968_bob_start() 823 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1); in snd_es1968_bob_start() 1835 __maestro_write(chip, IDR0_DATA_PORT, cp1); in snd_es1968_suppress_jitter()
|