Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h2375 * @IWM_NVM_CHANNEL_ACTIVE: active scanning allowed
2385 #define IWM_NVM_CHANNEL_ACTIVE (1 << 3) macro
H A Dif_iwm.c1952 if ((ch_flags & IWM_NVM_CHANNEL_ACTIVE) == 0) in iwm_eeprom_channel_flags()