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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Des1968.c588 static u16 __maestro_read(struct es1968 *chip, u16 reg) function
602 result = __maestro_read(chip, reg);
664 if (__maestro_read(chip, IDR1_CRAM_POINTER) == index)
674 if (__maestro_read(chip, IDR0_DATA_PORT) == data)
706 return __maestro_read(chip, IDR0_DATA_PORT);
751 reg = __maestro_read(chip, 0x11);
754 reg = __maestro_read(chip, 0x17);
794 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1);
795 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1);

Completed in 43 milliseconds