Searched refs:__maestro_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/sound/pci/ |
D | es1968.c | 584 static u16 __maestro_read(struct es1968 *chip, u16 reg) in __maestro_read() function 598 result = __maestro_read(chip, reg); in maestro_read() 666 if (__maestro_read(chip, IDR1_CRAM_POINTER) == index) in apu_index_set() 676 if (__maestro_read(chip, IDR0_DATA_PORT) == data) in apu_data_set() 708 return __maestro_read(chip, IDR0_DATA_PORT); in __apu_get_register() 779 reg = __maestro_read(chip, 0x11); in snd_es1968_bob_stop() 782 reg = __maestro_read(chip, 0x17); in snd_es1968_bob_stop() 822 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1); in snd_es1968_bob_start() 823 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1); in snd_es1968_bob_start()
|