sound/pci/es1968.c
1804
__maestro_write(chip, IDR0_DATA_PORT, cp1);
sound/pci/es1968.c
591
__maestro_write(chip, reg, data);
sound/pci/es1968.c
671
__maestro_write(chip, IDR1_CRAM_POINTER, index);
sound/pci/es1968.c
685
__maestro_write(chip, IDR0_DATA_PORT, data);
sound/pci/es1968.c
764
__maestro_write(chip, 0x11, reg);
sound/pci/es1968.c
767
__maestro_write(chip, 0x17, reg);
sound/pci/es1968.c
802
__maestro_write(chip, 6, 0x9000 | (prescale << 5) | divide); /* set reg */
sound/pci/es1968.c
805
__maestro_write(chip, 0x11, __maestro_read(chip, 0x11) | 1);
sound/pci/es1968.c
806
__maestro_write(chip, 0x17, __maestro_read(chip, 0x17) | 1);