Home
last modified time | relevance | path

Searched refs:YM_POWER_CODEC_P (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/isa/
Dymvar.h217 #define YM_POWER_CODEC_P SA3_DPWRDWN_WSS_P macro
233 (YM_POWER_CODEC_P | YM_POWER_CODEC_R | YM_POWER_CODEC_CTL)
Dym.c288 YM_POWER_CODEC_P | YM_POWER_CODEC_R | in ym_attach()
672 ym_power_ctl(sc, YM_POWER_CODEC_P | YM_POWER_CODEC_DA, in ym_mixer_set_port()
1210 parts |= YM_POWER_CODEC_P | YM_POWER_CODEC_DA; in ym_codec_power_ctl()
1213 parts |= YM_POWER_CODEC_P | YM_POWER_CODEC_DA; in ym_codec_power_ctl()
1215 parts = YM_POWER_CODEC_P | YM_POWER_CODEC_R | in ym_codec_power_ctl()
1324 parts &= ~(YM_POWER_CODEC_P | YM_POWER_CODEC_R); in ym_powerdown_blocks()
1326 if ((on_blocks & YM_POWER_CODEC_P) == 0) in ym_powerdown_blocks()
1327 parts |= YM_POWER_CODEC_P; in ym_powerdown_blocks()
1414 parts |= YM_POWER_CODEC_P | YM_POWER_CODEC_R; in ym_power_ctl()