Home | History | Annotate | Download | only in isa

Lines Matching defs:volcntl

142 	unsigned char volcntl;	/* State of volume control register */
1450 u_char volcntl;
1617 sc->sc_voc[GUS_VOICE_LEFT].volcntl &= ~GUSMASK_VOICE_ROLL;
1623 sc->sc_voc[GUS_VOICE_LEFT].volcntl |= GUSMASK_VOICE_ROLL;
1633 playstats[playcntr].volcntl
1634 = sc->sc_voc[GUS_VOICE_LEFT].volcntl;
1649 sc->sc_voc[GUS_VOICE_LEFT].volcntl);
1851 sc->sc_voc[GUS_VOICE_LEFT].volcntl &= ~(GUSMASK_VOICE_ROLL);
1855 sc->sc_voc[GUS_VOICE_LEFT].volcntl &= ~(GUSMASK_VOICE_ROLL);
1858 sc->sc_voc[GUS_VOICE_LEFT].volcntl |= GUSMASK_VOICE_ROLL;
1868 bus_space_write_1(iot, ioh2, GUS_DATA_HIGH, sc->sc_voc[GUS_VOICE_LEFT].volcntl);
1883 sc->sc_voc[GUS_VOICE_RIGHT].volcntl &= ~(GUSMASK_VOICE_ROLL);
1891 playstats[playcntr].volcntl = sc->sc_voc[GUS_VOICE_LEFT].volcntl;
1905 bus_space_write_1(iot, ioh2, GUS_DATA_HIGH, sc->sc_voc[GUS_VOICE_RIGHT].volcntl);
1970 sc->sc_voc[voice].volcntl &= ~GUSMASK_VOICE_ROLL;
1979 sc->sc_voc[voice].volcntl &= ~GUSMASK_VOICE_ROLL;
1983 sc->sc_voc[voice].volcntl |= GUSMASK_VOICE_ROLL;
1993 playstats[playcntr].volcntl = sc->sc_voc[voice].volcntl;
2010 bus_space_write_1(iot, ioh2, GUS_DATA_HIGH, sc->sc_voc[voice].volcntl);
2852 sc->sc_voc[i].volcntl = GUSMASK_VOLUME_STOPPED |
2856 bus_space_write_1(iot, ioh2, GUS_DATA_HIGH, sc->sc_voc[i].volcntl);