Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c1092 u32 pwrsave_status; in il_dbgfs_power_save_status_read() local
1094 pwrsave_status = in il_dbgfs_power_save_status_read()
1100 (pwrsave_status == CSR_GP_REG_NO_POWER_SAVE) ? "none" : in il_dbgfs_power_save_status_read()
1101 (pwrsave_status == CSR_GP_REG_MAC_POWER_SAVE) ? "MAC" : in il_dbgfs_power_save_status_read()
1102 (pwrsave_status == CSR_GP_REG_PHY_POWER_SAVE) ? "PHY" : in il_dbgfs_power_save_status_read()