treb 1167 dev/isa/pss.c pss_set_treble(sc, treb) treb 1169 dev/isa/pss.c u_int treb; treb 1171 dev/isa/pss.c DPRINTF(("pss_set_treble: %d\n", treb)); treb 1174 dev/isa/pss.c if (treb > PHILLIPS_TREBLE_MAX) treb 1175 dev/isa/pss.c treb = PHILLIPS_TREBLE_MAX; treb 1176 dev/isa/pss.c if (treb < PHILLIPS_TREBLE_MIN) treb 1177 dev/isa/pss.c treb = PHILLIPS_TREBLE_MIN; treb 1179 dev/isa/pss.c pss_dspwrite(sc, MASTER_TREBLE|(PHILLIPS_TREBLE_CONSTANT + treb / PHILLIPS_TREBLE_STEP)); treb 1182 dev/isa/pss.c sc->monitor_treble = treb;