Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Des1968.c588 static u16 __maestro_read(struct es1968 *chip, u16 reg) in __maestro_read() function
602 result = __maestro_read(chip, reg); in maestro_read()
670 if (__maestro_read(chip, IDR1_CRAM_POINTER) == index) in apu_index_set()
680 if (__maestro_read(chip, IDR0_DATA_PORT) == data) in apu_data_set()
714 return __maestro_read(chip, IDR0_DATA_PORT); in __apu_get_register()
785 reg = __maestro_read(chip, 0x11); in snd_es1968_bob_stop()
788 reg = __maestro_read(chip, 0x17); in snd_es1968_bob_stop()
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()