Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_power.c307 cmd->flags |= htole16(IWM_POWER_FLAGS_POWER_SAVE_ENA_MSK); in iwm_power_build_cmd()
H A Dif_iwmreg.h4186 * @IWM_POWER_FLAGS_POWER_SAVE_ENA_MSK: '1' Allow to save power by turning off
4201 #define IWM_POWER_FLAGS_POWER_SAVE_ENA_MSK (1 << 0) macro