Searched refs:hw_step (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm.c6079 uint32_t hw_step; local
6108 hw_step = iwm_read_prph(sc, IWM_WFPM_CTRL_REG);
6109 hw_step |= IWM_ENABLE_WFPM;
6110 iwm_write_prph(sc, IWM_WFPM_CTRL_REG, hw_step);
6111 hw_step = iwm_read_prph(sc, IWM_AUX_MISC_REG);
6112 hw_step = (hw_step >> IWM_HW_STEP_LOCATION_BITS) & 0xF;
6113 if (hw_step == 0x3)

Completed in 158 milliseconds