Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/
Des1968.c590 static void __maestro_write(struct es1968 *chip, u16 reg, u16 data) in __maestro_write() function
601 __maestro_write(chip, reg, data); in maestro_write()
686 __maestro_write(chip, IDR1_CRAM_POINTER, index); in apu_index_set()
700 __maestro_write(chip, IDR0_DATA_PORT, data); in apu_data_set()
805 __maestro_write(chip, 0x11, reg); in snd_es1968_bob_stop()
808 __maestro_write(chip, 0x17, reg); in snd_es1968_bob_stop()
843 __maestro_write(chip, 6, 0x9000 | (prescale << 5) | divide); /* set reg */ in snd_es1968_bob_start()
846 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1); in snd_es1968_bob_start()
847 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1); in snd_es1968_bob_start()
1858 __maestro_write(chip, IDR0_DATA_PORT, cp1); in snd_es1968_suppress_jitter()