Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/
Des1968.c576 static void __maestro_write(struct es1968 *chip, u16 reg, u16 data) in __maestro_write() function
587 __maestro_write(chip, reg, data); in maestro_write()
672 __maestro_write(chip, IDR1_CRAM_POINTER, index); in apu_index_set()
686 __maestro_write(chip, IDR0_DATA_PORT, data); in apu_data_set()
791 __maestro_write(chip, 0x11, reg); in snd_es1968_bob_stop()
794 __maestro_write(chip, 0x17, reg); in snd_es1968_bob_stop()
829 __maestro_write(chip, 6, 0x9000 | (prescale << 5) | divide); /* set reg */ in snd_es1968_bob_start()
832 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1); in snd_es1968_bob_start()
833 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1); in snd_es1968_bob_start()
1844 __maestro_write(chip, IDR0_DATA_PORT, cp1); in snd_es1968_suppress_jitter()