sound/pci/es1968.c
1791
__maestro_write(chip, IDR0_DATA_PORT, cp1);
sound/pci/es1968.c
578
__maestro_write(chip, reg, data);
sound/pci/es1968.c
658
__maestro_write(chip, IDR1_CRAM_POINTER, index);
sound/pci/es1968.c
672
__maestro_write(chip, IDR0_DATA_PORT, data);
sound/pci/es1968.c
751
__maestro_write(chip, 0x11, reg);
sound/pci/es1968.c
754
__maestro_write(chip, 0x17, reg);
sound/pci/es1968.c
789
__maestro_write(chip, 6, 0x9000 | (prescale << 5) | divide); /* set reg */
sound/pci/es1968.c
792
__maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1);
sound/pci/es1968.c
793
__maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1);