Searched refs:__maestro_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/sound/pci/ |
| D | es1968.c | 592 static u16 __maestro_read(struct es1968 *chip, u16 reg) in __maestro_read() function 606 result = __maestro_read(chip, reg); in maestro_read() 674 if (__maestro_read(chip, IDR1_CRAM_POINTER) == index) in apu_index_set() 684 if (__maestro_read(chip, IDR0_DATA_PORT) == data) in apu_data_set() 718 return __maestro_read(chip, IDR0_DATA_PORT); in __apu_get_register() 789 reg = __maestro_read(chip, 0x11); in snd_es1968_bob_stop() 792 reg = __maestro_read(chip, 0x17); in snd_es1968_bob_stop() 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()
|