Searched defs:dmub_shared_state_ips_fw (Results 1 – 1 of 1) sorted by relevance
933 struct dmub_shared_state_ips_fw { struct934 union dmub_shared_state_ips_fw_signals signals; /**< 4 bytes, IPS signal bits */ argument935 uint32_t rcg_entry_count; /**< Entry counter for RCG */936 uint32_t rcg_exit_count; /**< Exit counter for RCG */937 uint32_t ips1_entry_count; /**< Entry counter for IPS1 */938 uint32_t ips1_exit_count; /**< Exit counter for IPS1 */939 uint32_t ips2_entry_count; /**< Entry counter for IPS2 */940 uint32_t ips2_exit_count; /**< Exit counter for IPS2 */941 uint32_t ips1_z8ret_entry_count; /**< Entry counter for IPS1 Z8 Retention */942 uint32_t ips1_z8ret_exit_count; /**< Exit counter for IPS1 Z8 Retention */[all …]