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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Des1968.c593 static u16 __maestro_read(struct es1968 *chip, u16 reg) function
607 result = __maestro_read(chip, reg);
693 if (__maestro_read(chip, IDR1_CRAM_POINTER) == index)
703 if (__maestro_read(chip, IDR0_DATA_PORT) == data)
737 return __maestro_read(chip, IDR0_DATA_PORT);
782 reg = __maestro_read(chip, 0x11);
785 reg = __maestro_read(chip, 0x17);
825 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1);
826 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Des1968.c593 static u16 __maestro_read(struct es1968 *chip, u16 reg) function
607 result = __maestro_read(chip, reg);
693 if (__maestro_read(chip, IDR1_CRAM_POINTER) == index)
703 if (__maestro_read(chip, IDR0_DATA_PORT) == data)
737 return __maestro_read(chip, IDR0_DATA_PORT);
782 reg = __maestro_read(chip, 0x11);
785 reg = __maestro_read(chip, 0x17);
825 __maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1);
826 __maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1);

Completed in 203 milliseconds