Searched refs:__maestro_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/pci/ |
D | es1968.c | 606 static u16 __maestro_read(struct es1968 *chip, u16 reg) in __maestro_read() function 620 result = __maestro_read(chip, reg); in maestro_read() 688 if (__maestro_read(chip, IDR1_CRAM_POINTER) == index) in apu_index_set() 698 if (__maestro_read(chip, IDR0_DATA_PORT) == data) in apu_data_set() 732 return __maestro_read(chip, IDR0_DATA_PORT); in __apu_get_register() 803 reg = __maestro_read(chip, 0x11); in snd_es1968_bob_stop() 806 reg = __maestro_read(chip, 0x17); in snd_es1968_bob_stop() 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()
|