HomeSort by: relevance | last modified time | path
    Searched refs:ym_power_ctl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/isa/
mpu_ym.c 109 ym_power_ctl(ssc, YM_POWER_MPU401, onoff);
ym.c 156 void ym_power_ctl(struct ym_softc *, int, int);
545 ym_power_ctl(sc, YM_POWER_3D, 1);
554 ym_power_ctl(sc, YM_POWER_3D, 0);
583 ym_power_ctl(sc, YM_POWER_CODEC_CTL, 1);
654 ym_power_ctl(sc, YM_POWER_EXT_SRC, 0);
661 ym_power_ctl(sc, YM_POWER_EXT_SRC, 1);
672 ym_power_ctl(sc, YM_POWER_CODEC_P | YM_POWER_CODEC_DA,
699 ym_power_ctl(sc, YM_POWER_CODEC_CTL, 0);
729 ym_power_ctl(sc, YM_POWER_CODEC_CTL, 1);
734 ym_power_ctl(sc, YM_POWER_CODEC_CTL, 0)
1365 ym_power_ctl(struct ym_softc *sc, int parts, int onoff) function in typeref:typename:void
    [all...]
opl_ym.c 106 ym_power_ctl(ssc, YM_POWER_OPL3 | YM_POWER_OPL3_DA, onoff);
ymvar.h 249 void ym_power_ctl(struct ym_softc *, int, int);

Completed in 35 milliseconds