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

  /src/sys/dev/pci/
if_iwm.c 7925 uint32_t hw_step; local in function:iwm_attach
7946 hw_step = iwm_read_prph(sc, IWM_WFPM_CTRL_REG);
7947 hw_step |= IWM_ENABLE_WFPM;
7948 iwm_write_prph(sc, IWM_WFPM_CTRL_REG, hw_step);
7949 hw_step = iwm_read_prph(sc, IWM_AUX_MISC_REG);
7950 hw_step = (hw_step >> IWM_HW_STEP_LOCATION_BITS) & 0xF;
7951 if (hw_step == 0x3)
if_iwm.c 7925 uint32_t hw_step; local in function:iwm_attach
7946 hw_step = iwm_read_prph(sc, IWM_WFPM_CTRL_REG);
7947 hw_step |= IWM_ENABLE_WFPM;
7948 iwm_write_prph(sc, IWM_WFPM_CTRL_REG, hw_step);
7949 hw_step = iwm_read_prph(sc, IWM_AUX_MISC_REG);
7950 hw_step = (hw_step >> IWM_HW_STEP_LOCATION_BITS) & 0xF;
7951 if (hw_step == 0x3)
if_iwm.c 7925 uint32_t hw_step; local in function:iwm_attach
7946 hw_step = iwm_read_prph(sc, IWM_WFPM_CTRL_REG);
7947 hw_step |= IWM_ENABLE_WFPM;
7948 iwm_write_prph(sc, IWM_WFPM_CTRL_REG, hw_step);
7949 hw_step = iwm_read_prph(sc, IWM_AUX_MISC_REG);
7950 hw_step = (hw_step >> IWM_HW_STEP_LOCATION_BITS) & 0xF;
7951 if (hw_step == 0x3)
if_iwm.c 7925 uint32_t hw_step; local in function:iwm_attach
7946 hw_step = iwm_read_prph(sc, IWM_WFPM_CTRL_REG);
7947 hw_step |= IWM_ENABLE_WFPM;
7948 iwm_write_prph(sc, IWM_WFPM_CTRL_REG, hw_step);
7949 hw_step = iwm_read_prph(sc, IWM_AUX_MISC_REG);
7950 hw_step = (hw_step >> IWM_HW_STEP_LOCATION_BITS) & 0xF;
7951 if (hw_step == 0x3)

Completed in 60 milliseconds