/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)
|