Searched refs:hw_step (Results 1 – 3 of 3) sorted by relevance
636 int hw_step; member
797 vol = CORB_VKNOB_VOLUME(result) - this->playvols.hw_step; in azalia_unsol_event()799 this->playvols.hw_step = CORB_VKNOB_VOLUME(result); in azalia_unsol_event()1644 this->playvols.hw_step = CORB_VKNOB_VOLUME(result); in azalia_codec_enable_unsol()
11831 uint32_t hw_step; in iwm_attach() local 11860 hw_step = iwm_read_prph(sc, IWM_WFPM_CTRL_REG); in iwm_attach() 11861 hw_step |= IWM_ENABLE_WFPM; in iwm_attach() 11862 iwm_write_prph(sc, IWM_WFPM_CTRL_REG, hw_step); in iwm_attach() 11863 hw_step = iwm_read_prph(sc, IWM_AUX_MISC_REG); in iwm_attach() 11864 hw_step = (hw_step >> IWM_HW_STEP_LOCATION_BITS) & 0xF; in iwm_attach() 11865 if (hw_step == 0x3) in iwm_attach()