Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h297 #define IWM_CSR_HW_REV_DASH(_val) (((_val) & 0x0000003) >> 0) macro
H A Dif_iwm.c1403 reg_val |= IWM_CSR_HW_REV_DASH(sc->sc_hw_rev) << in iwm_nic_config()