Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c1789 u32 pwrsave_status; in iwl_dbgfs_power_save_status_read() local
1791 pwrsave_status = iwl_read32(priv->trans, CSR_GP_CNTRL) & in iwl_dbgfs_power_save_status_read()
1796 (pwrsave_status == CSR_GP_REG_NO_POWER_SAVE) ? "none" : in iwl_dbgfs_power_save_status_read()
1797 (pwrsave_status == CSR_GP_REG_MAC_POWER_SAVE) ? "MAC" : in iwl_dbgfs_power_save_status_read()
1798 (pwrsave_status == CSR_GP_REG_PHY_POWER_SAVE) ? "PHY" : in iwl_dbgfs_power_save_status_read()