HomeSort by: relevance | last modified time | path
    Searched defs:gusvol (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
gus.c 2239 unsigned int gusvol; local in function:gus_set_volume
2245 gusvol = gus_log_volumes[volume < 512 ? volume : 511];
2247 sc->sc_voc[voice].current_volume = gusvol;
2253 (unsigned char)(gusvol >> 4));
2257 (unsigned char)(gusvol >> 4));
2260 bus_space_write_2(iot, ioh2, GUS_DATA_LOW, gusvol << 4);
2262 bus_space_write_2(iot, ioh2, GUS_DATA_LOW, gusvol << 4);
gus.c 2239 unsigned int gusvol; local in function:gus_set_volume
2245 gusvol = gus_log_volumes[volume < 512 ? volume : 511];
2247 sc->sc_voc[voice].current_volume = gusvol;
2253 (unsigned char)(gusvol >> 4));
2257 (unsigned char)(gusvol >> 4));
2260 bus_space_write_2(iot, ioh2, GUS_DATA_LOW, gusvol << 4);
2262 bus_space_write_2(iot, ioh2, GUS_DATA_LOW, gusvol << 4);

Completed in 26 milliseconds