1 /* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License, v.1, (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 * or http://opensource.org/licenses/CDDL-1.0. 10 * See the License for the specific language governing permissions 11 * and limitations under the License. 12 * 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 * If applicable, add the following below this CDDL HEADER, with the 16 * fields enclosed by brackets "[]" replaced with your own identifying 17 * information: Portions Copyright [yyyy] [name of copyright owner] 18 * 19 * CDDL HEADER END 20 */ 21 22 /* 23 * Copyright 2014-2017 Cavium, Inc. 24 * The contents of this file are subject to the terms of the Common Development 25 * and Distribution License, v.1, (the "License"). 26 27 * You may not use this file except in compliance with the License. 28 29 * You can obtain a copy of the License at available 30 * at http://opensource.org/licenses/CDDL-1.0 31 32 * See the License for the specific language governing permissions and 33 * limitations under the License. 34 */ 35 36 #ifndef __DBG_VALUES_H__ 37 #define __DBG_VALUES_H__ 38 39 /* modes tree buffer */ 40 static const u8 dbg_modes_tree_buf[] = { 41 0x02, 0x00, 0x01, 0x04, 0x05, 0x00, 0x01, 0x07, 0x09, 0x02, 0x00, 0x01, 42 0x05, 0x12, 0x00, 0x00, 0x06, 0x02, 0x00, 0x04, 0x00, 0x01, 0x09, 0x00, 43 0x06, 0x00, 0x01, 0x00, 0x06, 0x01, 0x04, 0x05, 0x02, 0x00, 0x04, 0x00, 44 0x01, 0x07, 0x09, 0x02, 0x00, 0x12, 0x00, 0x01, 0x07, 0x09, 0x02, 0x05, 45 0x02, 0x00, 0x0b, 0x10, 0x02, 0x05, 0x02, 0x00, 0x0b, 0x0f, 0x02, 0x05, 46 0x02, 0x00, 0x0b, 0x0e, 0x02, 0x00, 0x06, 0x01, 0x04, 0x05, 0x02, 0x05, 47 0x00, 0x01, 0x07, 0x09, 0x02, 0x00, 0x04, 0x00, 0x00, 0x06, 0x02, 0x00, 48 0x12, 0x00, 0x00, 0x06, 0x02, 0x04, 0x02, 0x00, 0x11, 0x0f, 0x02, 0x04, 49 0x02, 0x00, 0x11, 0x0e, 0x02, 0x04, 0x00, 0x01, 0x07, 0x09, 0x02, 0x05, 50 0x02, 0x0b, 0x10, 0x02, 0x05, 0x02, 0x0b, 0x0f, 0x02, 0x00, 0x06, 0x00, 51 0x04, 0x02, 0x04, 0x00, 0x00, 0x06, 0x02, 0x00, 0x04, 0x00, 0x09, 0x01, 52 0x06, 0x01, 0x08, 0x0a, 0x02, 0x05, 0x02, 0x0b, 0x0e, 0x02, 0x05, 0x00, 53 0x10, 0x02, 0x00, 0x04, 0x0c, 0x02, 0x00, 0x06, 0x04, 0x02, 0x00, 0x05, 54 0x0f, 0x02, 0x00, 0x06, 0x05, 0x00, 0x01, 0x04, 0x12, 0x02, 0x04, 0x00, 55 0x11, 0x02, 0x06, 0x00, 0x12, 0x02, 0x00, 0x06, 0x12, 0x02, 0x04, 0x06, 56 0x02, 0x05, 0x0f, 0x02, 0x05, 0x10, 0x01, 0x0b, 0x0d, 0x02, 0x04, 0x11, 57 0x00, 0x0d, 0x03, 58 }; 59 /* Data size: 195 bytes */ 60 61 /* Array of registers to be dumped */ 62 static const u32 dump_reg[] = { 63 0x00000c47, /* split NONE */ 64 0x06000000, /* block grc */ 65 0x02014000, /* grc.override_window_mem_self_init_start .. grc.override_window_mem_self_init_done (2 regs) */ 66 0x0a014010, /* grc.rsv_attn_access_data_0 .. grc.trace_fifo_valid_data (10 regs) */ 67 0x1201401c, /* grc.trace_fifo_enable .. grc.dbg_force_frame (18 regs) */ 68 0x0201403a, /* grc.dbgsyn_status .. grc.dbgsyn_almost_full_thr (2 regs) */ 69 0x02014060, /* grc.INT_STS_0 .. grc.INT_MASK_0 (2 regs) */ 70 0x04014100, /* grc.timeout_val .. grc.number_valid_override_window (4 regs) */ 71 0x0b010000, /* block miscs */ 72 0x02002410, /* miscs.reset_config .. miscs.reset_config_por (2 regs) */ 73 0x0500241c, /* miscs.clk_100g_mode .. miscs.NVM_WR_EN (5 regs) */ 74 0x0100245b, /* miscs.memctrl_status (1 regs) */ 75 0x02002460, /* miscs.INT_STS_0 .. miscs.INT_MASK_0 (2 regs) */ 76 0x83002500, /* miscs.gpio0_driver .. miscs.gpio_event_en (131 regs) */ 77 0x0d0025af, /* miscs.LINK_HOLDOFF_STATUS .. miscs.vmain_por (13 regs) */ 78 0x040025bd, /* miscs.pwr_attn .. miscs.func_hide_pin (4 regs) */ 79 0x150025c2, /* miscs.four_port_shared_mdio_en .. miscs.unprepared_fw (21 regs) */ 80 0x100025d8, /* miscs.VAUX_PRESENT .. miscs.perst_deassert_cnt (16 regs) */ 81 0x010025eb, /* miscs.hot_reset_en (1 regs) */ 82 0x020025ed, /* miscs.eco_reserved .. miscs.mcp_rom_tm (2 regs) */ 83 0x09020000, /* block misc */ 84 0x01002010, /* misc.reset_config (1 regs) */ 85 0x02002060, /* misc.INT_STS .. misc.INT_MASK (2 regs) */ 86 0xff002100, /* misc.aeu_general_attn_0 .. misc.aeu_after_invert_9_mcp (255 regs) */ 87 0x0c0021ff, /* misc.aeu_sys_kill_occurred .. misc.aeu_general_mask (12 regs) */ 88 0x0100220c, /* misc.aeu_mask_attn_igu_msb (1 regs) */ 89 0x0200220e, /* misc.aeu_vpd_latch_status .. misc.attn_num_st (2 regs) */ 90 0x01002300, /* misc.port_mode (1 regs) */ 91 0x16002303, /* misc.opte_mode .. misc.sw_timer_reload_val_8 (22 regs) */ 92 0x0f00231a, /* misc.sw_timer_event .. misc.eco_reserved (15 regs) */ 93 0x1d040000, /* block pglue_b */ 94 0x010aa001, /* pglue_b.init_done_inb_int_mem (1 regs) */ 95 0x010aa003, /* pglue_b.init_done_ptt_gtt (1 regs) */ 96 0x010aa005, /* pglue_b.init_done_zone_a (1 regs) */ 97 0x020aa060, /* pglue_b.INT_STS .. pglue_b.INT_MASK (2 regs) */ 98 0x050aa100, /* pglue_b.dbg_select .. pglue_b.dbg_force_frame (5 regs) */ 99 0x170aa118, /* pglue_b.pgl_eco_reserved .. pglue_b.DISABLE_HIGHER_BW (23 regs) */ 100 0x040aa132, /* pglue_b.memctrl_status .. pglue_b.tc_per_vq (4 regs) */ 101 0x020aa148, /* pglue_b.pgl_control0 .. pglue_b.cssnoop_almost_full_thr (2 regs) */ 102 0x020aa158, /* pglue_b.pgl_txr_cdts .. pglue_b.pgl_txw_cdts (2 regs) */ 103 0x050aa800, /* pglue_b.cfg_space_a_address .. pglue_b.cfg_space_a_request (5 regs) */ 104 0x010aa806, /* pglue_b.cfg_space_b_request (1 regs) */ 105 0x090aa808, /* pglue_b.flr_request_vf_31_0 .. pglue_b.flr_request_pf_31_0 (9 regs) */ 106 0x020aa81a, /* pglue_b.DISABLE_FLR_SRIOV_DISABLED .. pglue_b.sr_iov_disabled_request (2 regs) */ 107 0x090aa81d, /* pglue_b.shadow_bme_vf_31_0 .. pglue_b.shadow_bme_pf_31_0 (9 regs) */ 108 0x0a0aa82f, /* pglue_b.shadow_ats_enable_vf_31_0 .. pglue_b.shadow_vf_enable_pf_31_0 (10 regs) */ 109 0x0c0aa83a, /* pglue_b.shadow_ido_bits .. pglue_b.was_error_pf_31_0 (12 regs) */ 110 0x0b0aa84f, /* pglue_b.rx_err_details .. pglue_b.tx_err_wr_details_icpl (11 regs) */ 111 0x400aa85e, /* pglue_b.internal_vfid_enable_31_0_value .. pglue_b.psdm_inb_int_b_vf_1 (64 regs) */ 112 0x290aa8c6, /* pglue_b.tsdm_zone_a_size_pf .. pglue_b.vf_grc_space_violation_details (41 regs) */ 113 0x090aa8f0, /* pglue_b.ido_enable_master_rw .. pglue_b.cpu_mbist_memctrl_1_cntrl_cmd (9 regs) */ 114 0x030aa8fb, /* pglue_b.disable_tcpl_translation_size_check .. pglue_b.cpu_mbist_memctrl_3_cntrl_cmd (3 regs) */ 115 0x010aa900, /* pglue_b.pgl_tgtwr_mlength (1 regs) */ 116 0x070aa905, /* pglue_b.pgl_exp_rom_addr .. pglue_b.pgl_tags_limit (7 regs) */ 117 0x0e0aa951, /* pglue_b.master_zlr_err_add_31_0 .. pglue_b.psdm_queue_zone_size (14 regs) */ 118 0x050aa960, /* pglue_b.sdm_channel_enable .. pglue_b.MASTER_ATTENTION_SETTING (5 regs) */ 119 0x170aab80, /* pglue_b.write_fifo_occupancy_level .. pglue_b.pcie_ltr_state (23 regs) */ 120 0x070aab9c, /* pglue_b.mctp_tc .. pglue_b.expansion_rom_attn (7 regs) */ 121 0x010aaba4, /* pglue_b.mps_attn (1 regs) */ 122 0x060aaba6, /* pglue_b.vpd_request_pf_31_0 .. pglue_b.sticky_master_error_en (6 regs) */ 123 0x0b060000, /* block cpmu */ 124 0x0200c088, /* cpmu.obff_mode_config .. cpmu.obff_mode_control (2 regs) */ 125 0x1300c08b, /* cpmu.obff_mem_timer_short_threshold .. cpmu.sw_force_l1 (19 regs) */ 126 0x0500c09f, /* cpmu.ltr_mode_config .. cpmu.sw_force_ltr (5 regs) */ 127 0x0e00c0a5, /* cpmu.clk_en_config .. cpmu.sw_force_main_clk_slowdown (14 regs) */ 128 0x0300c0b4, /* cpmu.storm_clk_slowdown_entry_en .. cpmu.sw_force_storm_clk_slowdown (3 regs) */ 129 0x0300c0b8, /* cpmu.nw_clk_slowdown_entry_en .. cpmu.sw_force_nw_clk_slowdown (3 regs) */ 130 0x0300c0bc, /* cpmu.pci_clk_slowdown_entry_en .. cpmu.sw_force_pci_clk_slowdown (3 regs) */ 131 0x0900c0c0, /* cpmu.pxp_vq_empty_status_e0_0 .. cpmu.cpmu_output_sig_status (9 regs) */ 132 0x1000c0cf, /* cpmu.obff_stall_mem_stat_ro .. cpmu.pcs_duration_stat_ro (16 regs) */ 133 0x1500c0e5, /* cpmu.obff_stall_mem_stat .. cpmu.INT_MASK_0 (21 regs) */ 134 0x0400c0fc, /* cpmu.sdm_sq_counter_e0_p0 .. cpmu.sdm_sq_counter_e1_p1 (4 regs) */ 135 0x010a0000, /* block pcie */ 136 0x04015080, /* pcie.eco_reserved .. pcie.pcie_debug_bits (4 regs) */ 137 0x180b0000, /* block mcp */ 138 0x0e380020, /* mcp.mcp_control .. mcp.mcp_doorbell (14 regs) */ 139 0x09380031, /* mcp.mcp_vfid .. mcp.gp_event_vec (9 regs) */ 140 0x03381400, /* mcp.cpu_mode .. mcp.cpu_event_mask (3 regs) */ 141 0x03381407, /* mcp.cpu_program_counter .. mcp.cpu_data_access (3 regs) */ 142 0x0438140b, /* mcp.cpu_interrupt_vector .. mcp.cpu_debug_vect_peek (4 regs) */ 143 0x01381412, /* mcp.cpu_last_branch_addr (1 regs) */ 144 0x0538152a, /* mcp.mdio_auto_poll .. mcp.mdio_auto_status (5 regs) */ 145 0x0b381640, /* mcp.ucint_warp_mode .. mcp.ucint_avs_address (11 regs) */ 146 0x02381680, /* mcp.imc_command .. mcp.imc_slave_control (2 regs) */ 147 0x07381685, /* mcp.imc_timing0 .. mcp.imc_datareg3 (7 regs) */ 148 0x01381840, /* mcp.m2p_m2p_status (1 regs) */ 149 0x09381842, /* mcp.m2p_m2p_vdm_length .. mcp.m2p_m2p_path_id (9 regs) */ 150 0x17381880, /* mcp.p2m_p2m_status .. mcp.p2m_p2m_other_hdr_fields (23 regs) */ 151 0x023818c0, /* mcp.cache_pim_nvram_base .. mcp.cache_paging_enable (2 regs) */ 152 0x1b3818c3, /* mcp.cache_cache_ctrl_status_0 .. mcp.cache_cache_error_status (27 regs) */ 153 0x0d381900, /* mcp.nvm_command .. mcp.nvm_reconfig (13 regs) */ 154 0x16381a00, /* mcp.erngn_exp_rom_ctrl .. mcp.erngn_img_loader2_cfg (22 regs) */ 155 0x14382000, /* mcp.smbus_config .. mcp.smbus_slave_data_read (20 regs) */ 156 0x01382020, /* mcp.smbus_arp_state (1 regs) */ 157 0x08382024, /* mcp.smbus_udid0_3 .. mcp.smbus_udid1_0 (8 regs) */ 158 0x013820ff, /* mcp.smbus_smb_reg_end (1 regs) */ 159 0x02382108, /* mcp.frm_bmb_fifo_command .. mcp.frm_bmb_fifo_status (2 regs) */ 160 0x0538210b, /* mcp.frm_bmb_fifo_rd_data .. mcp.frm_bmb_fifo_sop_dscr3 (5 regs) */ 161 0x013821ff, /* mcp.bmb_reg_end (1 regs) */ 162 0x060d0000, /* block pswhst */ 163 0x020a8000, /* pswhst.zone_perm_table_init .. pswhst.zone_perm_table_init_done (2 regs) */ 164 0x1c0a8010, /* pswhst.discard_internal_writes .. pswhst.is_in_drain_mode (28 regs) */ 165 0x040a802d, /* pswhst.timeout_data .. pswhst.source_usdm_credits (4 regs) */ 166 0x0d0a8032, /* pswhst.host_strict_priority .. pswhst.psdm_swap_mode (13 regs) */ 167 0x050a8040, /* pswhst.dbg_select .. pswhst.dbg_force_frame (5 regs) */ 168 0x020a8060, /* pswhst.INT_STS .. pswhst.INT_MASK (2 regs) */ 169 0x020e0000, /* block pswhst2 */ 170 0x0b0a7810, /* pswhst2.header_fifo_status .. pswhst2.dbg_force_frame (11 regs) */ 171 0x020a7860, /* pswhst2.INT_STS .. pswhst2.INT_MASK (2 regs) */ 172 0x030f0000, /* block pswrd */ 173 0x050a7010, /* pswrd.dbg_select .. pswrd.dbg_force_frame (5 regs) */ 174 0x030a7028, /* pswrd.eco_reserved .. pswrd.fifo_full_sticky (3 regs) */ 175 0x020a7060, /* pswrd.INT_STS .. pswrd.INT_MASK (2 regs) */ 176 0x08100000, /* block pswrd2 */ 177 0x020a7400, /* pswrd2.start_init .. pswrd2.init_done (2 regs) */ 178 0x040a7418, /* pswrd2.mask_error_to_clients .. pswrd2.cpl_err_details2 (4 regs) */ 179 0x050a741d, /* pswrd2.arb_delay .. pswrd2.eco_reserved (5 regs) */ 180 0x060a7430, /* pswrd2.pbf_swap_mode .. pswrd2.ptu_swap_mode (6 regs) */ 181 0x1e0a7438, /* pswrd2.almost_full_0 .. pswrd2.max_fill_level_pbf (30 regs) */ 182 0x020a7460, /* pswrd2.INT_STS .. pswrd2.INT_MASK (2 regs) */ 183 0x050a7500, /* pswrd2.dbg_select .. pswrd2.dbg_force_frame (5 regs) */ 184 0x140a7518, /* pswrd2.disable_inputs .. pswrd2.prm_additional_requests (20 regs) */ 185 0x03110000, /* block pswwr */ 186 0x160a6810, /* pswwr.usdm_full_th .. pswwr.dbg_force_frame (22 regs) */ 187 0x010a6832, /* pswwr.eco_reserved (1 regs) */ 188 0x020a6860, /* pswwr.INT_STS .. pswwr.INT_MASK (2 regs) */ 189 0x03120000, /* block pswwr2 */ 190 0x030a6c10, /* pswwr2.cdu_full_th2 .. pswwr2.pglue_eop_err_details (3 regs) */ 191 0x060a6c14, /* pswwr2.prm_curr_fill_level .. pswwr2.eco_reserved (6 regs) */ 192 0x020a6c60, /* pswwr2.INT_STS .. pswwr2.INT_MASK (2 regs) */ 193 0x03130000, /* block pswrq */ 194 0x050a0008, /* pswrq.dbg_select .. pswrq.dbg_force_frame (5 regs) */ 195 0x010a0018, /* pswrq.eco_reserved (1 regs) */ 196 0x020a0060, /* pswrq.INT_STS .. pswrq.INT_MASK (2 regs) */ 197 0x08140000, /* block pswrq2 */ 198 0x03090000, /* pswrq2.rbc_done .. pswrq2.reset_stt (3 regs) */ 199 0x0609001e, /* pswrq2.endianity_00 .. pswrq2.m2p_endian_m (6 regs) */ 200 0x05090040, /* pswrq2.dbg_select .. pswrq2.dbg_force_frame (5 regs) */ 201 0x02090060, /* pswrq2.INT_STS .. pswrq2.INT_MASK (2 regs) */ 202 0xfc090100, /* pswrq2.wr_mbs0 .. pswrq2.atc_vq_enable (252 regs) */ 203 0x250901fd, /* pswrq2.atc_internal_ats_enable_all .. pswrq2.sr_cnt_window_value (37 regs) */ 204 0x2a090224, /* pswrq2.sr_cnt_start_mode .. pswrq2.l2p_err_details2 (42 regs) */ 205 0xc609024f, /* pswrq2.sr_num_cfg .. pswrq2.l2p_validate_vfid (198 regs) */ 206 0x01150000, /* block pglcs */ 207 0x02000740, /* pglcs.INT_STS .. pglcs.INT_MASK (2 regs) */ 208 0x05160000, /* block dmae */ 209 0x01003000, /* dmae.init (1 regs) */ 210 0x22003010, /* dmae.pci_ifen .. dmae.go_c31 (34 regs) */ 211 0x02003060, /* dmae.INT_STS .. dmae.INT_MASK (2 regs) */ 212 0x14003100, /* dmae.pxp_req_init_crd .. dmae.fsm_st (20 regs) */ 213 0x06003143, /* dmae.memctrl_status .. dmae.dbg_force_frame (6 regs) */ 214 0x07170000, /* block ptu */ 215 0x02158000, /* ptu.atc_init_array .. ptu.atc_init_done (2 regs) */ 216 0x0e158010, /* ptu.LOG_TRANSPEND_REUSE_MISS_TID .. ptu.inv_err_ctr (14 regs) */ 217 0x14158023, /* ptu.inv_halt_on_reuse_cnt_err .. ptu.ptu_b0_disable (20 regs) */ 218 0x05158040, /* ptu.dbg_select .. ptu.dbg_force_frame (5 regs) */ 219 0x02158060, /* ptu.INT_STS .. ptu.INT_MASK (2 regs) */ 220 0x65158100, /* ptu.atc_num_sets .. ptu.atc_during_inv (101 regs) */ 221 0x06158173, /* ptu.dbgsyn_almost_full_thr .. ptu.atc_ireq_fifo_tm (6 regs) */ 222 0x25180000, /* block tcm */ 223 0x01460000, /* tcm.init (1 regs) */ 224 0x05460010, /* tcm.dbg_select .. tcm.dbg_force_frame (5 regs) */ 225 0x02460060, /* tcm.INT_STS_0 .. tcm.INT_MASK_0 (2 regs) */ 226 0x02460064, /* tcm.INT_STS_1 .. tcm.INT_MASK_1 (2 regs) */ 227 0x02460068, /* tcm.INT_STS_2 .. tcm.INT_MASK_2 (2 regs) */ 228 0x01460100, /* tcm.ifen (1 regs) */ 229 0x08460109, /* tcm.qm_task_base_evnt_id_0 .. tcm.qm_task_base_evnt_id_7 (8 regs) */ 230 0x10460121, /* tcm.qm_agg_task_ctx_part_size_0 .. tcm.qm_sm_task_ctx_ldst_flg_7 (16 regs) */ 231 0x08460141, /* tcm.qm_task_use_st_flg_0 .. tcm.qm_task_use_st_flg_7 (8 regs) */ 232 0x09460151, /* tcm.tm_task_evnt_id_0 .. tcm.err_evnt_id (9 regs) */ 233 0x02460181, /* tcm.storm_weight .. tcm.msem_weight (2 regs) */ 234 0x02460184, /* tcm.dorq_weight .. tcm.pbf_weight (2 regs) */ 235 0x01460187, /* tcm.grc_weight (1 regs) */ 236 0x0b460189, /* tcm.qm_p_weight .. tcm.storm_frwrd_mode (11 regs) */ 237 0x01460195, /* tcm.msem_frwrd_mode (1 regs) */ 238 0x0b460197, /* tcm.dorq_frwrd_mode .. tcm.ia_trans_part_fill_lvl (11 regs) */ 239 0x1b4601c1, /* tcm.xx_msg_up_bnd .. tcm.xx_tbyp_tbl_up_bnd (27 regs) */ 240 0x054601e4, /* tcm.xx_byp_lock_msg_thr .. tcm.unlock_miss (5 regs) */ 241 0x04460201, /* tcm.prcs_agg_con_curr_st .. tcm.prcs_sm_task_curr_st (4 regs) */ 242 0x1b46020d, /* tcm.n_sm_task_ctx_ld_0 .. tcm.trans_data_buf_crd_dir (27 regs) */ 243 0x0a460230, /* tcm.agg_task_ctx_size_0 .. tcm.sm_task_ctx_size (10 regs) */ 244 0x06460261, /* tcm.agg_task_rule0_q .. tcm.agg_task_rule5_q (6 regs) */ 245 0x0d460281, /* tcm.in_prcs_tbl_crd_agg .. tcm.xx_byp_task_state_evnt_id_flg (13 regs) */ 246 0x054602a1, /* tcm.ccfc_init_crd .. tcm.fic_init_crd (5 regs) */ 247 0x014602a9, /* tcm.dir_byp_msg_cnt (1 regs) */ 248 0x024602ab, /* tcm.dorq_length_mis .. tcm.pbf_length_mis (2 regs) */ 249 0x034602ae, /* tcm.grc_buf_empty .. tcm.storm_msg_cntr (3 regs) */ 250 0x014602b2, /* tcm.msem_msg_cntr (1 regs) */ 251 0x024602b4, /* tcm.dorq_msg_cntr .. tcm.pbf_msg_cntr (2 regs) */ 252 0x034602b7, /* tcm.qm_p_msg_cntr .. tcm.tm_msg_cntr (3 regs) */ 253 0x044602bb, /* tcm.is_qm_p_fill_lvl .. tcm.is_storm_fill_lvl (4 regs) */ 254 0x014602c0, /* tcm.is_msem_fill_lvl (1 regs) */ 255 0x024602c2, /* tcm.is_dorq_fill_lvl .. tcm.is_pbf_fill_lvl (2 regs) */ 256 0x074602d1, /* tcm.fic_msg_cntr .. tcm.tcfc_cntr (7 regs) */ 257 0x034602e1, /* tcm.eco_reserved .. tcm.is_foc_msem_nxt_inf_unit (3 regs) */ 258 0x024602e6, /* tcm.is_foc_pbf_nxt_inf_unit .. tcm.is_foc_dorq_nxt_inf_unit (2 regs) */ 259 0x05460530, /* tcm.ctx_rbc_accs .. tcm.sm_task_ctx (5 regs) */ 260 0x22190000, /* block mcm */ 261 0x01480000, /* mcm.init (1 regs) */ 262 0x05480010, /* mcm.dbg_select .. mcm.dbg_force_frame (5 regs) */ 263 0x02480060, /* mcm.INT_STS_0 .. mcm.INT_MASK_0 (2 regs) */ 264 0x02480064, /* mcm.INT_STS_1 .. mcm.INT_MASK_1 (2 regs) */ 265 0x02480068, /* mcm.INT_STS_2 .. mcm.INT_MASK_2 (2 regs) */ 266 0x01480100, /* mcm.ifen (1 regs) */ 267 0x08480109, /* mcm.qm_task_base_evnt_id_0 .. mcm.qm_task_base_evnt_id_7 (8 regs) */ 268 0x20480121, /* mcm.qm_agg_task_ctx_part_size_0 .. mcm.qm_tcfc_xxlock_cmd_7 (32 regs) */ 269 0x09480151, /* mcm.qm_task_use_st_flg_0 .. mcm.err_evnt_id (9 regs) */ 270 0x02480181, /* mcm.storm_weight .. mcm.usem_weight (2 regs) */ 271 0x02480184, /* mcm.pbf_weight .. mcm.grc_weight (2 regs) */ 272 0x0d480187, /* mcm.ysdm_weight .. mcm.storm_frwrd_mode (13 regs) */ 273 0x04480195, /* mcm.ysdm_frwrd_mode .. mcm.usem_frwrd_mode (4 regs) */ 274 0x0a48019a, /* mcm.pbf_frwrd_mode .. mcm.ia_trans_part_fill_lvl (10 regs) */ 275 0x1b4801c1, /* mcm.xx_msg_up_bnd .. mcm.xx_tbyp_tbl_up_bnd (27 regs) */ 276 0x054801e4, /* mcm.xx_byp_lock_msg_thr .. mcm.unlock_miss (5 regs) */ 277 0x04480201, /* mcm.prcs_agg_con_curr_st .. mcm.prcs_sm_task_curr_st (4 regs) */ 278 0x1b48020d, /* mcm.n_sm_task_ctx_ld_0 .. mcm.trans_data_buf_crd_dir (27 regs) */ 279 0x0a480230, /* mcm.agg_task_ctx_size_0 .. mcm.sm_task_ctx_size (10 regs) */ 280 0x07480250, /* mcm.agg_task_rule0_q .. mcm.agg_task_rule6_q (7 regs) */ 281 0x0b480281, /* mcm.in_prcs_tbl_crd_agg .. mcm.xx_byp_task_state_evnt_id_flg (11 regs) */ 282 0x064802a1, /* mcm.ccfc_init_crd .. mcm.fic_init_crd (6 regs) */ 283 0x014802a9, /* mcm.dir_byp_msg_cnt (1 regs) */ 284 0x074802ab, /* mcm.ysdm_length_mis .. mcm.storm_msg_cntr (7 regs) */ 285 0x044802b3, /* mcm.ysdm_msg_cntr .. mcm.usem_msg_cntr (4 regs) */ 286 0x034802b8, /* mcm.pbf_msg_cntr .. mcm.qm_s_msg_cntr (3 regs) */ 287 0x034802bc, /* mcm.is_qm_p_fill_lvl .. mcm.is_storm_fill_lvl (3 regs) */ 288 0x044802c0, /* mcm.is_ysdm_fill_lvl .. mcm.is_usem_fill_lvl (4 regs) */ 289 0x014802c5, /* mcm.is_pbf_fill_lvl (1 regs) */ 290 0x074802d1, /* mcm.fic_msg_cntr .. mcm.tcfc_cntr (7 regs) */ 291 0x034802e1, /* mcm.eco_reserved .. mcm.is_foc_usem_nxt_inf_unit (3 regs) */ 292 0x014802e5, /* mcm.is_foc_pbf_nxt_inf_unit (1 regs) */ 293 0x034802e7, /* mcm.is_foc_usdm_nxt_inf_unit .. mcm.is_foc_tmld_nxt_inf_unit (3 regs) */ 294 0x05480600, /* mcm.ctx_rbc_accs .. mcm.sm_task_ctx (5 regs) */ 295 0x1f1a0000, /* block ucm */ 296 0x014a0000, /* ucm.init (1 regs) */ 297 0x064a0013, /* ucm.memctrl_status .. ucm.dbg_force_frame (6 regs) */ 298 0x024a0060, /* ucm.INT_STS_0 .. ucm.INT_MASK_0 (2 regs) */ 299 0x024a0064, /* ucm.INT_STS_1 .. ucm.INT_MASK_1 (2 regs) */ 300 0x024a0068, /* ucm.INT_STS_2 .. ucm.INT_MASK_2 (2 regs) */ 301 0x014a0100, /* ucm.ifen (1 regs) */ 302 0x084a0109, /* ucm.qm_task_base_evnt_id_0 .. ucm.qm_task_base_evnt_id_7 (8 regs) */ 303 0x104a0121, /* ucm.qm_agg_task_ctx_part_size_0 .. ucm.qm_sm_task_ctx_ldst_flg_7 (16 regs) */ 304 0x084a0141, /* ucm.qm_task_use_st_flg_0 .. ucm.qm_task_use_st_flg_7 (8 regs) */ 305 0x094a0151, /* ucm.tm_task_evnt_id_0 .. ucm.err_evnt_id (9 regs) */ 306 0x0a4a0181, /* ucm.storm_weight .. ucm.muld_weight (10 regs) */ 307 0x0d4a018c, /* ucm.qm_p_weight .. ucm.ysdm_frwrd_mode (13 regs) */ 308 0x044a019a, /* ucm.usdm_frwrd_mode .. ucm.muld_frwrd_mode (4 regs) */ 309 0x0b4a019f, /* ucm.dorq_frwrd_mode .. ucm.ia_trans_part_fill_lvl (11 regs) */ 310 0x1b4a01c1, /* ucm.xx_msg_up_bnd .. ucm.xx_tbyp_tbl_up_bnd (27 regs) */ 311 0x054a01e4, /* ucm.xx_byp_lock_msg_thr .. ucm.unlock_miss (5 regs) */ 312 0x044a0201, /* ucm.prcs_agg_con_curr_st .. ucm.prcs_sm_task_curr_st (4 regs) */ 313 0x1b4a020d, /* ucm.n_sm_task_ctx_ld_0 .. ucm.trans_data_buf_crd_dir (27 regs) */ 314 0x0a4a0230, /* ucm.agg_task_ctx_size_0 .. ucm.sm_task_ctx_size (10 regs) */ 315 0x094a024c, /* ucm.agg_con_rule0_q .. ucm.agg_con_rule8_q (9 regs) */ 316 0x074a025a, /* ucm.agg_task_rule0_q .. ucm.agg_task_rule6_q (7 regs) */ 317 0x0d4a0281, /* ucm.in_prcs_tbl_crd_agg .. ucm.xx_byp_task_state_evnt_id_flg (13 regs) */ 318 0x054a02a1, /* ucm.ccfc_init_crd .. ucm.fic_init_crd (5 regs) */ 319 0x094a02a9, /* ucm.dir_byp_msg_cnt .. ucm.muld_length_mis (9 regs) */ 320 0x094a02b3, /* ucm.grc_buf_empty .. ucm.muld_msg_cntr (9 regs) */ 321 0x054a02bd, /* ucm.dorq_msg_cntr .. ucm.tm_msg_cntr (5 regs) */ 322 0x0a4a02c3, /* ucm.is_qm_p_fill_lvl .. ucm.is_muld_fill_lvl (10 regs) */ 323 0x024a02ce, /* ucm.is_dorq_fill_lvl .. ucm.is_pbf_fill_lvl (2 regs) */ 324 0x094a02d1, /* ucm.fic_msg_cntr .. ucm.tcfc_cntr (9 regs) */ 325 0x0a4a02e1, /* ucm.eco_reserved .. ucm.is_foc_muld_nxt_inf_unit (10 regs) */ 326 0x054a05c0, /* ucm.ctx_rbc_accs .. ucm.sm_task_ctx (5 regs) */ 327 0x201b0000, /* block xcm */ 328 0x01400000, /* xcm.init (1 regs) */ 329 0x01400002, /* xcm.qm_act_st_cnt_init_done (1 regs) */ 330 0x05400010, /* xcm.dbg_select .. xcm.dbg_force_frame (5 regs) */ 331 0x02400060, /* xcm.INT_STS_0 .. xcm.INT_MASK_0 (2 regs) */ 332 0x02400064, /* xcm.INT_STS_1 .. xcm.INT_MASK_1 (2 regs) */ 333 0x02400068, /* xcm.INT_STS_2 .. xcm.INT_MASK_2 (2 regs) */ 334 0x01400100, /* xcm.ifen (1 regs) */ 335 0x01400131, /* xcm.err_evnt_id (1 regs) */ 336 0x03400181, /* xcm.storm_weight .. xcm.usem_weight (3 regs) */ 337 0x03400185, /* xcm.dorq_weight .. xcm.grc_weight (3 regs) */ 338 0x0e400189, /* xcm.xsdm_weight .. xcm.storm_frwrd_mode (14 regs) */ 339 0x05400198, /* xcm.xsdm_frwrd_mode .. xcm.usem_frwrd_mode (5 regs) */ 340 0x0840019e, /* xcm.dorq_frwrd_mode .. xcm.ia_trans_part_fill_lvl (8 regs) */ 341 0x184001c1, /* xcm.xx_msg_up_bnd .. xcm.xx_cbyp_tbl_up_bnd (24 regs) */ 342 0x054001e1, /* xcm.xx_byp_lock_msg_thr .. xcm.unlock_miss (5 regs) */ 343 0x02400201, /* xcm.prcs_agg_con_curr_st .. xcm.prcs_sm_con_curr_st (2 regs) */ 344 0x0a40020b, /* xcm.agg_con_fic_buf_fill_lvl .. xcm.trans_data_buf_crd_dir (10 regs) */ 345 0x0240021d, /* xcm.cm_con_reg0_sz .. xcm.sm_con_ctx_size (2 regs) */ 346 0x09400281, /* xcm.in_prcs_tbl_crd_agg .. xcm.xx_byp_con_state_evnt_id_flg (9 regs) */ 347 0x054002a1, /* xcm.ccfc_init_crd .. xcm.fic_init_crd (5 regs) */ 348 0x014002a9, /* xcm.dir_byp_msg_cnt (1 regs) */ 349 0x084002ab, /* xcm.xsdm_length_mis .. xcm.storm_msg_cntr (8 regs) */ 350 0x054002b4, /* xcm.xsdm_msg_cntr .. xcm.usem_msg_cntr (5 regs) */ 351 0x054002ba, /* xcm.dorq_msg_cntr .. xcm.tm_msg_cntr (5 regs) */ 352 0x044002c0, /* xcm.is_qm_p_fill_lvl .. xcm.is_storm_fill_lvl (4 regs) */ 353 0x054002c5, /* xcm.is_xsdm_fill_lvl .. xcm.is_usem_fill_lvl (5 regs) */ 354 0x024002cb, /* xcm.is_dorq_fill_lvl .. xcm.is_pbf_fill_lvl (2 regs) */ 355 0x0b4002d1, /* xcm.qm_act_st_fifo_fill_lvl .. xcm.ccfc_cntr (11 regs) */ 356 0x044002e1, /* xcm.eco_reserved .. xcm.is_foc_xsem_nxt_inf_unit (4 regs) */ 357 0x024002e6, /* xcm.is_foc_pbf_nxt_inf_unit .. xcm.is_foc_dorq_nxt_inf_unit (2 regs) */ 358 0x034002e9, /* xcm.is_foc_usdm_nxt_inf_unit .. xcm.is_foc_ysdm_nxt_inf_unit (3 regs) */ 359 0x03400600, /* xcm.ctx_rbc_accs .. xcm.sm_con_ctx (3 regs) */ 360 0x1e1c0000, /* block ycm */ 361 0x01420000, /* ycm.init (1 regs) */ 362 0x05420010, /* ycm.dbg_select .. ycm.dbg_force_frame (5 regs) */ 363 0x02420060, /* ycm.INT_STS_0 .. ycm.INT_MASK_0 (2 regs) */ 364 0x02420064, /* ycm.INT_STS_1 .. ycm.INT_MASK_1 (2 regs) */ 365 0x02420068, /* ycm.INT_STS_2 .. ycm.INT_MASK_2 (2 regs) */ 366 0x01420100, /* ycm.ifen (1 regs) */ 367 0x08420109, /* ycm.qm_task_base_evnt_id_0 .. ycm.qm_task_base_evnt_id_7 (8 regs) */ 368 0x20420121, /* ycm.qm_agg_task_ctx_part_size_0 .. ycm.qm_tcfc_xxlock_cmd_7 (32 regs) */ 369 0x09420151, /* ycm.qm_task_use_st_flg_0 .. ycm.err_evnt_id (9 regs) */ 370 0x05420181, /* ycm.storm_weight .. ycm.grc_weight (5 regs) */ 371 0x0c420187, /* ycm.ysdm_weight .. ycm.storm_frwrd_mode (12 regs) */ 372 0x0e420194, /* ycm.ysdm_frwrd_mode .. ycm.ia_trans_part_fill_lvl (14 regs) */ 373 0x1b4201c1, /* ycm.xx_msg_up_bnd .. ycm.xx_tbyp_tbl_up_bnd (27 regs) */ 374 0x054201e4, /* ycm.xx_byp_lock_msg_thr .. ycm.unlock_miss (5 regs) */ 375 0x04420201, /* ycm.prcs_agg_con_curr_st .. ycm.prcs_sm_task_curr_st (4 regs) */ 376 0x1b42020d, /* ycm.n_sm_task_ctx_ld_0 .. ycm.trans_data_buf_crd_dir (27 regs) */ 377 0x0a420230, /* ycm.agg_task_ctx_size_0 .. ycm.sm_task_ctx_size (10 regs) */ 378 0x05420248, /* ycm.agg_con_rule0_q .. ycm.agg_con_rule4_q (5 regs) */ 379 0x0b420281, /* ycm.in_prcs_tbl_crd_agg .. ycm.xx_byp_task_state_evnt_id_flg (11 regs) */ 380 0x064202a1, /* ycm.ccfc_init_crd .. ycm.fic_init_crd (6 regs) */ 381 0x014202a9, /* ycm.dir_byp_msg_cnt (1 regs) */ 382 0x064202ab, /* ycm.ysdm_length_mis .. ycm.storm_msg_cntr (6 regs) */ 383 0x074202b2, /* ycm.ysdm_msg_cntr .. ycm.qm_s_msg_cntr (7 regs) */ 384 0x034202ba, /* ycm.is_qm_p_fill_lvl .. ycm.is_storm_fill_lvl (3 regs) */ 385 0x054202be, /* ycm.is_ysdm_fill_lvl .. ycm.is_pbf_fill_lvl (5 regs) */ 386 0x084202d1, /* ycm.fic_msg_cntr .. ycm.tcfc_cntr (8 regs) */ 387 0x034202e1, /* ycm.eco_reserved .. ycm.is_foc_usem_nxt_inf_unit (3 regs) */ 388 0x014202e5, /* ycm.is_foc_pbf_nxt_inf_unit (1 regs) */ 389 0x024202e7, /* ycm.is_foc_ysdm_nxt_inf_unit .. ycm.is_foc_xyld_nxt_inf_unit (2 regs) */ 390 0x05420600, /* ycm.ctx_rbc_accs .. ycm.sm_task_ctx (5 regs) */ 391 0x151d0000, /* block pcm */ 392 0x01440000, /* pcm.init (1 regs) */ 393 0x05440010, /* pcm.dbg_select .. pcm.dbg_force_frame (5 regs) */ 394 0x02440060, /* pcm.INT_STS_0 .. pcm.INT_MASK_0 (2 regs) */ 395 0x02440064, /* pcm.INT_STS_1 .. pcm.INT_MASK_1 (2 regs) */ 396 0x02440068, /* pcm.INT_STS_2 .. pcm.INT_MASK_2 (2 regs) */ 397 0x02440100, /* pcm.ifen .. pcm.err_evnt_id (2 regs) */ 398 0x01440181, /* pcm.storm_weight (1 regs) */ 399 0x01440183, /* pcm.grc_weight (1 regs) */ 400 0x08440185, /* pcm.ia_group_pr0 .. pcm.storm_frwrd_mode (8 regs) */ 401 0x0544018f, /* pcm.sdm_err_handle_en .. pcm.ia_trans_part_fill_lvl (5 regs) */ 402 0x184401c1, /* pcm.xx_msg_up_bnd .. pcm.unlock_miss (24 regs) */ 403 0x01440201, /* pcm.prcs_sm_con_curr_st (1 regs) */ 404 0x0644020a, /* pcm.sm_con_fic_buf_fill_lvl .. pcm.sm_con_ctx_size (6 regs) */ 405 0x07440281, /* pcm.in_prcs_tbl_crd_agg .. pcm.xx_byp_con_state_evnt_id_flg (7 regs) */ 406 0x024402a1, /* pcm.ccfc_init_crd .. pcm.fic_init_crd (2 regs) */ 407 0x014402a9, /* pcm.dir_byp_msg_cnt (1 regs) */ 408 0x034402ac, /* pcm.grc_buf_empty .. pcm.storm_msg_cntr (3 regs) */ 409 0x014402b2, /* pcm.is_storm_fill_lvl (1 regs) */ 410 0x024402d1, /* pcm.fic_msg_cntr .. pcm.ccfc_cntr (2 regs) */ 411 0x024402e1, /* pcm.eco_reserved .. pcm.is_foc_psem_nxt_inf_unit (2 regs) */ 412 0x02440510, /* pcm.ctx_rbc_accs .. pcm.sm_con_ctx (2 regs) */ 413 0x1e1e0000, /* block qm */ 414 0x020bc060, /* qm.INT_STS .. qm.INT_MASK (2 regs) */ 415 0x0d0bc100, /* qm.wrc_drop_cnt_0 .. qm.cm_push_int_en (13 regs) */ 416 0x380bc110, /* qm.MaxPqSizeTxSel_0 .. qm.MaxPqSizeTxSel_55 (56 regs) */ 417 0x040bc200, /* qm.OutLdReqSizeConnTx .. qm.OutLdReqCrdConnOther (4 regs) */ 418 0x0e0bc410, /* qm.QstatusTx_0 .. qm.QstatusTx_13 (14 regs) */ 419 0x020bc430, /* qm.QstatusOther_0 .. qm.QstatusOther_1 (2 regs) */ 420 0x280bc448, /* qm.CtxRegCcfc_0 .. qm.CtxRegCcfc_39 (40 regs) */ 421 0x280bc488, /* qm.CtxRegTcfc_0 .. qm.CtxRegTcfc_39 (40 regs) */ 422 0x280bc4c8, /* qm.ActCtrInitValCcfc_0 .. qm.ActCtrInitValCcfc_39 (40 regs) */ 423 0x280bc508, /* qm.ActCtrInitValTcfc_0 .. qm.ActCtrInitValTcfc_39 (40 regs) */ 424 0x040bc548, /* qm.PciReqQId .. qm.QmPageSize (4 regs) */ 425 0x050bc54d, /* qm.PciReqPadToCacheLine .. qm.OvfErrorOther (5 regs) */ 426 0x010bc580, /* qm.VoqCrdLineFull (1 regs) */ 427 0x010bc5c0, /* qm.TaskLineCrdCost (1 regs) */ 428 0x010bc600, /* qm.VoqCrdByteFull (1 regs) */ 429 0x220bc640, /* qm.TaskByteCrdCost_0 .. qm.WrrOtherPqGrp_7 (34 regs) */ 430 0x040bc67a, /* qm.WrrOtherGrpWeight_0 .. qm.WrrOtherGrpWeight_3 (4 regs) */ 431 0x170bc682, /* qm.WrrTxGrpWeight_0 .. qm.CmIntEn (23 regs) */ 432 0x010bc780, /* qm.VoqByteCrdEnable (1 regs) */ 433 0x040bc900, /* qm.MHQTxNumSel .. qm.QOtherLevelMHVal (4 regs) */ 434 0x390bcb00, /* qm.Soft_Reset .. qm.PqTx2Pf_55 (57 regs) */ 435 0x080bcb81, /* qm.PqOther2Pf_0 .. qm.PqOther2Pf_7 (8 regs) */ 436 0x090bcb99, /* qm.arb_tx_en .. qm.dbg_force_frame (9 regs) */ 437 0x020bcba6, /* qm.eco_reserved .. qm.TxPqMap_MaskAccess (2 regs) */ 438 0x0f0bcbaf, /* qm.Xsdm_Fifo_Full_Thr .. qm.RlGlblPeriodSel_7 (15 regs) */ 439 0x090bd300, /* qm.RlGlblEnable .. qm.RlPfPeriodTimer (9 regs) */ 440 0x060bd380, /* qm.RlPfEnable .. qm.Err_Mask_RlPfCrd (6 regs) */ 441 0x130bd700, /* qm.WfqPfEnable .. qm.Voq_Arb_Grp0_Weight_7 (19 regs) */ 442 0x080bd72b, /* qm.Voq_Arb_Grp1_Weight_0 .. qm.Voq_Arb_Grp1_Weight_7 (8 regs) */ 443 0x200bd74b, /* qm.Voq_Arb_Timeout .. qm.cam_bist_status (32 regs) */ 444 0x0a1f0000, /* block tm */ 445 0x100b0000, /* tm.memory_self_init_start .. tm.ac_command_fifo_init (16 regs) */ 446 0x040b0018, /* tm.pxp_interface_enable .. tm.client_in_interface_enable (4 regs) */ 447 0x050b001e, /* tm.pxp_request_credit .. tm.load_request_credit (5 regs) */ 448 0x020b0060, /* tm.INT_STS_0 .. tm.INT_MASK_0 (2 regs) */ 449 0x020b0064, /* tm.INT_STS_1 .. tm.INT_MASK_1 (2 regs) */ 450 0x0b0b0100, /* tm.pxp_read_data_fifo_a_f_thr .. tm.ac_command_fifo_a_f_thr (11 regs) */ 451 0x2d0b0112, /* tm.tick_timer_val .. tm.task_timer_threshold_2 (45 regs) */ 452 0x030b0143, /* tm.during_scan_conn .. tm.during_scan (3 regs) */ 453 0x1f0b0180, /* tm.completed_scans .. tm.pxp_read_data_error (31 regs) */ 454 0x2f0b01c0, /* tm.current_time .. tm.dbg_force_frame (47 regs) */ 455 0x18200000, /* block dorq */ 456 0x01040000, /* dorq.INIT (1 regs) */ 457 0x01040010, /* dorq.ifen (1 regs) */ 458 0x02040060, /* dorq.INT_STS .. dorq.INT_MASK (2 regs) */ 459 0x15040118, /* dorq.dems_target_1 .. dorq.dems_agg_cmd_7 (21 regs) */ 460 0x0204013d, /* dorq.pwm_agg_cmd .. dorq.cm_ac_upd (2 regs) */ 461 0x05040180, /* dorq.dpm_l2_succ_cflg_cmd .. dorq.dpm_l2_abrt_agg_cmd (5 regs) */ 462 0x030401be, /* dorq.xcm_agg_type .. dorq.tcm_agg_type (3 regs) */ 463 0x010401c2, /* dorq.xcm_sm_ctx_ld_st_flg_dpm (1 regs) */ 464 0x07040200, /* dorq.xcm_ccfc_regn .. dorq.dpm_xcm_db_abrt_th (7 regs) */ 465 0x06040208, /* dorq.dpm_ent_abrt_th .. dorq.dpm_timeout (6 regs) */ 466 0x0304020f, /* dorq.dq_pxp_full_en .. dorq.dq_full_cycles (3 regs) */ 467 0x04040229, /* dorq.grh_nxt_header .. dorq.crc32_bswap (4 regs) */ 468 0x01040233, /* dorq.rroce_dst_udp_port (1 regs) */ 469 0x01040240, /* dorq.l2_edpm_num_bd_thr (1 regs) */ 470 0x08040243, /* dorq.l2_edpm_tunnel_gre_eth_en .. dorq.l2_edpm_pkt_hdr_size (8 regs) */ 471 0x04040260, /* dorq.xcm_msg_init_crd .. dorq.pbf_cmd_init_crd (4 regs) */ 472 0x03040277, /* dorq.db_drop_reason_mask .. dorq.auto_freeze_st (3 regs) */ 473 0x0204027b, /* dorq.auto_drop_en .. dorq.auto_drop_st (2 regs) */ 474 0x0c04027e, /* dorq.pxp_trans_size .. dorq.db_drop_details (12 regs) */ 475 0x0704028b, /* dorq.db_drop_reason .. dorq.dpm_abort_details_reason (7 regs) */ 476 0x11040293, /* dorq.dpm_abort_reason .. dorq.cfc_bypass_cnt (17 regs) */ 477 0x048402a4, /* dorq.mini_cache_entry .. dorq.cfc_lcres_err_detail (4 regs, WB) */ 478 0x030402a8, /* dorq.cfc_ld_req_cnt .. dorq.eco_reserved (3 regs) */ 479 0x060402b3, /* dorq.memctrl_status .. dorq.dbg_force_frame (6 regs) */ 480 0x33210000, /* block brb */ 481 0x030d0001, /* brb.hw_init_en .. brb.start_en (3 regs) */ 482 0x020d0030, /* brb.INT_STS_0 .. brb.INT_MASK_0 (2 regs) */ 483 0x020d0036, /* brb.INT_STS_1 .. brb.INT_MASK_1 (2 regs) */ 484 0x020d003c, /* brb.INT_STS_2 .. brb.INT_MASK_2 (2 regs) */ 485 0x020d0042, /* brb.INT_STS_3 .. brb.INT_MASK_3 (2 regs) */ 486 0x020d0048, /* brb.INT_STS_4 .. brb.INT_MASK_4 (2 regs) */ 487 0x020d004e, /* brb.INT_STS_5 .. brb.INT_MASK_5 (2 regs) */ 488 0x020d0054, /* brb.INT_STS_6 .. brb.INT_MASK_6 (2 regs) */ 489 0x020d005a, /* brb.INT_STS_7 .. brb.INT_MASK_7 (2 regs) */ 490 0x020d0061, /* brb.INT_STS_8 .. brb.INT_MASK_8 (2 regs) */ 491 0x020d0067, /* brb.INT_STS_9 .. brb.INT_MASK_9 (2 regs) */ 492 0x020d006d, /* brb.INT_STS_10 .. brb.INT_MASK_10 (2 regs) */ 493 0x020d0073, /* brb.INT_STS_11 .. brb.INT_MASK_11 (2 regs) */ 494 0x010d0200, /* brb.big_ram_address (1 regs) */ 495 0x020d0210, /* brb.max_releases .. brb.stop_on_len_err (2 regs) */ 496 0x120d0240, /* brb.tc_guarantied_0 .. brb.tc_guarantied_17 (18 regs) */ 497 0x100d025e, /* brb.main_tc_guarantied_hyst_0 .. brb.main_tc_guarantied_hyst_15 (16 regs) */ 498 0x120d0276, /* brb.lb_tc_guarantied_hyst_0 .. brb.lb_tc_guarantied_hyst_17 (18 regs) */ 499 0x100d0294, /* brb.main_tc_pause_xoff_threshold_0 .. brb.main_tc_pause_xoff_threshold_15 (16 regs) */ 500 0x120d02ac, /* brb.lb_tc_pause_xoff_threshold_0 .. brb.lb_tc_pause_xoff_threshold_17 (18 regs) */ 501 0x100d02ca, /* brb.main_tc_pause_xon_threshold_0 .. brb.main_tc_pause_xon_threshold_15 (16 regs) */ 502 0x120d02e2, /* brb.lb_tc_pause_xon_threshold_0 .. brb.lb_tc_pause_xon_threshold_17 (18 regs) */ 503 0x100d0300, /* brb.main_tc_full_xoff_threshold_0 .. brb.main_tc_full_xoff_threshold_15 (16 regs) */ 504 0x120d0318, /* brb.lb_tc_full_xoff_threshold_0 .. brb.lb_tc_full_xoff_threshold_17 (18 regs) */ 505 0x100d0336, /* brb.main_tc_full_xon_threshold_0 .. brb.main_tc_full_xon_threshold_15 (16 regs) */ 506 0x120d034e, /* brb.lb_tc_full_xon_threshold_0 .. brb.lb_tc_full_xon_threshold_17 (18 regs) */ 507 0x080d036c, /* brb.lossless_threshold .. brb.rc_pkt_priority (8 regs) */ 508 0x110d0382, /* brb.rc_sop_priority .. brb.pm_tc_latency_sensitive_1 (17 regs) */ 509 0x080d03b1, /* brb.dbgsyn_almost_full_thr .. brb.dbg_force_frame (8 regs) */ 510 0x060d03ca, /* brb.inp_if_enable .. brb.wc_empty_3 (6 regs) */ 511 0x040d03dc, /* brb.wc_full_0 .. brb.wc_full_3 (4 regs) */ 512 0x070d03ec, /* brb.wc_bandwidth_if_full .. brb.rc_pkt_empty_4 (7 regs) */ 513 0x050d03fd, /* brb.rc_pkt_full_0 .. brb.rc_pkt_full_4 (5 regs) */ 514 0x050d040c, /* brb.rc_pkt_status_0 .. brb.rc_pkt_status_4 (5 regs) */ 515 0x0b0d041b, /* brb.rc_sop_empty .. brb.empty_if_1 (11 regs) */ 516 0x050d042a, /* brb.rc_sop_inp_sync_fifo_push_status .. brb.rc_inp_sync_fifo_push_status_3 (5 regs) */ 517 0x050d043a, /* brb.rc_out_sync_fifo_push_status_0 .. brb.rc_out_sync_fifo_push_status_4 (5 regs) */ 518 0x010d0449, /* brb.rc_eop_inp_sync_fifo_push_status_0 (1 regs) */ 519 0x010d0458, /* brb.rc_eop_out_sync_fifo_push_status_0 (1 regs) */ 520 0x040d0467, /* brb.pkt_avail_sync_fifo_push_status .. brb.rc_pkt_state (4 regs) */ 521 0x020d046e, /* brb.mac_free_shared_hr_0 .. brb.mac_free_shared_hr_1 (2 regs) */ 522 0x090d0474, /* brb.mac0_tc_occupancy_0 .. brb.mac0_tc_occupancy_8 (9 regs) */ 523 0x090d0484, /* brb.mac1_tc_occupancy_0 .. brb.mac1_tc_occupancy_8 (9 regs) */ 524 0x020d04b4, /* brb.available_mac_size_0 .. brb.available_mac_size_1 (2 regs) */ 525 0x020d04ba, /* brb.main_tc_pause_0 .. brb.main_tc_pause_1 (2 regs) */ 526 0x020d04c0, /* brb.lb_tc_pause_0 .. brb.lb_tc_pause_1 (2 regs) */ 527 0x020d04c6, /* brb.main_tc_full_0 .. brb.main_tc_full_1 (2 regs) */ 528 0x020d04cc, /* brb.lb_tc_full_0 .. brb.lb_tc_full_1 (2 regs) */ 529 0x080d04d2, /* brb.main0_tc_lossless_cnt_0 .. brb.main0_tc_lossless_cnt_7 (8 regs) */ 530 0x080d04e2, /* brb.main1_tc_lossless_cnt_0 .. brb.main1_tc_lossless_cnt_7 (8 regs) */ 531 0x020d0512, /* brb.main_tc_lossless_int_0 .. brb.main_tc_lossless_int_1 (2 regs) */ 532 0x08220000, /* block src */ 533 0x0108e010, /* src.CTRL (1 regs) */ 534 0x0108e076, /* src.INT_STS (1 regs) */ 535 0x0108e079, /* src.INT_MASK (1 regs) */ 536 0x0b08e100, /* src.KeySearch_0 .. src.KeySearch_vlan (11 regs) */ 537 0x0708e120, /* src.IF_Stat_PF_Config .. src.IF_Stat_No_Read_Counter (7 regs) */ 538 0x0108e180, /* src.PXP_CTRL (1 regs) */ 539 0x0508e1c0, /* src.dbg_select .. src.dbg_force_frame (5 regs) */ 540 0x0208e1d2, /* src.eco_reserved .. src.soft_rst (2 regs) */ 541 0x25230000, /* block prs */ 542 0x0107c000, /* prs.soft_rst (1 regs) */ 543 0x0307c002, /* prs.mac_vlan_cache_init_done .. prs.cam_scrub_miss_en (3 regs) */ 544 0x0207c010, /* prs.INT_STS_0 .. prs.INT_MASK_0 (2 regs) */ 545 0x0107c050, /* prs.task_inc_value (1 regs) */ 546 0x0107c059, /* prs.search_resp_initiator_type (1 regs) */ 547 0x0607c05e, /* prs.task_id_segment .. prs.roce_con_type (6 regs) */ 548 0x0107c065, /* prs.roce_opcode_req_res (1 regs) */ 549 0x0107c067, /* prs.cfc_load_mini_cache_en (1 regs) */ 550 0x0107c080, /* prs.eco_reserved (1 regs) */ 551 0x0107c104, /* prs.search_tcp_first_frag (1 regs) */ 552 0x0107c10a, /* prs.roce_spcl_qp_val (1 regs) */ 553 0x0907c114, /* prs.tenant_id_default_val_enable .. prs.tenant_id_default_val_ttag (9 regs) */ 554 0x0407c11e, /* prs.tenant_id_mask_eth_nge .. prs.tenant_id_default_val_ip_nge (4 regs) */ 555 0x0407c140, /* prs.ports_arb_scheme .. prs.max_packet_size (4 regs) */ 556 0x0b07c1c1, /* prs.llc_type_threshold .. prs.icmpv4_protocol (11 regs) */ 557 0x0107c1cd, /* prs.gre_protocol (1 regs) */ 558 0x0e07c1d1, /* prs.fcoe_type .. prs.tag_len_5 (14 regs) */ 559 0x0407c1ef, /* prs.dst_mac_global_0 .. prs.dst_mac_global_mask_1 (4 regs) */ 560 0x0107c21a, /* prs.nge_eth_type (1 regs) */ 561 0x0107c21c, /* prs.rroce_port (1 regs) */ 562 0x0507c240, /* prs.l2_irreg_cases .. prs.light_l2 (5 regs) */ 563 0x0307c24d, /* prs.l2_regular_pkt .. prs.def_l2_con_type (3 regs) */ 564 0x0607c254, /* prs.light_l2_ethertype_0 .. prs.light_l2_ethertype_5 (6 regs) */ 565 0x0307c25c, /* prs.dst_mac_select .. prs.vlan_tag_select (3 regs) */ 566 0x0407c270, /* prs.mac_vlan_flex_upper .. prs.mac_vlan_flex_bitmask_1 (4 regs) */ 567 0x0107c275, /* prs.sack_blk_override (1 regs) */ 568 0x0807c277, /* prs.rdma_syn_seed_0 .. prs.rdma_syn_seed_7 (8 regs) */ 569 0x0207c2c0, /* prs.num_of_cfc_flush_messages .. prs.num_of_transparent_flush_messages (2 regs) */ 570 0x0887c2cc, /* prs.fifo_empty_flags .. prs.fifo_full_flags (8 regs, WB) */ 571 0x0107c2d7, /* prs.stop_parsing_status (1 regs) */ 572 0x0287c2d8, /* prs.mini_cache_entry (2 regs, WB) */ 573 0x0407c2da, /* prs.mini_cache_failed_response .. prs.dbg_shift (4 regs) */ 574 0x0207c2e8, /* prs.dbg_force_valid .. prs.dbg_force_frame (2 regs) */ 575 0x0207c3c1, /* prs.ccfc_search_initial_credit .. prs.tcfc_search_initial_credit (2 regs) */ 576 0x0907c3c4, /* prs.ccfc_search_current_credit .. prs.sop_req_ct (9 regs) */ 577 0x0f07c460, /* prs.gft_hash_key_0 .. prs.gft_tunnel_vlan_select (15 regs) */ 578 0x0407c471, /* prs.gft_connection_type .. prs.gft_cam_scrub_miss_en (4 regs) */ 579 0x0a240000, /* block tsdm */ 580 0x053ec001, /* tsdm.enable_in1 .. tsdm.disable_engine (5 regs) */ 581 0x023ec010, /* tsdm.INT_STS .. tsdm.INT_MASK (2 regs) */ 582 0x023ec100, /* tsdm.timer_tick .. tsdm.timers_tick_enable (2 regs) */ 583 0x093ec103, /* tsdm.grc_privilege_level .. tsdm.eco_reserved (9 regs) */ 584 0x053ec140, /* tsdm.init_credit_pxp .. tsdm.init_credit_cm (5 regs) */ 585 0x0c3ec180, /* tsdm.num_of_dma_cmd .. tsdm.num_of_dpm_req (12 regs) */ 586 0x033ec1c0, /* tsdm.brb_almost_full .. tsdm.dorq_almost_full (3 regs) */ 587 0x203ec300, /* tsdm.queue_full .. tsdm.prm_fifo_full (32 regs) */ 588 0x1a3ec340, /* tsdm.int_cmpl_pend_empty .. tsdm.prm_fifo_empty (26 regs) */ 589 0x053ec38a, /* tsdm.dbg_select .. tsdm.dbg_force_frame (5 regs) */ 590 0x0a250000, /* block msdm */ 591 0x053f0001, /* msdm.enable_in1 .. msdm.disable_engine (5 regs) */ 592 0x023f0010, /* msdm.INT_STS .. msdm.INT_MASK (2 regs) */ 593 0x023f0100, /* msdm.timer_tick .. msdm.timers_tick_enable (2 regs) */ 594 0x093f0103, /* msdm.grc_privilege_level .. msdm.eco_reserved (9 regs) */ 595 0x053f0140, /* msdm.init_credit_pxp .. msdm.init_credit_cm (5 regs) */ 596 0x0c3f0180, /* msdm.num_of_dma_cmd .. msdm.num_of_dpm_req (12 regs) */ 597 0x033f01c0, /* msdm.brb_almost_full .. msdm.dorq_almost_full (3 regs) */ 598 0x203f0300, /* msdm.queue_full .. msdm.prm_fifo_full (32 regs) */ 599 0x1a3f0340, /* msdm.int_cmpl_pend_empty .. msdm.prm_fifo_empty (26 regs) */ 600 0x053f038a, /* msdm.dbg_select .. msdm.dbg_force_frame (5 regs) */ 601 0x0a260000, /* block usdm */ 602 0x053f4001, /* usdm.enable_in1 .. usdm.disable_engine (5 regs) */ 603 0x023f4010, /* usdm.INT_STS .. usdm.INT_MASK (2 regs) */ 604 0x023f4100, /* usdm.timer_tick .. usdm.timers_tick_enable (2 regs) */ 605 0x093f4103, /* usdm.grc_privilege_level .. usdm.eco_reserved (9 regs) */ 606 0x053f4140, /* usdm.init_credit_pxp .. usdm.init_credit_cm (5 regs) */ 607 0x0c3f4180, /* usdm.num_of_dma_cmd .. usdm.num_of_dpm_req (12 regs) */ 608 0x033f41c0, /* usdm.brb_almost_full .. usdm.dorq_almost_full (3 regs) */ 609 0x203f4300, /* usdm.queue_full .. usdm.prm_fifo_full (32 regs) */ 610 0x1a3f4340, /* usdm.int_cmpl_pend_empty .. usdm.prm_fifo_empty (26 regs) */ 611 0x053f438a, /* usdm.dbg_select .. usdm.dbg_force_frame (5 regs) */ 612 0x0b270000, /* block xsdm */ 613 0x053e0001, /* xsdm.enable_in1 .. xsdm.disable_engine (5 regs) */ 614 0x023e0010, /* xsdm.INT_STS .. xsdm.INT_MASK (2 regs) */ 615 0x023e0100, /* xsdm.timer_tick .. xsdm.timers_tick_enable (2 regs) */ 616 0x093e0103, /* xsdm.grc_privilege_level .. xsdm.eco_reserved (9 regs) */ 617 0x053e0140, /* xsdm.init_credit_pxp .. xsdm.init_credit_cm (5 regs) */ 618 0x013e0148, /* xsdm.init_credit_cm_rmt (1 regs) */ 619 0x0c3e0180, /* xsdm.num_of_dma_cmd .. xsdm.num_of_dpm_req (12 regs) */ 620 0x033e01c0, /* xsdm.brb_almost_full .. xsdm.dorq_almost_full (3 regs) */ 621 0x203e0300, /* xsdm.queue_full .. xsdm.prm_fifo_full (32 regs) */ 622 0x1a3e0340, /* xsdm.int_cmpl_pend_empty .. xsdm.prm_fifo_empty (26 regs) */ 623 0x053e038a, /* xsdm.dbg_select .. xsdm.dbg_force_frame (5 regs) */ 624 0x0a280000, /* block ysdm */ 625 0x053e4001, /* ysdm.enable_in1 .. ysdm.disable_engine (5 regs) */ 626 0x023e4010, /* ysdm.INT_STS .. ysdm.INT_MASK (2 regs) */ 627 0x023e4100, /* ysdm.timer_tick .. ysdm.timers_tick_enable (2 regs) */ 628 0x093e4103, /* ysdm.grc_privilege_level .. ysdm.eco_reserved (9 regs) */ 629 0x053e4140, /* ysdm.init_credit_pxp .. ysdm.init_credit_cm (5 regs) */ 630 0x0c3e4180, /* ysdm.num_of_dma_cmd .. ysdm.num_of_dpm_req (12 regs) */ 631 0x033e41c0, /* ysdm.brb_almost_full .. ysdm.dorq_almost_full (3 regs) */ 632 0x203e4300, /* ysdm.queue_full .. ysdm.prm_fifo_full (32 regs) */ 633 0x1a3e4340, /* ysdm.int_cmpl_pend_empty .. ysdm.prm_fifo_empty (26 regs) */ 634 0x053e438a, /* ysdm.dbg_select .. ysdm.dbg_force_frame (5 regs) */ 635 0x0a290000, /* block psdm */ 636 0x053e8001, /* psdm.enable_in1 .. psdm.disable_engine (5 regs) */ 637 0x023e8010, /* psdm.INT_STS .. psdm.INT_MASK (2 regs) */ 638 0x023e8100, /* psdm.timer_tick .. psdm.timers_tick_enable (2 regs) */ 639 0x093e8103, /* psdm.grc_privilege_level .. psdm.eco_reserved (9 regs) */ 640 0x053e8140, /* psdm.init_credit_pxp .. psdm.init_credit_cm (5 regs) */ 641 0x0c3e8180, /* psdm.num_of_dma_cmd .. psdm.num_of_dpm_req (12 regs) */ 642 0x033e81c0, /* psdm.brb_almost_full .. psdm.dorq_almost_full (3 regs) */ 643 0x203e8300, /* psdm.queue_full .. psdm.prm_fifo_full (32 regs) */ 644 0x1a3e8340, /* psdm.int_cmpl_pend_empty .. psdm.prm_fifo_empty (26 regs) */ 645 0x053e838a, /* psdm.dbg_select .. psdm.dbg_force_frame (5 regs) */ 646 0x252a0000, /* block tsem */ 647 0x025c0010, /* tsem.INT_STS_0 .. tsem.INT_MASK_0 (2 regs) */ 648 0x025c0014, /* tsem.INT_STS_1 .. tsem.INT_MASK_1 (2 regs) */ 649 0x035c0110, /* tsem.pf_err_vector .. tsem.exception_int (3 regs) */ 650 0x025c0116, /* tsem.allow_lp_sleep_thrd .. tsem.eco_reserved (2 regs) */ 651 0x025c01a0, /* tsem.foc_credit (2 regs) */ 652 0x015c02c0, /* tsem.num_of_threads (1 regs) */ 653 0x025c0400, /* tsem.dbg_alm_full .. tsem.passive_alm_full (2 regs) */ 654 0x015c0403, /* tsem.sync_ram_wr_alm_full (1 regs) */ 655 0x015c0441, /* tsem.ext_pas_empty (1 regs) */ 656 0x015c0448, /* tsem.fic_empty (1 regs) */ 657 0x055c0454, /* tsem.slow_ext_store_empty .. tsem.sync_dbg_empty (5 regs) */ 658 0x025c0480, /* tsem.ext_pas_full .. tsem.ext_store_if_full (2 regs) */ 659 0x015c0488, /* tsem.fic_full (1 regs) */ 660 0x015c0491, /* tsem.ram_if_full (1 regs) */ 661 0x065c0497, /* tsem.slow_ext_store_full .. tsem.sync_dbg_full (6 regs) */ 662 0x055c054a, /* tsem.dbg_select .. tsem.dbg_force_frame (5 regs) */ 663 0x015d0001, /* tsem.fast_memory.ram_ext_disable (1 regs) */ 664 0x025d0010, /* tsem.fast_memory.INT_STS .. tsem.fast_memory.INT_MASK (2 regs) */ 665 0x025d0120, /* tsem.fast_memory.gpre0 .. tsem.fast_memory.stall_mask (2 regs) */ 666 0x045d0128, /* tsem.fast_memory.storm_stack_size .. tsem.fast_memory.pram_prty_addr_high (4 regs) */ 667 0x025d012e, /* tsem.fast_memory.port_id_width .. tsem.fast_memory.port_id_offset (2 regs) */ 668 0x015d0131, /* tsem.fast_memory.state_machine (1 regs) */ 669 0x035d0133, /* tsem.fast_memory.iram_ecc_error_inj .. tsem.fast_memory.storm_pc (3 regs) */ 670 0x0e5d018a, /* tsem.fast_memory.rt_clk_enable .. tsem.fast_memory.cam_init_in_process (14 regs) */ 671 0x0d5d01d0, /* tsem.fast_memory.debug_active .. tsem.fast_memory.dbg_store_addr_value (13 regs) */ 672 0x045d0210, /* tsem.fast_memory.sync_dra_rd_alm_full .. tsem.fast_memory.dbg_alm_full (4 regs) */ 673 0x035d0250, /* tsem.fast_memory.full .. tsem.fast_memory.alm_full (3 regs) */ 674 0x015d0290, /* tsem.fast_memory.active_filter_enable (1 regs) */ 675 0x015d0292, /* tsem.fast_memory.stall_cycles_mask (1 regs) */ 676 0x015d02d3, /* tsem.fast_memory.vfc_status (1 regs) */ 677 0x045d0310, /* tsem.fast_memory.cam_bist_en .. tsem.fast_memory.cam_bist_status (4 regs) */ 678 0x0e5d2800, /* tsem.fast_memory.vfc_config.mask_lsb_0_low .. tsem.fast_memory.vfc_config.indications2 (14 regs) */ 679 0x055d280f, /* tsem.fast_memory.vfc_config.memories_rst .. tsem.fast_memory.vfc_config.interrupt_mask (5 regs) */ 680 0x055d2816, /* tsem.fast_memory.vfc_config.inp_fifo_tm .. tsem.fast_memory.vfc_config.vfc_cam_bist_status (5 regs) */ 681 0x065d281c, /* tsem.fast_memory.vfc_config.inp_fifo_alm_full .. tsem.fast_memory.vfc_config.cpu_mbist_memctrl_1_cntrl_cmd (6 regs) */ 682 0x125d2824, /* tsem.fast_memory.vfc_config.debug_data .. tsem.fast_memory.vfc_config.mask_lsb_7_high (18 regs) */ 683 0x0c5d283e, /* tsem.fast_memory.vfc_config.offset_alu_vector_0 .. tsem.fast_memory.vfc_config.cam_bist_skip_error_cnt (12 regs) */ 684 0x1f2b0000, /* block msem */ 685 0x02600010, /* msem.INT_STS_0 .. msem.INT_MASK_0 (2 regs) */ 686 0x02600014, /* msem.INT_STS_1 .. msem.INT_MASK_1 (2 regs) */ 687 0x03600110, /* msem.pf_err_vector .. msem.exception_int (3 regs) */ 688 0x02600116, /* msem.allow_lp_sleep_thrd .. msem.eco_reserved (2 regs) */ 689 0x066001a0, /* msem.foc_credit (6 regs) */ 690 0x016002c0, /* msem.num_of_threads (1 regs) */ 691 0x02600400, /* msem.dbg_alm_full .. msem.passive_alm_full (2 regs) */ 692 0x01600403, /* msem.sync_ram_wr_alm_full (1 regs) */ 693 0x01600441, /* msem.ext_pas_empty (1 regs) */ 694 0x01600448, /* msem.fic_empty (1 regs) */ 695 0x05600454, /* msem.slow_ext_store_empty .. msem.sync_dbg_empty (5 regs) */ 696 0x02600480, /* msem.ext_pas_full .. msem.ext_store_if_full (2 regs) */ 697 0x01600488, /* msem.fic_full (1 regs) */ 698 0x01600491, /* msem.ram_if_full (1 regs) */ 699 0x06600497, /* msem.slow_ext_store_full .. msem.sync_dbg_full (6 regs) */ 700 0x0560054a, /* msem.dbg_select .. msem.dbg_force_frame (5 regs) */ 701 0x01610001, /* msem.fast_memory.ram_ext_disable (1 regs) */ 702 0x02610010, /* msem.fast_memory.INT_STS .. msem.fast_memory.INT_MASK (2 regs) */ 703 0x02610120, /* msem.fast_memory.gpre0 .. msem.fast_memory.stall_mask (2 regs) */ 704 0x04610128, /* msem.fast_memory.storm_stack_size .. msem.fast_memory.pram_prty_addr_high (4 regs) */ 705 0x0261012e, /* msem.fast_memory.port_id_width .. msem.fast_memory.port_id_offset (2 regs) */ 706 0x01610131, /* msem.fast_memory.state_machine (1 regs) */ 707 0x03610133, /* msem.fast_memory.iram_ecc_error_inj .. msem.fast_memory.storm_pc (3 regs) */ 708 0x0e61018a, /* msem.fast_memory.rt_clk_enable .. msem.fast_memory.cam_init_in_process (14 regs) */ 709 0x0d6101d0, /* msem.fast_memory.debug_active .. msem.fast_memory.dbg_store_addr_value (13 regs) */ 710 0x04610210, /* msem.fast_memory.sync_dra_rd_alm_full .. msem.fast_memory.dbg_alm_full (4 regs) */ 711 0x03610250, /* msem.fast_memory.full .. msem.fast_memory.alm_full (3 regs) */ 712 0x01610290, /* msem.fast_memory.active_filter_enable (1 regs) */ 713 0x01610292, /* msem.fast_memory.stall_cycles_mask (1 regs) */ 714 0x016102d3, /* msem.fast_memory.vfc_status (1 regs) */ 715 0x04610310, /* msem.fast_memory.cam_bist_en .. msem.fast_memory.cam_bist_status (4 regs) */ 716 0x1f2c0000, /* block usem */ 717 0x02640010, /* usem.INT_STS_0 .. usem.INT_MASK_0 (2 regs) */ 718 0x02640014, /* usem.INT_STS_1 .. usem.INT_MASK_1 (2 regs) */ 719 0x03640110, /* usem.pf_err_vector .. usem.exception_int (3 regs) */ 720 0x02640116, /* usem.allow_lp_sleep_thrd .. usem.eco_reserved (2 regs) */ 721 0x056401a0, /* usem.foc_credit (5 regs) */ 722 0x016402c0, /* usem.num_of_threads (1 regs) */ 723 0x02640400, /* usem.dbg_alm_full .. usem.passive_alm_full (2 regs) */ 724 0x01640403, /* usem.sync_ram_wr_alm_full (1 regs) */ 725 0x01640441, /* usem.ext_pas_empty (1 regs) */ 726 0x01640448, /* usem.fic_empty (1 regs) */ 727 0x05640454, /* usem.slow_ext_store_empty .. usem.sync_dbg_empty (5 regs) */ 728 0x02640480, /* usem.ext_pas_full .. usem.ext_store_if_full (2 regs) */ 729 0x01640488, /* usem.fic_full (1 regs) */ 730 0x01640491, /* usem.ram_if_full (1 regs) */ 731 0x06640497, /* usem.slow_ext_store_full .. usem.sync_dbg_full (6 regs) */ 732 0x0564054a, /* usem.dbg_select .. usem.dbg_force_frame (5 regs) */ 733 0x01650001, /* usem.fast_memory.ram_ext_disable (1 regs) */ 734 0x02650010, /* usem.fast_memory.INT_STS .. usem.fast_memory.INT_MASK (2 regs) */ 735 0x02650120, /* usem.fast_memory.gpre0 .. usem.fast_memory.stall_mask (2 regs) */ 736 0x04650128, /* usem.fast_memory.storm_stack_size .. usem.fast_memory.pram_prty_addr_high (4 regs) */ 737 0x0265012e, /* usem.fast_memory.port_id_width .. usem.fast_memory.port_id_offset (2 regs) */ 738 0x01650131, /* usem.fast_memory.state_machine (1 regs) */ 739 0x03650133, /* usem.fast_memory.iram_ecc_error_inj .. usem.fast_memory.storm_pc (3 regs) */ 740 0x0e65018a, /* usem.fast_memory.rt_clk_enable .. usem.fast_memory.cam_init_in_process (14 regs) */ 741 0x0d6501d0, /* usem.fast_memory.debug_active .. usem.fast_memory.dbg_store_addr_value (13 regs) */ 742 0x04650210, /* usem.fast_memory.sync_dra_rd_alm_full .. usem.fast_memory.dbg_alm_full (4 regs) */ 743 0x03650250, /* usem.fast_memory.full .. usem.fast_memory.alm_full (3 regs) */ 744 0x01650290, /* usem.fast_memory.active_filter_enable (1 regs) */ 745 0x01650292, /* usem.fast_memory.stall_cycles_mask (1 regs) */ 746 0x016502d3, /* usem.fast_memory.vfc_status (1 regs) */ 747 0x04650310, /* usem.fast_memory.cam_bist_en .. usem.fast_memory.cam_bist_status (4 regs) */ 748 0x1d2d0000, /* block xsem */ 749 0x02500010, /* xsem.INT_STS_0 .. xsem.INT_MASK_0 (2 regs) */ 750 0x02500014, /* xsem.INT_STS_1 .. xsem.INT_MASK_1 (2 regs) */ 751 0x03500110, /* xsem.pf_err_vector .. xsem.exception_int (3 regs) */ 752 0x02500116, /* xsem.allow_lp_sleep_thrd .. xsem.eco_reserved (2 regs) */ 753 0x025001a0, /* xsem.foc_credit (2 regs) */ 754 0x015002c0, /* xsem.num_of_threads (1 regs) */ 755 0x02500400, /* xsem.dbg_alm_full .. xsem.passive_alm_full (2 regs) */ 756 0x01500403, /* xsem.sync_ram_wr_alm_full (1 regs) */ 757 0x01500441, /* xsem.ext_pas_empty (1 regs) */ 758 0x05500454, /* xsem.slow_ext_store_empty .. xsem.sync_dbg_empty (5 regs) */ 759 0x02500480, /* xsem.ext_pas_full .. xsem.ext_store_if_full (2 regs) */ 760 0x01500491, /* xsem.ram_if_full (1 regs) */ 761 0x06500497, /* xsem.slow_ext_store_full .. xsem.sync_dbg_full (6 regs) */ 762 0x0550054a, /* xsem.dbg_select .. xsem.dbg_force_frame (5 regs) */ 763 0x01510001, /* xsem.fast_memory.ram_ext_disable (1 regs) */ 764 0x02510010, /* xsem.fast_memory.INT_STS .. xsem.fast_memory.INT_MASK (2 regs) */ 765 0x02510120, /* xsem.fast_memory.gpre0 .. xsem.fast_memory.stall_mask (2 regs) */ 766 0x04510128, /* xsem.fast_memory.storm_stack_size .. xsem.fast_memory.pram_prty_addr_high (4 regs) */ 767 0x0251012e, /* xsem.fast_memory.port_id_width .. xsem.fast_memory.port_id_offset (2 regs) */ 768 0x01510131, /* xsem.fast_memory.state_machine (1 regs) */ 769 0x03510133, /* xsem.fast_memory.iram_ecc_error_inj .. xsem.fast_memory.storm_pc (3 regs) */ 770 0x0e51018a, /* xsem.fast_memory.rt_clk_enable .. xsem.fast_memory.cam_init_in_process (14 regs) */ 771 0x0d5101d0, /* xsem.fast_memory.debug_active .. xsem.fast_memory.dbg_store_addr_value (13 regs) */ 772 0x04510210, /* xsem.fast_memory.sync_dra_rd_alm_full .. xsem.fast_memory.dbg_alm_full (4 regs) */ 773 0x03510250, /* xsem.fast_memory.full .. xsem.fast_memory.alm_full (3 regs) */ 774 0x01510290, /* xsem.fast_memory.active_filter_enable (1 regs) */ 775 0x01510292, /* xsem.fast_memory.stall_cycles_mask (1 regs) */ 776 0x015102d3, /* xsem.fast_memory.vfc_status (1 regs) */ 777 0x04510310, /* xsem.fast_memory.cam_bist_en .. xsem.fast_memory.cam_bist_status (4 regs) */ 778 0x1d2e0000, /* block ysem */ 779 0x02540010, /* ysem.INT_STS_0 .. ysem.INT_MASK_0 (2 regs) */ 780 0x02540014, /* ysem.INT_STS_1 .. ysem.INT_MASK_1 (2 regs) */ 781 0x03540110, /* ysem.pf_err_vector .. ysem.exception_int (3 regs) */ 782 0x02540116, /* ysem.allow_lp_sleep_thrd .. ysem.eco_reserved (2 regs) */ 783 0x065401a0, /* ysem.foc_credit (6 regs) */ 784 0x015402c0, /* ysem.num_of_threads (1 regs) */ 785 0x02540400, /* ysem.dbg_alm_full .. ysem.passive_alm_full (2 regs) */ 786 0x01540403, /* ysem.sync_ram_wr_alm_full (1 regs) */ 787 0x01540441, /* ysem.ext_pas_empty (1 regs) */ 788 0x05540454, /* ysem.slow_ext_store_empty .. ysem.sync_dbg_empty (5 regs) */ 789 0x02540480, /* ysem.ext_pas_full .. ysem.ext_store_if_full (2 regs) */ 790 0x01540491, /* ysem.ram_if_full (1 regs) */ 791 0x06540497, /* ysem.slow_ext_store_full .. ysem.sync_dbg_full (6 regs) */ 792 0x0554054a, /* ysem.dbg_select .. ysem.dbg_force_frame (5 regs) */ 793 0x01550001, /* ysem.fast_memory.ram_ext_disable (1 regs) */ 794 0x02550010, /* ysem.fast_memory.INT_STS .. ysem.fast_memory.INT_MASK (2 regs) */ 795 0x02550120, /* ysem.fast_memory.gpre0 .. ysem.fast_memory.stall_mask (2 regs) */ 796 0x04550128, /* ysem.fast_memory.storm_stack_size .. ysem.fast_memory.pram_prty_addr_high (4 regs) */ 797 0x0255012e, /* ysem.fast_memory.port_id_width .. ysem.fast_memory.port_id_offset (2 regs) */ 798 0x01550131, /* ysem.fast_memory.state_machine (1 regs) */ 799 0x03550133, /* ysem.fast_memory.iram_ecc_error_inj .. ysem.fast_memory.storm_pc (3 regs) */ 800 0x0e55018a, /* ysem.fast_memory.rt_clk_enable .. ysem.fast_memory.cam_init_in_process (14 regs) */ 801 0x0d5501d0, /* ysem.fast_memory.debug_active .. ysem.fast_memory.dbg_store_addr_value (13 regs) */ 802 0x04550210, /* ysem.fast_memory.sync_dra_rd_alm_full .. ysem.fast_memory.dbg_alm_full (4 regs) */ 803 0x03550250, /* ysem.fast_memory.full .. ysem.fast_memory.alm_full (3 regs) */ 804 0x01550290, /* ysem.fast_memory.active_filter_enable (1 regs) */ 805 0x01550292, /* ysem.fast_memory.stall_cycles_mask (1 regs) */ 806 0x015502d3, /* ysem.fast_memory.vfc_status (1 regs) */ 807 0x04550310, /* ysem.fast_memory.cam_bist_en .. ysem.fast_memory.cam_bist_status (4 regs) */ 808 0x1f2f0000, /* block psem */ 809 0x02580010, /* psem.INT_STS_0 .. psem.INT_MASK_0 (2 regs) */ 810 0x02580014, /* psem.INT_STS_1 .. psem.INT_MASK_1 (2 regs) */ 811 0x03580110, /* psem.pf_err_vector .. psem.exception_int (3 regs) */ 812 0x02580116, /* psem.allow_lp_sleep_thrd .. psem.eco_reserved (2 regs) */ 813 0x025801a0, /* psem.foc_credit (2 regs) */ 814 0x015802c0, /* psem.num_of_threads (1 regs) */ 815 0x02580400, /* psem.dbg_alm_full .. psem.passive_alm_full (2 regs) */ 816 0x01580403, /* psem.sync_ram_wr_alm_full (1 regs) */ 817 0x01580441, /* psem.ext_pas_empty (1 regs) */ 818 0x01580448, /* psem.fic_empty (1 regs) */ 819 0x05580454, /* psem.slow_ext_store_empty .. psem.sync_dbg_empty (5 regs) */ 820 0x02580480, /* psem.ext_pas_full .. psem.ext_store_if_full (2 regs) */ 821 0x01580488, /* psem.fic_full (1 regs) */ 822 0x01580491, /* psem.ram_if_full (1 regs) */ 823 0x06580497, /* psem.slow_ext_store_full .. psem.sync_dbg_full (6 regs) */ 824 0x0558054a, /* psem.dbg_select .. psem.dbg_force_frame (5 regs) */ 825 0x01590001, /* psem.fast_memory.ram_ext_disable (1 regs) */ 826 0x02590010, /* psem.fast_memory.INT_STS .. psem.fast_memory.INT_MASK (2 regs) */ 827 0x02590120, /* psem.fast_memory.gpre0 .. psem.fast_memory.stall_mask (2 regs) */ 828 0x04590128, /* psem.fast_memory.storm_stack_size .. psem.fast_memory.pram_prty_addr_high (4 regs) */ 829 0x0259012e, /* psem.fast_memory.port_id_width .. psem.fast_memory.port_id_offset (2 regs) */ 830 0x01590131, /* psem.fast_memory.state_machine (1 regs) */ 831 0x03590133, /* psem.fast_memory.iram_ecc_error_inj .. psem.fast_memory.storm_pc (3 regs) */ 832 0x0e59018a, /* psem.fast_memory.rt_clk_enable .. psem.fast_memory.cam_init_in_process (14 regs) */ 833 0x0d5901d0, /* psem.fast_memory.debug_active .. psem.fast_memory.dbg_store_addr_value (13 regs) */ 834 0x04590210, /* psem.fast_memory.sync_dra_rd_alm_full .. psem.fast_memory.dbg_alm_full (4 regs) */ 835 0x03590250, /* psem.fast_memory.full .. psem.fast_memory.alm_full (3 regs) */ 836 0x01590290, /* psem.fast_memory.active_filter_enable (1 regs) */ 837 0x01590292, /* psem.fast_memory.stall_cycles_mask (1 regs) */ 838 0x015902d3, /* psem.fast_memory.vfc_status (1 regs) */ 839 0x04590310, /* psem.fast_memory.cam_bist_en .. psem.fast_memory.cam_bist_status (4 regs) */ 840 0x05300000, /* block rss */ 841 0x0308e201, /* rss.rss_init_en .. rss.if_enable (3 regs) */ 842 0x0208e260, /* rss.INT_STS .. rss.INT_MASK (2 regs) */ 843 0x0208e300, /* rss.key_rss_ext5 .. rss.tmld_credit (2 regs) */ 844 0x0108e30d, /* rss.rbc_status (1 regs) */ 845 0x0608e312, /* rss.eco_reserved .. rss.dbg_force_frame (6 regs) */ 846 0x05310000, /* block tmld */ 847 0x2f134000, /* tmld.scbd_strict_prio .. tmld.cm_hdr_127_96 (47 regs) */ 848 0x05134030, /* tmld.stat_fic_msg .. tmld.len_err_log_2 (5 regs) */ 849 0x01134036, /* tmld.len_err_log_v (1 regs) */ 850 0x02134060, /* tmld.INT_STS .. tmld.INT_MASK (2 regs) */ 851 0x05134580, /* tmld.dbg_select .. tmld.dbg_force_frame (5 regs) */ 852 0x05320000, /* block muld */ 853 0x38138000, /* muld.scbd_strict_prio .. muld.cm_hdr_127_96 (56 regs) */ 854 0x05138039, /* muld.stat_fic_msg .. muld.len_err_log_2 (5 regs) */ 855 0x0113803f, /* muld.len_err_log_v (1 regs) */ 856 0x02138060, /* muld.INT_STS .. muld.INT_MASK (2 regs) */ 857 0x05138580, /* muld.dbg_select .. muld.dbg_force_frame (5 regs) */ 858 0x06340000, /* block xyld */ 859 0x31130000, /* xyld.scbd_strict_prio .. xyld.cm_hdr_127_96 (49 regs) */ 860 0x04130032, /* xyld.seg_msg_log .. xyld.seg_msg_log_len_arr_95_64 (4 regs) */ 861 0x06130037, /* xyld.seg_msg_log_v .. xyld.len_err_log_2 (6 regs) */ 862 0x0113003e, /* xyld.len_err_log_v (1 regs) */ 863 0x02130060, /* xyld.INT_STS .. xyld.INT_MASK (2 regs) */ 864 0x05130580, /* xyld.dbg_select .. xyld.dbg_force_frame (5 regs) */ 865 0x06370000, /* block prm */ 866 0x0608c000, /* prm.disable_prm .. prm.disable_outputs (6 regs) */ 867 0x0208c010, /* prm.INT_STS .. prm.INT_MASK (2 regs) */ 868 0x0508c108, /* prm.pad_data .. prm.init_credit_rdif_pth (5 regs) */ 869 0x0508c140, /* prm.rpb_db_full_thr .. prm.pxp_resp_full_thr (5 regs) */ 870 0x0208c180, /* prm.num_of_mstorm_cmd .. prm.num_of_ustorm_cmd (2 regs) */ 871 0x0508c1aa, /* prm.dbg_select .. prm.dbg_force_frame (5 regs) */ 872 0x05380000, /* block pbf_pb1 */ 873 0x02368010, /* pbf_pb1.INT_STS .. pbf_pb1.INT_MASK (2 regs) */ 874 0x0d368100, /* pbf_pb1.control .. pbf_pb1.crc_mask_3_3 (13 regs) */ 875 0x09368140, /* pbf_pb1.db_empty .. pbf_pb1.tq_th_empty (9 regs) */ 876 0x06368180, /* pbf_pb1.errored_crc .. pbf_pb1.eco_reserved (6 regs) */ 877 0x053681ca, /* pbf_pb1.dbg_select .. pbf_pb1.dbg_force_frame (5 regs) */ 878 0x05390000, /* block pbf_pb2 */ 879 0x02369010, /* pbf_pb2.INT_STS .. pbf_pb2.INT_MASK (2 regs) */ 880 0x0d369100, /* pbf_pb2.control .. pbf_pb2.crc_mask_3_3 (13 regs) */ 881 0x09369140, /* pbf_pb2.db_empty .. pbf_pb2.tq_th_empty (9 regs) */ 882 0x06369180, /* pbf_pb2.errored_crc .. pbf_pb2.eco_reserved (6 regs) */ 883 0x053691ca, /* pbf_pb2.dbg_select .. pbf_pb2.dbg_force_frame (5 regs) */ 884 0x053a0000, /* block rpb */ 885 0x0208f010, /* rpb.INT_STS .. rpb.INT_MASK (2 regs) */ 886 0x0d08f100, /* rpb.control .. rpb.crc_mask_3_3 (13 regs) */ 887 0x0908f140, /* rpb.db_empty .. rpb.tq_th_empty (9 regs) */ 888 0x0608f180, /* rpb.errored_crc .. rpb.eco_reserved (6 regs) */ 889 0x0508f1ca, /* rpb.dbg_select .. rpb.dbg_force_frame (5 regs) */ 890 0x173b0000, /* block btb */ 891 0x0336c001, /* btb.hw_init_en .. btb.start_en (3 regs) */ 892 0x0236c030, /* btb.INT_STS_0 .. btb.INT_MASK_0 (2 regs) */ 893 0x0236c036, /* btb.INT_STS_1 .. btb.INT_MASK_1 (2 regs) */ 894 0x0236c03c, /* btb.INT_STS_2 .. btb.INT_MASK_2 (2 regs) */ 895 0x0236c042, /* btb.INT_STS_3 .. btb.INT_MASK_3 (2 regs) */ 896 0x0236c048, /* btb.INT_STS_4 .. btb.INT_MASK_4 (2 regs) */ 897 0x0236c04e, /* btb.INT_STS_5 .. btb.INT_MASK_5 (2 regs) */ 898 0x0236c054, /* btb.INT_STS_6 .. btb.INT_MASK_6 (2 regs) */ 899 0x0236c061, /* btb.INT_STS_8 .. btb.INT_MASK_8 (2 regs) */ 900 0x0236c067, /* btb.INT_STS_9 .. btb.INT_MASK_9 (2 regs) */ 901 0x0236c06d, /* btb.INT_STS_10 .. btb.INT_MASK_10 (2 regs) */ 902 0x0236c073, /* btb.INT_STS_11 .. btb.INT_MASK_11 (2 regs) */ 903 0x0236c200, /* btb.big_ram_address .. btb.header_size (2 regs) */ 904 0x0536c210, /* btb.max_releases .. btb.rc_pkt_priority (5 regs) */ 905 0x1436c223, /* btb.rc_sop_priority .. btb.dbg_force_frame (20 regs) */ 906 0x0636c242, /* btb.inp_if_enable .. btb.wc_empty_0 (6 regs) */ 907 0x0136c257, /* btb.wc_full_0 (1 regs) */ 908 0x0636c267, /* btb.wc_bandwidth_if_full .. btb.rc_pkt_empty_3 (6 regs) */ 909 0x0436c278, /* btb.rc_pkt_full_0 .. btb.rc_pkt_full_3 (4 regs) */ 910 0x0436c287, /* btb.rc_pkt_status_0 .. btb.rc_pkt_status_3 (4 regs) */ 911 0x0936c296, /* btb.rc_sop_empty .. btb.wc_sync_fifo_push_status_0 (9 regs) */ 912 0x0236c2ad, /* btb.rls_sync_fifo_push_status .. btb.rc_pkt_state (2 regs) */ 913 0x0136c2b2, /* btb.clocks_ratio (1 regs) */ 914 0x293c0000, /* block pbf */ 915 0x01360000, /* pbf.init (1 regs) */ 916 0x01360010, /* pbf.if_enable_reg (1 regs) */ 917 0x05360018, /* pbf.dbg_select .. pbf.dbg_force_frame (5 regs) */ 918 0x0336002a, /* pbf.fc_dbg_select .. pbf.fc_dbg_shift (3 regs) */ 919 0x08b60030, /* pbf.fc_dbg_out_data (8 regs, WB) */ 920 0x04360038, /* pbf.fc_dbg_force_valid .. pbf.fc_dbg_out_frame (4 regs) */ 921 0x01360043, /* pbf.memctrl_status (1 regs) */ 922 0x02360060, /* pbf.INT_STS .. pbf.INT_MASK (2 regs) */ 923 0x06360100, /* pbf.pxp_req_if_init_crd .. pbf.tm_if_init_crd (6 regs) */ 924 0x05360107, /* pbf.tcm_if_init_crd .. pbf.ycm_if_init_crd (5 regs) */ 925 0x08360110, /* pbf.pb1_db_almost_full_thrsh .. pbf.mrku_almost_full_thrsh (8 regs) */ 926 0x0c360120, /* pbf.tag_ethertype_0 .. pbf.tag_len_5 (12 regs) */ 927 0x0836013e, /* pbf.llc_type_threshold .. pbf.gre_protocol (8 regs) */ 928 0x01360148, /* pbf.nge_eth_type (1 regs) */ 929 0x01360161, /* pbf.regular_inband_tag_order (1 regs) */ 930 0x07360163, /* pbf.dst_mac_global_0 .. pbf.udp_dst_port_cfg_2 (7 regs) */ 931 0x02360175, /* pbf.l2_edpm_thrsh .. pbf.cpmu_thrsh (2 regs) */ 932 0x0e360180, /* pbf.ip_id_mask_0 .. pbf.tcm_snd_nxt_reg_offset (14 regs) */ 933 0x02360190, /* pbf.pci_vq_id .. pbf.drop_pkt_upon_err (2 regs) */ 934 0x07360196, /* pbf.per_voq_stat_mask .. pbf.num_pkts_sent_with_drop_to_btb (7 regs) */ 935 0x0c3601a8, /* pbf.ycmd_qs_num_lines_voq0 .. pbf.num_blocks_allocated_cons_voq0 (12 regs) */ 936 0x0c3601b8, /* pbf.ycmd_qs_num_lines_voq1 .. pbf.num_blocks_allocated_cons_voq1 (12 regs) */ 937 0x0c3601c8, /* pbf.ycmd_qs_num_lines_voq2 .. pbf.num_blocks_allocated_cons_voq2 (12 regs) */ 938 0x0c3601d8, /* pbf.ycmd_qs_num_lines_voq3 .. pbf.num_blocks_allocated_cons_voq3 (12 regs) */ 939 0x0c3601e8, /* pbf.ycmd_qs_num_lines_voq4 .. pbf.num_blocks_allocated_cons_voq4 (12 regs) */ 940 0x0c3601f8, /* pbf.ycmd_qs_num_lines_voq5 .. pbf.num_blocks_allocated_cons_voq5 (12 regs) */ 941 0x0c360208, /* pbf.ycmd_qs_num_lines_voq6 .. pbf.num_blocks_allocated_cons_voq6 (12 regs) */ 942 0x0c360218, /* pbf.ycmd_qs_num_lines_voq7 .. pbf.num_blocks_allocated_cons_voq7 (12 regs) */ 943 0x0c360228, /* pbf.ycmd_qs_num_lines_voq8 .. pbf.num_blocks_allocated_cons_voq8 (12 regs) */ 944 0x0c360238, /* pbf.ycmd_qs_num_lines_voq9 .. pbf.num_blocks_allocated_cons_voq9 (12 regs) */ 945 0x0c360248, /* pbf.ycmd_qs_num_lines_voq10 .. pbf.num_blocks_allocated_cons_voq10 (12 regs) */ 946 0x0c360258, /* pbf.ycmd_qs_num_lines_voq11 .. pbf.num_blocks_allocated_cons_voq11 (12 regs) */ 947 0x0c360268, /* pbf.ycmd_qs_num_lines_voq12 .. pbf.num_blocks_allocated_cons_voq12 (12 regs) */ 948 0x0c360278, /* pbf.ycmd_qs_num_lines_voq13 .. pbf.num_blocks_allocated_cons_voq13 (12 regs) */ 949 0x0c360288, /* pbf.ycmd_qs_num_lines_voq14 .. pbf.num_blocks_allocated_cons_voq14 (12 regs) */ 950 0x0c360298, /* pbf.ycmd_qs_num_lines_voq15 .. pbf.num_blocks_allocated_cons_voq15 (12 regs) */ 951 0x0c3602a8, /* pbf.ycmd_qs_num_lines_voq16 .. pbf.num_blocks_allocated_cons_voq16 (12 regs) */ 952 0x0c3602b8, /* pbf.ycmd_qs_num_lines_voq17 .. pbf.num_blocks_allocated_cons_voq17 (12 regs) */ 953 0x0c3602c8, /* pbf.ycmd_qs_num_lines_voq18 .. pbf.num_blocks_allocated_cons_voq18 (12 regs) */ 954 0x0c3602d8, /* pbf.ycmd_qs_num_lines_voq19 .. pbf.num_blocks_allocated_cons_voq19 (12 regs) */ 955 0x013603a8, /* pbf.eco_reserved (1 regs) */ 956 0x053d0000, /* block rdif */ 957 0x040c0010, /* rdif.stop_on_error .. rdif.min_eob2wf_l1_rd_del (4 regs) */ 958 0x010c0015, /* rdif.dirty_l1 (1 regs) */ 959 0x1c0c001c, /* rdif.debug_command_fifo_empty .. rdif.stat_num_err_interval_0 (28 regs) */ 960 0x020c0060, /* rdif.INT_STS .. rdif.INT_MASK (2 regs) */ 961 0x050c0140, /* rdif.dbg_select .. rdif.dbg_force_frame (5 regs) */ 962 0x043e0000, /* block tdif */ 963 0x060c4010, /* tdif.stop_on_error .. tdif.dirty_l1 (6 regs) */ 964 0x200c401c, /* tdif.debug_command_fifo_empty .. tdif.stat_num_err_interval_3 (32 regs) */ 965 0x020c4060, /* tdif.INT_STS .. tdif.INT_MASK (2 regs) */ 966 0x050c4140, /* tdif.dbg_select .. tdif.dbg_force_frame (5 regs) */ 967 0x0a3f0000, /* block cdu */ 968 0x01160010, /* cdu.control0 (1 regs) */ 969 0x01160070, /* cdu.INT_STS (1 regs) */ 970 0x01160073, /* cdu.INT_MASK (1 regs) */ 971 0x04160100, /* cdu.ccfc_ctx_valid0 .. cdu.tcfc_ctx_valid1 (4 regs) */ 972 0x02160140, /* cdu.ldbuf_af_thresh .. cdu.wbbuf_af_thresh (2 regs) */ 973 0x04160180, /* cdu.ccfc_pxp .. cdu.wb_vqid (4 regs) */ 974 0x061601c0, /* cdu.debug .. cdu.dbg_force_frame (6 regs) */ 975 0x011601d2, /* cdu.eco_reserved (1 regs) */ 976 0x06160200, /* cdu.ccfc_cvld_error_data .. cdu.tcfc_wb_l1_num_error_data (6 regs) */ 977 0x03160240, /* cdu.cid_addr_params .. cdu.segment1_params (3 regs) */ 978 0x10400000, /* block ccfc */ 979 0x050b8000, /* ccfc.init_reg .. ccfc.tidram_init_done (5 regs) */ 980 0x020b8060, /* ccfc.INT_STS_0 .. ccfc.INT_MASK_0 (2 regs) */ 981 0x0c0b8100, /* ccfc.lc_blocked .. ccfc.cdu_write_backs (12 regs) */ 982 0x050b8140, /* ccfc.dbg_select .. ccfc.dbg_force_frame (5 regs) */ 983 0x090b8152, /* ccfc.eco_reserved .. ccfc.arbiters_reg (9 regs) */ 984 0x060b8170, /* ccfc.debug0 .. ccfc.cdu_pcie_err_mask (6 regs) */ 985 0x020b8177, /* ccfc.sreq_full_sticky .. ccfc.prsresp_full_sticky (2 regs) */ 986 0x0b0b8180, /* ccfc.num_lcids_empty .. ccfc.max_inside (11 regs) */ 987 0x020b81c4, /* ccfc.LoadRetry_Types .. ccfc.MiniCache_Control (2 regs) */ 988 0x010b81c7, /* ccfc.control0 (1 regs) */ 989 0x040b81e0, /* ccfc.prsresp_credit .. ccfc.cduwb_credit (4 regs) */ 990 0x040b8200, /* ccfc.ll_policy_cfg .. ccfc.empty_size (4 regs) */ 991 0x1f0b8240, /* ccfc.lc_client_0_lcid_threshold .. ccfc.wave_sm_2_one_count (31 regs) */ 992 0x120b8280, /* ccfc.cache_string_type .. ccfc.include_vlan_in_hash (18 regs) */ 993 0x080b82c0, /* ccfc.cid_cam_bist_en .. ccfc.string_cam_bist_status (8 regs) */ 994 0x020bb400, /* ccfc.vpf1_lstate_sel .. ccfc.vpf2_lstate_sel (2 regs) */ 995 0x10410000, /* block tcfc */ 996 0x050b4000, /* tcfc.init_reg .. tcfc.tidram_init_done (5 regs) */ 997 0x020b4060, /* tcfc.INT_STS_0 .. tcfc.INT_MASK_0 (2 regs) */ 998 0x0c0b4100, /* tcfc.lc_blocked .. tcfc.cdu_write_backs (12 regs) */ 999 0x050b4140, /* tcfc.dbg_select .. tcfc.dbg_force_frame (5 regs) */ 1000 0x090b4152, /* tcfc.eco_reserved .. tcfc.arbiters_reg (9 regs) */ 1001 0x060b4170, /* tcfc.debug0 .. tcfc.cdu_pcie_err_mask (6 regs) */ 1002 0x020b4177, /* tcfc.sreq_full_sticky .. tcfc.prsresp_full_sticky (2 regs) */ 1003 0x0b0b4180, /* tcfc.num_lcids_empty .. tcfc.max_inside (11 regs) */ 1004 0x020b41c4, /* tcfc.LoadRetry_Types .. tcfc.MiniCache_Control (2 regs) */ 1005 0x010b41c7, /* tcfc.control0 (1 regs) */ 1006 0x040b41e0, /* tcfc.prsresp_credit .. tcfc.cduwb_credit (4 regs) */ 1007 0x040b4200, /* tcfc.ll_policy_cfg .. tcfc.empty_size (4 regs) */ 1008 0x1f0b4240, /* tcfc.lc_client_0_lcid_threshold .. tcfc.wave_sm_2_one_count (31 regs) */ 1009 0x120b4280, /* tcfc.cache_string_type .. tcfc.include_vlan_in_hash (18 regs) */ 1010 0x080b42c0, /* tcfc.cid_cam_bist_en .. tcfc.string_cam_bist_status (8 regs) */ 1011 0x020b7400, /* tcfc.vpf1_lstate_sel .. tcfc.vpf2_lstate_sel (2 regs) */ 1012 0x0e420000, /* block igu */ 1013 0x01060000, /* igu.reset_memories (1 regs) */ 1014 0x01060010, /* igu.block_configuration (1 regs) */ 1015 0x01060014, /* igu.pxp_requester_initial_credit (1 regs) */ 1016 0x02060060, /* igu.INT_STS .. igu.INT_MASK (2 regs) */ 1017 0x08060103, /* igu.pxp_request_counter .. igu.cons_upd_counter (8 regs) */ 1018 0x01060202, /* igu.message_fields (1 regs) */ 1019 0x01060213, /* igu.statistic_en (1 regs) */ 1020 0x03060218, /* igu.cam_parity_scrubbing .. igu.eco_reserved (3 regs) */ 1021 0x10060300, /* igu.vf_with_more_16sb_0 .. igu.vf_with_more_16sb_15 (16 regs) */ 1022 0x03060480, /* igu.global_rate_limiter_vari0 .. igu.global_rate_tick_rate_counter (3 regs) */ 1023 0x01060485, /* igu.clk25_counter_sensitivity (1 regs) */ 1024 0x06060487, /* igu.group_rl_en_0 .. igu.group_rl_pending_1 (6 regs) */ 1025 0x08060540, /* igu.attention_signal_p0_status .. igu.Interrupt_status (8 regs) */ 1026 0x1706054c, /* igu.error_handling_data_valid .. igu.dbg_force_frame (23 regs) */ 1027 0x10430000, /* block cau */ 1028 0x01070035, /* cau.INT_STS (1 regs) */ 1029 0x01070038, /* cau.INT_MASK (1 regs) */ 1030 0x05070100, /* cau.num_pi_per_sb .. cau.reset_memories (5 regs) */ 1031 0x02070140, /* cau.in_arb_priority .. cau.in_arb_timeout (2 regs) */ 1032 0x05070180, /* cau.cqe_size .. cau.agg_release_timer (5 regs) */ 1033 0x040701c0, /* cau.tick_size .. cau.stop_scan (4 regs) */ 1034 0x02070220, /* cau.wdata_fifo_afull_thr .. cau.cqe_fifo_afull_thr (2 regs) */ 1035 0x02070260, /* cau.igu_req_credit_status .. cau.igu_cmd_credit_status (2 regs) */ 1036 0x060702a0, /* cau.stat_ctrl_sb_select .. cau.stat_ctrl_timer_cmd_type (6 regs) */ 1037 0x110702e0, /* cau.stat_counter_sb_gen .. cau.stat_counter_cqe_partial_cache (17 regs) */ 1038 0x06070320, /* cau.debug_fifo_status .. cau.error_cleanup_cmd_reg (6 regs) */ 1039 0x05070327, /* cau.agg_units_0to15_state .. cau.eco_reserved (5 regs) */ 1040 0x05070360, /* cau.debug_record_mask_min_sb .. cau.debug_record_mask_cmd_type (5 regs) */ 1041 0x03070380, /* cau.req_counter .. cau.wdone_counter (3 regs) */ 1042 0x050703aa, /* cau.dbg_select .. cau.dbg_force_frame (5 regs) */ 1043 0x050703c0, /* cau.main_fsm_status .. cau.igu_cqe_agg_fsm_status (5 regs) */ 1044 0x0b4a0000, /* block dbg */ 1045 0x01004001, /* dbg.client_enable (1 regs) */ 1046 0x01004003, /* dbg.output_enable (1 regs) */ 1047 0x14004005, /* dbg.calendar_slot0 .. dbg.full_mode (20 regs) */ 1048 0x02004060, /* dbg.INT_STS .. dbg.INT_MASK (2 regs) */ 1049 0x02004100, /* dbg.intr_buffer_rd_ptr .. dbg.intr_buffer_wr_ptr (2 regs) */ 1050 0x04804102, /* dbg.ext_buffer_rd_ptr .. dbg.ext_buffer_wr_ptr (4 regs, WB) */ 1051 0x13004106, /* dbg.wrap_on_int_buffer .. dbg.pci_logic_addr (19 regs) */ 1052 0xff004150, /* dbg.pattern_recognition_disable .. dbg.trigger_state_set_cnstr_cyclic_15 (255 regs) */ 1053 0x6100424f, /* dbg.trigger_state_set_cnstr_cyclic_16 .. dbg.dbg_driver_trigger (97 regs) */ 1054 0x210042c4, /* dbg.hw_id_num .. dbg.filter_status_match_cnstr (33 regs) */ 1055 0x020042e8, /* dbg.memctrl_status .. dbg.num_of_empty_lines_in_int_buffer (2 regs) */ 1056 0x264b0000, /* block nig */ 1057 0x02140010, /* nig.INT_STS_0 .. nig.INT_MASK_0 (2 regs) */ 1058 0x02140014, /* nig.INT_STS_1 .. nig.INT_MASK_1 (2 regs) */ 1059 0x02140018, /* nig.INT_STS_2 .. nig.INT_MASK_2 (2 regs) */ 1060 0x0214001c, /* nig.INT_STS_3 .. nig.INT_MASK_3 (2 regs) */ 1061 0x02140020, /* nig.INT_STS_4 .. nig.INT_MASK_4 (2 regs) */ 1062 0x02140024, /* nig.INT_STS_5 .. nig.INT_MASK_5 (2 regs) */ 1063 0x12140200, /* nig.close_gate_disable .. nig.tx_lb_drop_fwderr (18 regs) */ 1064 0x04140301, /* nig.lb_sopq_empty .. nig.tx_sopq_full (4 regs) */ 1065 0x04140380, /* nig.dorq_in_en .. nig.ppp_out_en (4 regs) */ 1066 0x01140401, /* nig.initial_header_size (1 regs) */ 1067 0x01140403, /* nig.llh_arp_type (1 regs) */ 1068 0x0214041b, /* nig.roce_type .. nig.gre_eth_type (2 regs) */ 1069 0x01140421, /* nig.gre_protocol (1 regs) */ 1070 0x0114044e, /* nig.rx_llh_svol_mcp_fwd_allpf (1 regs) */ 1071 0x01140454, /* nig.rx_llh_svol_brb_dntfwd_allpf (1 regs) */ 1072 0x0114047c, /* nig.rx_llh_brb_gate_dntfwd_clsfailed (1 regs) */ 1073 0x01140598, /* nig.lb_llh_brb_gate_dntfwd_clsfailed (1 regs) */ 1074 0x041406e0, /* nig.llh_eng_cls_type .. nig.llh_eng_cls_crc8_init_val (4 regs) */ 1075 0x029406e4, /* nig.llh_eng_cls_eng_id_tbl (2 regs, WB) */ 1076 0x011406e6, /* nig.llh_eng_cls_roce_qp_sel (1 regs) */ 1077 0x04140715, /* nig.ppp_address .. nig.ppp_trig (4 regs) */ 1078 0x0114074a, /* nig.stat_rx_storm_packet_sent (1 regs) */ 1079 0x0114082b, /* nig.bmb_fifo_alm_full_thr (1 regs) */ 1080 0x05140830, /* nig.dorq_fifo_alm_full_thr .. nig.debug_port (5 regs) */ 1081 0x04140836, /* nig.debug_pkt_wait_size .. nig.debug_fifo_full (4 regs) */ 1082 0x10140871, /* nig.rx_fc_dbg_select_pllh .. nig.eco_reserved (16 regs) */ 1083 0x02142216, /* nig.pm_timer_select .. nig.ts_for_semi_select (2 regs) */ 1084 0x0214221c, /* nig.ts_output_enable_pda .. nig.ts_output_enable_hv (2 regs) */ 1085 0x0214222a, /* nig.tsgen_free_cnt_value_lsb .. nig.tsgen_free_cnt_value_msb (2 regs) */ 1086 0x0214222e, /* nig.tsgen_freecnt_lsb .. nig.tsgen_freecnt_msb (2 regs) */ 1087 0x02142234, /* nig.tsgen_pps_high_time .. nig.tsgen_pps_low_time (2 regs) */ 1088 0x03142238, /* nig.tsgen_tsio_oeb .. nig.edpm_fifo_full_thresh (3 regs) */ 1089 0x011422c3, /* nig.rroce_port (1 regs) */ 1090 0x011422cd, /* nig.nge_eth_type (1 regs) */ 1091 0x021422d0, /* nig.bth_hdr_flow_ctrl_opcode_1 .. nig.bth_hdr_flow_ctrl_opcode_2 (2 regs) */ 1092 0x011422d7, /* nig.dbgmux_ovflw_ind_en (1 regs) */ 1093 0x011422df, /* nig.tx_parity_error_timer (1 regs) */ 1094 0x021422e3, /* nig.tx_inhibit_bmb_arb_en .. nig.lb_inhibit_bmb_arb_en (2 regs) */ 1095 0x02050007, /* mode bb, block cnig */ 1096 0x0108608e, /* cnig.eco_reserved (1 regs) */ 1097 0x020860ba, /* cnig.INT_STS .. cnig.INT_MASK (2 regs) */ 1098 0x13180000, /* block tcm */ 1099 0x08460101, /* tcm.qm_con_base_evnt_id_0 .. tcm.qm_con_base_evnt_id_7 (8 regs) */ 1100 0x10460111, /* tcm.qm_agg_con_ctx_part_size_0 .. tcm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1101 0x10460131, /* tcm.qm_xxlock_cmd_0 .. tcm.qm_con_use_st_flg_7 (16 regs) */ 1102 0x08460149, /* tcm.tm_con_evnt_id_0 .. tcm.tm_con_evnt_id_7 (8 regs) */ 1103 0x01460183, /* tcm.ysem_weight (1 regs) */ 1104 0x01460188, /* tcm.tsdm_weight (1 regs) */ 1105 0x01460194, /* tcm.tsdm_frwrd_mode (1 regs) */ 1106 0x01460196, /* tcm.ysem_frwrd_mode (1 regs) */ 1107 0x084601dc, /* tcm.xx_byp_msg_up_bnd_0 .. tcm.xx_byp_msg_up_bnd_7 (8 regs) */ 1108 0x08460205, /* tcm.n_sm_con_ctx_ld_0 .. tcm.n_sm_con_ctx_ld_7 (8 regs) */ 1109 0x08460228, /* tcm.agg_con_ctx_size_0 .. tcm.agg_con_ctx_size_7 (8 regs) */ 1110 0x1c460245, /* tcm.agg_con_cf0_q .. tcm.agg_task_cf7_q (28 regs) */ 1111 0x014602aa, /* tcm.tsdm_length_mis (1 regs) */ 1112 0x014602b1, /* tcm.tsdm_msg_cntr (1 regs) */ 1113 0x014602b3, /* tcm.ysem_msg_cntr (1 regs) */ 1114 0x014602bf, /* tcm.is_tsdm_fill_lvl (1 regs) */ 1115 0x014602c1, /* tcm.is_ysem_fill_lvl (1 regs) */ 1116 0x014602e4, /* tcm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1117 0x014602e8, /* tcm.is_foc_tsdm_nxt_inf_unit (1 regs) */ 1118 0x12190000, /* block mcm */ 1119 0x08480101, /* mcm.qm_con_base_evnt_id_0 .. mcm.qm_con_base_evnt_id_7 (8 regs) */ 1120 0x10480111, /* mcm.qm_agg_con_ctx_part_size_0 .. mcm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1121 0x10480141, /* mcm.qm_xxlock_cmd_0 .. mcm.qm_con_use_st_flg_7 (16 regs) */ 1122 0x01480183, /* mcm.ysem_weight (1 regs) */ 1123 0x01480186, /* mcm.msdm_weight (1 regs) */ 1124 0x01480194, /* mcm.msdm_frwrd_mode (1 regs) */ 1125 0x01480199, /* mcm.ysem_frwrd_mode (1 regs) */ 1126 0x084801dc, /* mcm.xx_byp_msg_up_bnd_0 .. mcm.xx_byp_msg_up_bnd_7 (8 regs) */ 1127 0x08480205, /* mcm.n_sm_con_ctx_ld_0 .. mcm.n_sm_con_ctx_ld_7 (8 regs) */ 1128 0x08480228, /* mcm.agg_con_ctx_size_0 .. mcm.agg_con_ctx_size_7 (8 regs) */ 1129 0x0b480245, /* mcm.agg_con_cf0_q .. mcm.agg_task_cf2_q (11 regs) */ 1130 0x014802aa, /* mcm.msdm_length_mis (1 regs) */ 1131 0x014802b2, /* mcm.msdm_msg_cntr (1 regs) */ 1132 0x014802b7, /* mcm.ysem_msg_cntr (1 regs) */ 1133 0x014802bf, /* mcm.is_msdm_fill_lvl (1 regs) */ 1134 0x014802c4, /* mcm.is_ysem_fill_lvl (1 regs) */ 1135 0x014802e4, /* mcm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1136 0x014802e6, /* mcm.is_foc_msdm_nxt_inf_unit (1 regs) */ 1137 0x091a0000, /* block ucm */ 1138 0x084a0101, /* ucm.qm_con_base_evnt_id_0 .. ucm.qm_con_base_evnt_id_7 (8 regs) */ 1139 0x104a0111, /* ucm.qm_agg_con_ctx_part_size_0 .. ucm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1140 0x104a0131, /* ucm.qm_xxlock_cmd_0 .. ucm.qm_con_use_st_flg_7 (16 regs) */ 1141 0x084a0149, /* ucm.tm_con_evnt_id_0 .. ucm.tm_con_evnt_id_7 (8 regs) */ 1142 0x084a01dc, /* ucm.xx_byp_msg_up_bnd_0 .. ucm.xx_byp_msg_up_bnd_7 (8 regs) */ 1143 0x084a0205, /* ucm.n_sm_con_ctx_ld_0 .. ucm.n_sm_con_ctx_ld_7 (8 regs) */ 1144 0x084a0228, /* ucm.agg_con_ctx_size_0 .. ucm.agg_con_ctx_size_7 (8 regs) */ 1145 0x074a0245, /* ucm.agg_con_cf0_q .. ucm.agg_con_cf6_q (7 regs) */ 1146 0x054a0255, /* ucm.agg_task_cf0_q .. ucm.agg_task_cf4_q (5 regs) */ 1147 0x101b0000, /* block xcm */ 1148 0x30400101, /* xcm.qm_con_base_evnt_id_0 .. xcm.tm_con_evnt_id_7 (48 regs) */ 1149 0x01400184, /* xcm.ysem_weight (1 regs) */ 1150 0x01400188, /* xcm.msdm_weight (1 regs) */ 1151 0x01400197, /* xcm.msdm_frwrd_mode (1 regs) */ 1152 0x0140019d, /* xcm.ysem_frwrd_mode (1 regs) */ 1153 0x084001d9, /* xcm.xx_byp_msg_up_bnd_0 .. xcm.xx_byp_msg_up_bnd_7 (8 regs) */ 1154 0x08400203, /* xcm.n_sm_con_ctx_ld_0 .. xcm.n_sm_con_ctx_ld_7 (8 regs) */ 1155 0x08400215, /* xcm.agg_con_ctx_size_0 .. xcm.agg_con_ctx_size_7 (8 regs) */ 1156 0x32400242, /* xcm.agg_con_cf0_q .. xcm.agg_con_rule25_q (50 regs) */ 1157 0x014002aa, /* xcm.msdm_length_mis (1 regs) */ 1158 0x014002b3, /* xcm.msdm_msg_cntr (1 regs) */ 1159 0x014002b9, /* xcm.ysem_msg_cntr (1 regs) */ 1160 0x014002c4, /* xcm.is_msdm_fill_lvl (1 regs) */ 1161 0x014002ca, /* xcm.is_ysem_fill_lvl (1 regs) */ 1162 0x014002e5, /* xcm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1163 0x014002e8, /* xcm.is_foc_msdm_nxt_inf_unit (1 regs) */ 1164 0x0f1c0000, /* block ycm */ 1165 0x08420101, /* ycm.qm_con_base_evnt_id_0 .. ycm.qm_con_base_evnt_id_7 (8 regs) */ 1166 0x10420111, /* ycm.qm_agg_con_ctx_part_size_0 .. ycm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1167 0x10420141, /* ycm.qm_xxlock_cmd_0 .. ycm.qm_con_use_st_flg_7 (16 regs) */ 1168 0x01420186, /* ycm.msdm_weight (1 regs) */ 1169 0x01420193, /* ycm.msdm_frwrd_mode (1 regs) */ 1170 0x084201dc, /* ycm.xx_byp_msg_up_bnd_0 .. ycm.xx_byp_msg_up_bnd_7 (8 regs) */ 1171 0x08420205, /* ycm.n_sm_con_ctx_ld_0 .. ycm.n_sm_con_ctx_ld_7 (8 regs) */ 1172 0x08420228, /* ycm.agg_con_ctx_size_0 .. ycm.agg_con_ctx_size_7 (8 regs) */ 1173 0x03420245, /* ycm.agg_con_cf0_q .. ycm.agg_con_cf2_q (3 regs) */ 1174 0x0942024d, /* ycm.agg_task_cf0_q .. ycm.agg_task_rule6_q (9 regs) */ 1175 0x014202aa, /* ycm.msdm_length_mis (1 regs) */ 1176 0x014202b1, /* ycm.msdm_msg_cntr (1 regs) */ 1177 0x014202bd, /* ycm.is_msdm_fill_lvl (1 regs) */ 1178 0x014202e4, /* ycm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1179 0x014202e6, /* ycm.is_foc_msdm_nxt_inf_unit (1 regs) */ 1180 0x071d0000, /* block pcm */ 1181 0x01440184, /* pcm.psdm_weight (1 regs) */ 1182 0x0144018d, /* pcm.psdm_frwrd_mode (1 regs) */ 1183 0x08440202, /* pcm.n_sm_con_ctx_ld_0 .. pcm.n_sm_con_ctx_ld_7 (8 regs) */ 1184 0x014402aa, /* pcm.psdm_length_mis (1 regs) */ 1185 0x014402af, /* pcm.psdm_msg_cntr (1 regs) */ 1186 0x014402b3, /* pcm.is_psdm_fill_lvl (1 regs) */ 1187 0x014402e4, /* pcm.is_foc_psdm_nxt_inf_unit (1 regs) */ 1188 0x03200000, /* block dorq */ 1189 0x1004012d, /* dorq.qm_en_byp_mask_0 .. dorq.dpi_val_sup_7 (16 regs) */ 1190 0x38040185, /* dorq.xcm_agg_flg_mask_conn_0 .. dorq.dpm_xcm_event_id_7 (56 regs) */ 1191 0x080401c3, /* dorq.qm_byp_agg_ctx_size_0 .. dorq.qm_byp_agg_ctx_size_7 (8 regs) */ 1192 0x02210000, /* block brb */ 1193 0x020d0220, /* brb.shared_hr_area (2 regs) */ 1194 0x020d0230, /* brb.total_mac_size (2 regs) */ 1195 0x04230000, /* block prs */ 1196 0x1007c040, /* prs.packet_region_0 .. prs.pure_region_7 (16 regs) */ 1197 0x0807c051, /* prs.con_inc_value_0 .. prs.con_inc_value_7 (8 regs) */ 1198 0x0807c245, /* prs.cm_hdr_event_id_0 .. prs.cm_hdr_event_id_7 (8 regs) */ 1199 0x1007c25f, /* prs.output_format_0_0 .. prs.output_format_7_1 (16 regs) */ 1200 0x012a0000, /* block tsem */ 1201 0x04dc0108, /* tsem.vf_err_vector (4 regs, WB) */ 1202 0x012b0000, /* block msem */ 1203 0x04e00108, /* msem.vf_err_vector (4 regs, WB) */ 1204 0x012c0000, /* block usem */ 1205 0x04e40108, /* usem.vf_err_vector (4 regs, WB) */ 1206 0x012d0000, /* block xsem */ 1207 0x04d00108, /* xsem.vf_err_vector (4 regs, WB) */ 1208 0x012e0000, /* block ysem */ 1209 0x04d40108, /* ysem.vf_err_vector (4 regs, WB) */ 1210 0x012f0000, /* block psem */ 1211 0x04d80108, /* psem.vf_err_vector (4 regs, WB) */ 1212 0x13180009, /* mode k2, block tcm */ 1213 0x08460101, /* tcm.qm_con_base_evnt_id_0 .. tcm.qm_con_base_evnt_id_7 (8 regs) */ 1214 0x10460111, /* tcm.qm_agg_con_ctx_part_size_0 .. tcm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1215 0x10460131, /* tcm.qm_xxlock_cmd_0 .. tcm.qm_con_use_st_flg_7 (16 regs) */ 1216 0x08460149, /* tcm.tm_con_evnt_id_0 .. tcm.tm_con_evnt_id_7 (8 regs) */ 1217 0x01460183, /* tcm.ysem_weight (1 regs) */ 1218 0x01460188, /* tcm.tsdm_weight (1 regs) */ 1219 0x01460194, /* tcm.tsdm_frwrd_mode (1 regs) */ 1220 0x01460196, /* tcm.ysem_frwrd_mode (1 regs) */ 1221 0x084601dc, /* tcm.xx_byp_msg_up_bnd_0 .. tcm.xx_byp_msg_up_bnd_7 (8 regs) */ 1222 0x08460205, /* tcm.n_sm_con_ctx_ld_0 .. tcm.n_sm_con_ctx_ld_7 (8 regs) */ 1223 0x08460228, /* tcm.agg_con_ctx_size_0 .. tcm.agg_con_ctx_size_7 (8 regs) */ 1224 0x1c460245, /* tcm.agg_con_cf0_q .. tcm.agg_task_cf7_q (28 regs) */ 1225 0x014602aa, /* tcm.tsdm_length_mis (1 regs) */ 1226 0x014602b1, /* tcm.tsdm_msg_cntr (1 regs) */ 1227 0x014602b3, /* tcm.ysem_msg_cntr (1 regs) */ 1228 0x014602bf, /* tcm.is_tsdm_fill_lvl (1 regs) */ 1229 0x014602c1, /* tcm.is_ysem_fill_lvl (1 regs) */ 1230 0x014602e4, /* tcm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1231 0x014602e8, /* tcm.is_foc_tsdm_nxt_inf_unit (1 regs) */ 1232 0x12190000, /* block mcm */ 1233 0x08480101, /* mcm.qm_con_base_evnt_id_0 .. mcm.qm_con_base_evnt_id_7 (8 regs) */ 1234 0x10480111, /* mcm.qm_agg_con_ctx_part_size_0 .. mcm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1235 0x10480141, /* mcm.qm_xxlock_cmd_0 .. mcm.qm_con_use_st_flg_7 (16 regs) */ 1236 0x01480183, /* mcm.ysem_weight (1 regs) */ 1237 0x01480186, /* mcm.msdm_weight (1 regs) */ 1238 0x01480194, /* mcm.msdm_frwrd_mode (1 regs) */ 1239 0x01480199, /* mcm.ysem_frwrd_mode (1 regs) */ 1240 0x084801dc, /* mcm.xx_byp_msg_up_bnd_0 .. mcm.xx_byp_msg_up_bnd_7 (8 regs) */ 1241 0x08480205, /* mcm.n_sm_con_ctx_ld_0 .. mcm.n_sm_con_ctx_ld_7 (8 regs) */ 1242 0x08480228, /* mcm.agg_con_ctx_size_0 .. mcm.agg_con_ctx_size_7 (8 regs) */ 1243 0x0b480245, /* mcm.agg_con_cf0_q .. mcm.agg_task_cf2_q (11 regs) */ 1244 0x014802aa, /* mcm.msdm_length_mis (1 regs) */ 1245 0x014802b2, /* mcm.msdm_msg_cntr (1 regs) */ 1246 0x014802b7, /* mcm.ysem_msg_cntr (1 regs) */ 1247 0x014802bf, /* mcm.is_msdm_fill_lvl (1 regs) */ 1248 0x014802c4, /* mcm.is_ysem_fill_lvl (1 regs) */ 1249 0x014802e4, /* mcm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1250 0x014802e6, /* mcm.is_foc_msdm_nxt_inf_unit (1 regs) */ 1251 0x091a0000, /* block ucm */ 1252 0x084a0101, /* ucm.qm_con_base_evnt_id_0 .. ucm.qm_con_base_evnt_id_7 (8 regs) */ 1253 0x104a0111, /* ucm.qm_agg_con_ctx_part_size_0 .. ucm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1254 0x104a0131, /* ucm.qm_xxlock_cmd_0 .. ucm.qm_con_use_st_flg_7 (16 regs) */ 1255 0x084a0149, /* ucm.tm_con_evnt_id_0 .. ucm.tm_con_evnt_id_7 (8 regs) */ 1256 0x084a01dc, /* ucm.xx_byp_msg_up_bnd_0 .. ucm.xx_byp_msg_up_bnd_7 (8 regs) */ 1257 0x084a0205, /* ucm.n_sm_con_ctx_ld_0 .. ucm.n_sm_con_ctx_ld_7 (8 regs) */ 1258 0x084a0228, /* ucm.agg_con_ctx_size_0 .. ucm.agg_con_ctx_size_7 (8 regs) */ 1259 0x074a0245, /* ucm.agg_con_cf0_q .. ucm.agg_con_cf6_q (7 regs) */ 1260 0x054a0255, /* ucm.agg_task_cf0_q .. ucm.agg_task_cf4_q (5 regs) */ 1261 0x101b0000, /* block xcm */ 1262 0x30400101, /* xcm.qm_con_base_evnt_id_0 .. xcm.tm_con_evnt_id_7 (48 regs) */ 1263 0x01400184, /* xcm.ysem_weight (1 regs) */ 1264 0x01400188, /* xcm.msdm_weight (1 regs) */ 1265 0x01400197, /* xcm.msdm_frwrd_mode (1 regs) */ 1266 0x0140019d, /* xcm.ysem_frwrd_mode (1 regs) */ 1267 0x084001d9, /* xcm.xx_byp_msg_up_bnd_0 .. xcm.xx_byp_msg_up_bnd_7 (8 regs) */ 1268 0x08400203, /* xcm.n_sm_con_ctx_ld_0 .. xcm.n_sm_con_ctx_ld_7 (8 regs) */ 1269 0x08400215, /* xcm.agg_con_ctx_size_0 .. xcm.agg_con_ctx_size_7 (8 regs) */ 1270 0x32400242, /* xcm.agg_con_cf0_q .. xcm.agg_con_rule25_q (50 regs) */ 1271 0x014002aa, /* xcm.msdm_length_mis (1 regs) */ 1272 0x014002b3, /* xcm.msdm_msg_cntr (1 regs) */ 1273 0x014002b9, /* xcm.ysem_msg_cntr (1 regs) */ 1274 0x014002c4, /* xcm.is_msdm_fill_lvl (1 regs) */ 1275 0x014002ca, /* xcm.is_ysem_fill_lvl (1 regs) */ 1276 0x014002e5, /* xcm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1277 0x014002e8, /* xcm.is_foc_msdm_nxt_inf_unit (1 regs) */ 1278 0x0f1c0000, /* block ycm */ 1279 0x08420101, /* ycm.qm_con_base_evnt_id_0 .. ycm.qm_con_base_evnt_id_7 (8 regs) */ 1280 0x10420111, /* ycm.qm_agg_con_ctx_part_size_0 .. ycm.qm_sm_con_ctx_ldst_flg_7 (16 regs) */ 1281 0x10420141, /* ycm.qm_xxlock_cmd_0 .. ycm.qm_con_use_st_flg_7 (16 regs) */ 1282 0x01420186, /* ycm.msdm_weight (1 regs) */ 1283 0x01420193, /* ycm.msdm_frwrd_mode (1 regs) */ 1284 0x084201dc, /* ycm.xx_byp_msg_up_bnd_0 .. ycm.xx_byp_msg_up_bnd_7 (8 regs) */ 1285 0x08420205, /* ycm.n_sm_con_ctx_ld_0 .. ycm.n_sm_con_ctx_ld_7 (8 regs) */ 1286 0x08420228, /* ycm.agg_con_ctx_size_0 .. ycm.agg_con_ctx_size_7 (8 regs) */ 1287 0x03420245, /* ycm.agg_con_cf0_q .. ycm.agg_con_cf2_q (3 regs) */ 1288 0x0942024d, /* ycm.agg_task_cf0_q .. ycm.agg_task_rule6_q (9 regs) */ 1289 0x014202aa, /* ycm.msdm_length_mis (1 regs) */ 1290 0x014202b1, /* ycm.msdm_msg_cntr (1 regs) */ 1291 0x014202bd, /* ycm.is_msdm_fill_lvl (1 regs) */ 1292 0x014202e4, /* ycm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1293 0x014202e6, /* ycm.is_foc_msdm_nxt_inf_unit (1 regs) */ 1294 0x071d0000, /* block pcm */ 1295 0x01440184, /* pcm.psdm_weight (1 regs) */ 1296 0x0144018d, /* pcm.psdm_frwrd_mode (1 regs) */ 1297 0x08440202, /* pcm.n_sm_con_ctx_ld_0 .. pcm.n_sm_con_ctx_ld_7 (8 regs) */ 1298 0x014402aa, /* pcm.psdm_length_mis (1 regs) */ 1299 0x014402af, /* pcm.psdm_msg_cntr (1 regs) */ 1300 0x014402b3, /* pcm.is_psdm_fill_lvl (1 regs) */ 1301 0x014402e4, /* pcm.is_foc_psdm_nxt_inf_unit (1 regs) */ 1302 0x03200000, /* block dorq */ 1303 0x1004012d, /* dorq.qm_en_byp_mask_0 .. dorq.dpi_val_sup_7 (16 regs) */ 1304 0x38040185, /* dorq.xcm_agg_flg_mask_conn_0 .. dorq.dpm_xcm_event_id_7 (56 regs) */ 1305 0x080401c3, /* dorq.qm_byp_agg_ctx_size_0 .. dorq.qm_byp_agg_ctx_size_7 (8 regs) */ 1306 0x04230000, /* block prs */ 1307 0x1007c040, /* prs.packet_region_0 .. prs.pure_region_7 (16 regs) */ 1308 0x0807c051, /* prs.con_inc_value_0 .. prs.con_inc_value_7 (8 regs) */ 1309 0x0807c245, /* prs.cm_hdr_event_id_0 .. prs.cm_hdr_event_id_7 (8 regs) */ 1310 0x1007c25f, /* prs.output_format_0_0 .. prs.output_format_7_1 (16 regs) */ 1311 0x04010025, /* mode !bb, block miscs */ 1312 0x0100245c, /* miscs.bsc_smbio_enable_glitch_filter (1 regs) */ 1313 0x060024f0, /* miscs.pcie_link_up_state .. miscs.main_pll_status (6 regs) */ 1314 0x05002594, /* miscs.bsc_sda_sel .. miscs.pcie_phy_rst_n_status (5 regs) */ 1315 0x010025ae, /* miscs.core_rst_n_status (1 regs) */ 1316 0x07040000, /* block pglue_b */ 1317 0x030aa14a, /* pglue_b.txw_h_syncfifo_almostfull_th .. pglue_b.txr_h_syncfifo_almostfull_th (3 regs) */ 1318 0x010aabac, /* pglue_b.cfg_no_l1_on_int (1 regs) */ 1319 0x020aabaf, /* pglue_b.mctp_max_length .. pglue_b.mctp_reqid (2 regs) */ 1320 0x090aabb2, /* pglue_b.pbus_num .. pglue_b.mrrs_attn (9 regs) */ 1321 0x090aabbc, /* pglue_b.txw_b2b_disable .. pglue_b.pgl_pm_dstate_47_32 (9 regs) */ 1322 0x0f0aabd7, /* pglue_b.check_tc_on_err .. pglue_b.mctp_venderid_chk_disable (15 regs) */ 1323 0x0b0aabea, /* pglue_b.ext_tag_en_pf_31_0 .. pglue_b.rxd_syncfifo_pop_status (11 regs) */ 1324 0x03050000, /* block cnig */ 1325 0x08086080, /* cnig.nig_port0_conf .. cnig.INT_MASK (8 regs) */ 1326 0x0108608a, /* cnig.nwm_lpi_default_value (1 regs) */ 1327 0x06086094, /* cnig.eco_reserved .. cnig.dbg_force_frame (6 regs) */ 1328 0x01060000, /* block cpmu */ 1329 0x0200c100, /* cpmu.sdm_sq_counter_e0_p2 .. cpmu.sdm_sq_counter_e0_p3 (2 regs) */ 1330 0x040a0000, /* block pcie */ 1331 0x6a015084, /* pcie.soft_reset_control .. pcie.msix_synch_sticky (106 regs) */ 1332 0x020151e8, /* pcie.INT_STS .. pcie.INT_MASK (2 regs) */ 1333 0x050151fa, /* pcie.dbg_select .. pcie.dbg_force_frame (5 regs) */ 1334 0x02015200, /* pcie.reset_status_2 .. pcie.reset_status_3 (2 regs) */ 1335 0x10150000, /* block pglcs */ 1336 0x06000744, /* pglcs.rasdp_error_mode_en_off .. pglcs.dbg_force_frame (6 regs) */ 1337 0x07000852, /* pglcs.pgl_cs.VC_BASE .. pglcs.pgl_cs.RESOURCE_STATUS_REG_VC0 (7 regs) */ 1338 0x07000866, /* pglcs.pgl_cs.SPCIE_CAP_HEADER_REG .. pglcs.pgl_cs.SPCIE_CAP_OFF_18H_REG (7 regs) */ 1339 0x020008a1, /* pglcs.pgl_cs.LTR_CAP_HDR_REG .. pglcs.pgl_cs.LTR_LATENCY_REG (2 regs) */ 1340 0x030008f1, /* pglcs.pgl_cs.PTM_EXT_CAP_HDR_OFF .. pglcs.pgl_cs.PTM_CONTROL_OFF (3 regs) */ 1341 0x090009c0, /* pglcs.pgl_cs.ACK_LATENCY_TIMER_OFF .. pglcs.pgl_cs.FILTER_MASK_2_OFF (9 regs) */ 1342 0x0b0009ca, /* pglcs.pgl_cs.PL_DEBUG0_OFF .. pglcs.pgl_cs.VC0_CPL_RX_Q_CTRL_OFF (11 regs) */ 1343 0x03000a03, /* pglcs.pgl_cs.GEN2_CTRL_OFF .. pglcs.pgl_cs.PHY_CONTROL_OFF (3 regs) */ 1344 0x01000a24, /* pglcs.pgl_cs.GEN3_RELATED_OFF (1 regs) */ 1345 0x01000a28, /* pglcs.pgl_cs.PF_HIDE_CONTROL (1 regs) */ 1346 0x02000a2a, /* pglcs.pgl_cs.GEN3_EQ_CONTROL_OFF .. pglcs.pgl_cs.GEN3_EQ_FB_MODE_DIR_CHANGE_OFF (2 regs) */ 1347 0x06000a2d, /* pglcs.pgl_cs.ORDER_RULE_CTRL_OFF .. pglcs.pgl_cs.TRGT_CPL_LUT_DELETE_ENTRY_OFF (6 regs) */ 1348 0x01000a3f, /* pglcs.pgl_cs.PL_LAST_OFF (1 regs) */ 1349 0x01000acc, /* pglcs.pgl_cs.PL_LTR_LATENCY_OFF (1 regs) */ 1350 0x01000ad0, /* pglcs.pgl_cs.AUX_CLK_FREQ_OFF (1 regs) */ 1351 0x0e000e01, /* pglcs.discard_poisoned_mctp_tgtwr .. pglcs.tx_syncfifo_pop_status (14 regs) */ 1352 0x01170000, /* block ptu */ 1353 0x01158037, /* ptu.atc_otb_overrun_fix_chicken_bit (1 regs) */ 1354 0x061e0000, /* block qm */ 1355 0x080bc148, /* qm.MaxPqSizeTxSel_56 .. qm.MaxPqSizeTxSel_63 (8 regs) */ 1356 0x020bc41e, /* qm.QstatusTx_14 .. qm.QstatusTx_15 (2 regs) */ 1357 0x020bc432, /* qm.QstatusOther_2 .. qm.QstatusOther_3 (2 regs) */ 1358 0x080bc662, /* qm.WrrOtherPqGrp_8 .. qm.WrrOtherPqGrp_15 (8 regs) */ 1359 0x080bcb39, /* qm.PqTx2Pf_56 .. qm.PqTx2Pf_63 (8 regs) */ 1360 0x080bcb89, /* qm.PqOther2Pf_8 .. qm.PqOther2Pf_15 (8 regs) */ 1361 0x01200000, /* block dorq */ 1362 0x0204024b, /* dorq.l2_edpm_tunnel_nge_ip_en .. dorq.l2_edpm_tunnel_nge_eth_en (2 regs) */ 1363 0x18210000, /* block brb */ 1364 0x040d0220, /* brb.shared_hr_area (4 regs) */ 1365 0x040d0230, /* brb.total_mac_size (4 regs) */ 1366 0x020d0252, /* brb.tc_guarantied_18 .. brb.tc_guarantied_19 (2 regs) */ 1367 0x020d0288, /* brb.lb_tc_guarantied_hyst_18 .. brb.lb_tc_guarantied_hyst_19 (2 regs) */ 1368 0x020d02be, /* brb.lb_tc_pause_xoff_threshold_18 .. brb.lb_tc_pause_xoff_threshold_19 (2 regs) */ 1369 0x020d02f4, /* brb.lb_tc_pause_xon_threshold_18 .. brb.lb_tc_pause_xon_threshold_19 (2 regs) */ 1370 0x020d032a, /* brb.lb_tc_full_xoff_threshold_18 .. brb.lb_tc_full_xoff_threshold_19 (2 regs) */ 1371 0x020d0360, /* brb.lb_tc_full_xon_threshold_18 .. brb.lb_tc_full_xon_threshold_19 (2 regs) */ 1372 0x020d0374, /* brb.wc_no_dead_cycles_en .. brb.wc_highest_pri_en (2 regs) */ 1373 0x020d0393, /* brb.pm_tc_latency_sensitive_2 .. brb.pm_tc_latency_sensitive_3 (2 regs) */ 1374 0x040d03d0, /* brb.wc_empty_4 .. brb.wc_empty_7 (4 regs) */ 1375 0x040d03e0, /* brb.wc_full_4 .. brb.wc_full_7 (4 regs) */ 1376 0x020d0426, /* brb.empty_if_2 .. brb.empty_if_3 (2 regs) */ 1377 0x020d0470, /* brb.mac_free_shared_hr_2 .. brb.mac_free_shared_hr_3 (2 regs) */ 1378 0x050d0494, /* brb.mac2_tc_occupancy_0 .. brb.mac2_tc_occupancy_4 (5 regs) */ 1379 0x050d04a4, /* brb.mac3_tc_occupancy_0 .. brb.mac3_tc_occupancy_4 (5 regs) */ 1380 0x020d04b6, /* brb.available_mac_size_2 .. brb.available_mac_size_3 (2 regs) */ 1381 0x020d04bc, /* brb.main_tc_pause_2 .. brb.main_tc_pause_3 (2 regs) */ 1382 0x020d04c2, /* brb.lb_tc_pause_2 .. brb.lb_tc_pause_3 (2 regs) */ 1383 0x020d04c8, /* brb.main_tc_full_2 .. brb.main_tc_full_3 (2 regs) */ 1384 0x020d04ce, /* brb.lb_tc_full_2 .. brb.lb_tc_full_3 (2 regs) */ 1385 0x040d04f2, /* brb.main2_tc_lossless_cnt_0 .. brb.main2_tc_lossless_cnt_3 (4 regs) */ 1386 0x040d0502, /* brb.main3_tc_lossless_cnt_0 .. brb.main3_tc_lossless_cnt_3 (4 regs) */ 1387 0x020d0514, /* brb.main_tc_lossless_int_2 .. brb.main_tc_lossless_int_3 (2 regs) */ 1388 0x02240000, /* block tsdm */ 1389 0x023ec320, /* tsdm.rmt_xcm_fifo_full .. tsdm.rmt_ycm_fifo_full (2 regs) */ 1390 0x023ec35a, /* tsdm.rmt_xcm_fifo_empty .. tsdm.rmt_ycm_fifo_empty (2 regs) */ 1391 0x02250000, /* block msdm */ 1392 0x023f0320, /* msdm.rmt_xcm_fifo_full .. msdm.rmt_ycm_fifo_full (2 regs) */ 1393 0x023f035a, /* msdm.rmt_xcm_fifo_empty .. msdm.rmt_ycm_fifo_empty (2 regs) */ 1394 0x02260000, /* block usdm */ 1395 0x023f4320, /* usdm.rmt_xcm_fifo_full .. usdm.rmt_ycm_fifo_full (2 regs) */ 1396 0x023f435a, /* usdm.rmt_xcm_fifo_empty .. usdm.rmt_ycm_fifo_empty (2 regs) */ 1397 0x02270000, /* block xsdm */ 1398 0x023e0320, /* xsdm.rmt_xcm_fifo_full .. xsdm.rmt_ycm_fifo_full (2 regs) */ 1399 0x023e035a, /* xsdm.rmt_xcm_fifo_empty .. xsdm.rmt_ycm_fifo_empty (2 regs) */ 1400 0x02280000, /* block ysdm */ 1401 0x023e4320, /* ysdm.rmt_xcm_fifo_full .. ysdm.rmt_ycm_fifo_full (2 regs) */ 1402 0x023e435a, /* ysdm.rmt_xcm_fifo_empty .. ysdm.rmt_ycm_fifo_empty (2 regs) */ 1403 0x02290000, /* block psdm */ 1404 0x023e8320, /* psdm.rmt_xcm_fifo_full .. psdm.rmt_ycm_fifo_full (2 regs) */ 1405 0x023e835a, /* psdm.rmt_xcm_fifo_empty .. psdm.rmt_ycm_fifo_empty (2 regs) */ 1406 0x012a0000, /* block tsem */ 1407 0x08dc0108, /* tsem.vf_err_vector (8 regs, WB) */ 1408 0x012b0000, /* block msem */ 1409 0x08e00108, /* msem.vf_err_vector (8 regs, WB) */ 1410 0x012c0000, /* block usem */ 1411 0x08e40108, /* usem.vf_err_vector (8 regs, WB) */ 1412 0x012d0000, /* block xsem */ 1413 0x08d00108, /* xsem.vf_err_vector (8 regs, WB) */ 1414 0x012e0000, /* block ysem */ 1415 0x08d40108, /* ysem.vf_err_vector (8 regs, WB) */ 1416 0x012f0000, /* block psem */ 1417 0x08d80108, /* psem.vf_err_vector (8 regs, WB) */ 1418 0x01370000, /* block prm */ 1419 0x0108d800, /* prm.nop_without_completion_fix_disable (1 regs) */ 1420 0x043b0000, /* block btb */ 1421 0x0236c215, /* btb.wc_no_dead_cycles_en .. btb.wc_highest_pri_en (2 regs) */ 1422 0x0436c26d, /* btb.rc_pkt_empty_4 .. btb.rc_pkt_empty_7 (4 regs) */ 1423 0x0436c27c, /* btb.rc_pkt_full_4 .. btb.rc_pkt_full_7 (4 regs) */ 1424 0x0436c28b, /* btb.rc_pkt_status_4 .. btb.rc_pkt_status_7 (4 regs) */ 1425 0x013e0000, /* block tdif */ 1426 0x040c403c, /* tdif.stat_num_err_interval_4 .. tdif.stat_num_err_interval_7 (4 regs) */ 1427 0x01420000, /* block igu */ 1428 0x05060310, /* igu.vf_with_more_16sb_16 .. igu.vf_with_more_16sb_20 (5 regs) */ 1429 0x014a0000, /* block dbg */ 1430 0x01004119, /* dbg.ifmux_select (1 regs) */ 1431 0x094b0000, /* block nig */ 1432 0x02140028, /* nig.INT_STS_6 .. nig.INT_MASK_6 (2 regs) */ 1433 0x0214002c, /* nig.INT_STS_7 .. nig.INT_MASK_7 (2 regs) */ 1434 0x02140030, /* nig.INT_STS_8 .. nig.INT_MASK_8 (2 regs) */ 1435 0x02140034, /* nig.INT_STS_9 .. nig.INT_MASK_9 (2 regs) */ 1436 0x07142400, /* nig.tx_tdm_0_enable .. nig.tsgen_pps_out_sel_mask_3 (7 regs) */ 1437 0x01142409, /* nig.tsgen_tsio_in_val (1 regs) */ 1438 0x01142413, /* nig.ts_for_pxp_select (1 regs) */ 1439 0x02942414, /* nig.ptm_time_latch (2 regs, WB) */ 1440 0x0114241a, /* nig.mpa_mul_pdu_crc_calc_en (1 regs) */ 1441 0x034d0000, /* block bmbn */ 1442 0x02184010, /* bmbn.INT_STS_0 .. bmbn.INT_MASK_0 (2 regs) */ 1443 0x05184050, /* bmbn.dbg_select .. bmbn.dbg_force_frame (5 regs) */ 1444 0x0318407e, /* bmbn.tag_len_0 .. bmbn.eco_reserved (3 regs) */ 1445 0x644f0000, /* block nwm */ 1446 0x02200001, /* nwm.INT_STS .. nwm.INT_MASK (2 regs) */ 1447 0x3b200005, /* nwm.mac0_peer_delay .. nwm.dbg_force_frame (59 regs) */ 1448 0x06200100, /* nwm.mac0.REVISION .. nwm.mac0.FRM_LENGTH (6 regs) */ 1449 0x08200107, /* nwm.mac0.RX_FIFO_SECTIONS .. nwm.mac0.MDIO_DATA (8 regs) */ 1450 0x0e200110, /* nwm.mac0.STATUS .. nwm.mac0.RX_PAUSE_STATUS (14 regs) */ 1451 0x0220011f, /* nwm.mac0.TS_TIMESTAMP .. nwm.mac0.XIF_MODE (2 regs) */ 1452 0x03200138, /* nwm.mac0.STATN_CONFIG .. nwm.mac0.STATN_CLEARVALUE_HI (3 regs) */ 1453 0x36200140, /* nwm.mac0.etherStatsOctets .. nwm.mac0.aInRangeLengthError_h (54 regs) */ 1454 0x04200180, /* nwm.mac0.TXetherStatsOctets .. nwm.mac0.TXOctetsOK_h (4 regs) */ 1455 0x24200186, /* nwm.mac0.TXaPauseMacCtrlFrames .. nwm.mac0.TXetherStatsPkts1519toTX_MTU_h (36 regs) */ 1456 0x022001b0, /* nwm.mac0.TXaMACControlFrames .. nwm.mac0.TXaMACControlFrames_h (2 regs) */ 1457 0x262001e0, /* nwm.mac0.aCBFCPAUSEFramesReceived_0 .. nwm.mac1.FRM_LENGTH (38 regs) */ 1458 0x08200207, /* nwm.mac1.RX_FIFO_SECTIONS .. nwm.mac1.MDIO_DATA (8 regs) */ 1459 0x0e200210, /* nwm.mac1.STATUS .. nwm.mac1.RX_PAUSE_STATUS (14 regs) */ 1460 0x0220021f, /* nwm.mac1.TS_TIMESTAMP .. nwm.mac1.XIF_MODE (2 regs) */ 1461 0x03200238, /* nwm.mac1.STATN_CONFIG .. nwm.mac1.STATN_CLEARVALUE_HI (3 regs) */ 1462 0x36200240, /* nwm.mac1.etherStatsOctets .. nwm.mac1.aInRangeLengthError_h (54 regs) */ 1463 0x04200280, /* nwm.mac1.TXetherStatsOctets .. nwm.mac1.TXOctetsOK_h (4 regs) */ 1464 0x24200286, /* nwm.mac1.TXaPauseMacCtrlFrames .. nwm.mac1.TXetherStatsPkts1519toTX_MTU_h (36 regs) */ 1465 0x022002b0, /* nwm.mac1.TXaMACControlFrames .. nwm.mac1.TXaMACControlFrames_h (2 regs) */ 1466 0x262002e0, /* nwm.mac1.aCBFCPAUSEFramesReceived_0 .. nwm.mac2.FRM_LENGTH (38 regs) */ 1467 0x08200307, /* nwm.mac2.RX_FIFO_SECTIONS .. nwm.mac2.MDIO_DATA (8 regs) */ 1468 0x0e200310, /* nwm.mac2.STATUS .. nwm.mac2.RX_PAUSE_STATUS (14 regs) */ 1469 0x0220031f, /* nwm.mac2.TS_TIMESTAMP .. nwm.mac2.XIF_MODE (2 regs) */ 1470 0x03200338, /* nwm.mac2.STATN_CONFIG .. nwm.mac2.STATN_CLEARVALUE_HI (3 regs) */ 1471 0x36200340, /* nwm.mac2.etherStatsOctets .. nwm.mac2.aInRangeLengthError_h (54 regs) */ 1472 0x04200380, /* nwm.mac2.TXetherStatsOctets .. nwm.mac2.TXOctetsOK_h (4 regs) */ 1473 0x24200386, /* nwm.mac2.TXaPauseMacCtrlFrames .. nwm.mac2.TXetherStatsPkts1519toTX_MTU_h (36 regs) */ 1474 0x022003b0, /* nwm.mac2.TXaMACControlFrames .. nwm.mac2.TXaMACControlFrames_h (2 regs) */ 1475 0x262003e0, /* nwm.mac2.aCBFCPAUSEFramesReceived_0 .. nwm.mac3.FRM_LENGTH (38 regs) */ 1476 0x08200407, /* nwm.mac3.RX_FIFO_SECTIONS .. nwm.mac3.MDIO_DATA (8 regs) */ 1477 0x0e200410, /* nwm.mac3.STATUS .. nwm.mac3.RX_PAUSE_STATUS (14 regs) */ 1478 0x0220041f, /* nwm.mac3.TS_TIMESTAMP .. nwm.mac3.XIF_MODE (2 regs) */ 1479 0x03200438, /* nwm.mac3.STATN_CONFIG .. nwm.mac3.STATN_CLEARVALUE_HI (3 regs) */ 1480 0x36200440, /* nwm.mac3.etherStatsOctets .. nwm.mac3.aInRangeLengthError_h (54 regs) */ 1481 0x04200480, /* nwm.mac3.TXetherStatsOctets .. nwm.mac3.TXOctetsOK_h (4 regs) */ 1482 0x24200486, /* nwm.mac3.TXaPauseMacCtrlFrames .. nwm.mac3.TXetherStatsPkts1519toTX_MTU_h (36 regs) */ 1483 0x022004b0, /* nwm.mac3.TXaMACControlFrames .. nwm.mac3.TXaMACControlFrames_h (2 regs) */ 1484 0x272004e0, /* nwm.mac3.aCBFCPAUSEFramesReceived_0 .. nwm.pcs_reg91_0.RS_FEC_LANEMAP (39 regs) */ 1485 0x0820050a, /* nwm.pcs_reg91_0.RS_FEC_SYMBLERR0_LO .. nwm.pcs_reg91_0.RS_FEC_SYMBLERR3_HI (8 regs) */ 1486 0x08200580, /* nwm.pcs_reg91_0.RS_FEC_VENDOR_CONTROL .. nwm.pcs_reg91_0.RS_FEC_VENDOR_TX_TESTTRIGGER (8 regs) */ 1487 0x07200600, /* nwm.pcs_reg91_1.RS_FEC_CONTROL .. nwm.pcs_reg91_1.RS_FEC_LANEMAP (7 regs) */ 1488 0x0820060a, /* nwm.pcs_reg91_1.RS_FEC_SYMBLERR0_LO .. nwm.pcs_reg91_1.RS_FEC_SYMBLERR3_HI (8 regs) */ 1489 0x08200680, /* nwm.pcs_reg91_1.RS_FEC_VENDOR_CONTROL .. nwm.pcs_reg91_1.RS_FEC_VENDOR_TX_TESTTRIGGER (8 regs) */ 1490 0x07200700, /* nwm.pcs_reg91_2.RS_FEC_CONTROL .. nwm.pcs_reg91_2.RS_FEC_LANEMAP (7 regs) */ 1491 0x0820070a, /* nwm.pcs_reg91_2.RS_FEC_SYMBLERR0_LO .. nwm.pcs_reg91_2.RS_FEC_SYMBLERR3_HI (8 regs) */ 1492 0x08200780, /* nwm.pcs_reg91_2.RS_FEC_VENDOR_CONTROL .. nwm.pcs_reg91_2.RS_FEC_VENDOR_TX_TESTTRIGGER (8 regs) */ 1493 0x07200800, /* nwm.pcs_reg91_3.RS_FEC_CONTROL .. nwm.pcs_reg91_3.RS_FEC_LANEMAP (7 regs) */ 1494 0x0820080a, /* nwm.pcs_reg91_3.RS_FEC_SYMBLERR0_LO .. nwm.pcs_reg91_3.RS_FEC_SYMBLERR3_HI (8 regs) */ 1495 0x08200880, /* nwm.pcs_reg91_3.RS_FEC_VENDOR_CONTROL .. nwm.pcs_reg91_3.RS_FEC_VENDOR_TX_TESTTRIGGER (8 regs) */ 1496 0x09200900, /* nwm.pcs_ls0.CONTROL .. nwm.pcs_ls0.LP_NP_RX (9 regs) */ 1497 0x06200910, /* nwm.pcs_ls0.SCRATCH .. nwm.pcs_ls0.DECODE_ERRORS (6 regs) */ 1498 0x09200920, /* nwm.pcs_ls1.CONTROL .. nwm.pcs_ls1.LP_NP_RX (9 regs) */ 1499 0x06200930, /* nwm.pcs_ls1.SCRATCH .. nwm.pcs_ls1.DECODE_ERRORS (6 regs) */ 1500 0x09200940, /* nwm.pcs_ls2.CONTROL .. nwm.pcs_ls2.LP_NP_RX (9 regs) */ 1501 0x06200950, /* nwm.pcs_ls2.SCRATCH .. nwm.pcs_ls2.DECODE_ERRORS (6 regs) */ 1502 0x09200960, /* nwm.pcs_ls3.CONTROL .. nwm.pcs_ls3.LP_NP_RX (9 regs) */ 1503 0x06200970, /* nwm.pcs_ls3.SCRATCH .. nwm.pcs_ls3.DECODE_ERRORS (6 regs) */ 1504 0x09210000, /* nwm.pcs_hs0.CONTROL1 .. nwm.pcs_hs0.STATUS2 (9 regs) */ 1505 0x0221000e, /* nwm.pcs_hs0.PKG_ID0 .. nwm.pcs_hs0.PKG_ID1 (2 regs) */ 1506 0x01210014, /* nwm.pcs_hs0.EEE_CTRL_CAPABILITY (1 regs) */ 1507 0x01210016, /* nwm.pcs_hs0.WAKE_ERR_COUNTER (1 regs) */ 1508 0x0e210020, /* nwm.pcs_hs0.BASER_STATUS1 .. nwm.pcs_hs0.ERR_BLK_HIGH_ORDER_CNT (14 regs) */ 1509 0x01210032, /* nwm.pcs_hs0.MULTILANE_ALIGN_STAT1 (1 regs) */ 1510 0x01210034, /* nwm.pcs_hs0.MULTILANE_ALIGN_STAT3 (1 regs) */ 1511 0x042100c8, /* nwm.pcs_hs0.BIP_ERR_CNT_LANE0 .. nwm.pcs_hs0.BIP_ERR_CNT_LANE3 (4 regs) */ 1512 0x04210190, /* nwm.pcs_hs0.LANE0_MAPPING .. nwm.pcs_hs0.LANE3_MAPPING (4 regs) */ 1513 0x05218000, /* nwm.pcs_hs0.VENDOR_SCRATCH .. nwm.pcs_hs0.VENDOR_RXLAUI_CONFIG (5 regs) */ 1514 0x09218008, /* nwm.pcs_hs0.VENDOR_VL0_0 .. nwm.pcs_hs0.VENDOR_PCS_MODE (9 regs) */ 1515 0x09220000, /* nwm.pcs_hs1.CONTROL1 .. nwm.pcs_hs1.STATUS2 (9 regs) */ 1516 0x0222000e, /* nwm.pcs_hs1.PKG_ID0 .. nwm.pcs_hs1.PKG_ID1 (2 regs) */ 1517 0x01220014, /* nwm.pcs_hs1.EEE_CTRL_CAPABILITY (1 regs) */ 1518 0x01220016, /* nwm.pcs_hs1.WAKE_ERR_COUNTER (1 regs) */ 1519 0x0e220020, /* nwm.pcs_hs1.BASER_STATUS1 .. nwm.pcs_hs1.ERR_BLK_HIGH_ORDER_CNT (14 regs) */ 1520 0x01220032, /* nwm.pcs_hs1.MULTILANE_ALIGN_STAT1 (1 regs) */ 1521 0x01220034, /* nwm.pcs_hs1.MULTILANE_ALIGN_STAT3 (1 regs) */ 1522 0x042200c8, /* nwm.pcs_hs1.BIP_ERR_CNT_LANE0 .. nwm.pcs_hs1.BIP_ERR_CNT_LANE3 (4 regs) */ 1523 0x04220190, /* nwm.pcs_hs1.LANE0_MAPPING .. nwm.pcs_hs1.LANE3_MAPPING (4 regs) */ 1524 0x05228000, /* nwm.pcs_hs1.VENDOR_SCRATCH .. nwm.pcs_hs1.VENDOR_RXLAUI_CONFIG (5 regs) */ 1525 0x09228008, /* nwm.pcs_hs1.VENDOR_VL0_0 .. nwm.pcs_hs1.VENDOR_PCS_MODE (9 regs) */ 1526 0x09230000, /* nwm.pcs_hs2.CONTROL1 .. nwm.pcs_hs2.STATUS2 (9 regs) */ 1527 0x0223000e, /* nwm.pcs_hs2.PKG_ID0 .. nwm.pcs_hs2.PKG_ID1 (2 regs) */ 1528 0x01230014, /* nwm.pcs_hs2.EEE_CTRL_CAPABILITY (1 regs) */ 1529 0x01230016, /* nwm.pcs_hs2.WAKE_ERR_COUNTER (1 regs) */ 1530 0x0e230020, /* nwm.pcs_hs2.BASER_STATUS1 .. nwm.pcs_hs2.ERR_BLK_HIGH_ORDER_CNT (14 regs) */ 1531 0x01230032, /* nwm.pcs_hs2.MULTILANE_ALIGN_STAT1 (1 regs) */ 1532 0x01230034, /* nwm.pcs_hs2.MULTILANE_ALIGN_STAT3 (1 regs) */ 1533 0x042300c8, /* nwm.pcs_hs2.BIP_ERR_CNT_LANE0 .. nwm.pcs_hs2.BIP_ERR_CNT_LANE3 (4 regs) */ 1534 0x04238000, /* nwm.pcs_hs2.VENDOR_SCRATCH .. nwm.pcs_hs2.VENDOR_TXLANE_THRESH (4 regs) */ 1535 0x09238008, /* nwm.pcs_hs2.VENDOR_VL0_0 .. nwm.pcs_hs2.VENDOR_PCS_MODE (9 regs) */ 1536 0x09240000, /* nwm.pcs_hs3.CONTROL1 .. nwm.pcs_hs3.STATUS2 (9 regs) */ 1537 0x0224000e, /* nwm.pcs_hs3.PKG_ID0 .. nwm.pcs_hs3.PKG_ID1 (2 regs) */ 1538 0x01240014, /* nwm.pcs_hs3.EEE_CTRL_CAPABILITY (1 regs) */ 1539 0x01240016, /* nwm.pcs_hs3.WAKE_ERR_COUNTER (1 regs) */ 1540 0x0e240020, /* nwm.pcs_hs3.BASER_STATUS1 .. nwm.pcs_hs3.ERR_BLK_HIGH_ORDER_CNT (14 regs) */ 1541 0x01240032, /* nwm.pcs_hs3.MULTILANE_ALIGN_STAT1 (1 regs) */ 1542 0x01240034, /* nwm.pcs_hs3.MULTILANE_ALIGN_STAT3 (1 regs) */ 1543 0x042400c8, /* nwm.pcs_hs3.BIP_ERR_CNT_LANE0 .. nwm.pcs_hs3.BIP_ERR_CNT_LANE3 (4 regs) */ 1544 0x04248000, /* nwm.pcs_hs3.VENDOR_SCRATCH .. nwm.pcs_hs3.VENDOR_TXLANE_THRESH (4 regs) */ 1545 0x09248008, /* nwm.pcs_hs3.VENDOR_VL0_0 .. nwm.pcs_hs3.VENDOR_PCS_MODE (9 regs) */ 1546 0x06500000, /* block nws */ 1547 0x171c0000, /* nws.common_control .. nws.eco_reserved (23 regs) */ 1548 0x0b1c004a, /* nws.dbg_select .. nws.dbg_fw_trigger_enable (11 regs) */ 1549 0x021c0060, /* nws.INT_STS_0 .. nws.INT_MASK_0 (2 regs) */ 1550 0x021c0064, /* nws.INT_STS_1 .. nws.INT_MASK_1 (2 regs) */ 1551 0x021c0068, /* nws.INT_STS_2 .. nws.INT_MASK_2 (2 regs) */ 1552 0x021c006c, /* nws.INT_STS_3 .. nws.INT_MASK_3 (2 regs) */ 1553 0x02530000, /* block led */ 1554 0x061ae006, /* led.mac_led_swap .. led.eco_reserved (6 regs) */ 1555 0x021ae060, /* led.INT_STS_0 .. led.INT_MASK_0 (2 regs) */ 1556 0x08010015, /* mode !(k2|e5), block miscs */ 1557 0x03002458, /* miscs.memctrl_wr_rd_n .. miscs.memctrl_address (3 regs) */ 1558 0x02002464, /* miscs.INT_STS_1 .. miscs.INT_MASK_1 (2 regs) */ 1559 0x010025c1, /* miscs.nig_dbg_vector (1 regs) */ 1560 0x030025e8, /* miscs.pcie_rst_prepared_assert_cnt .. miscs.pcie_rst_deassert_cnt (3 regs) */ 1561 0x010025ec, /* miscs.pcie_rst_n (1 regs) */ 1562 0x030025ef, /* miscs.avs_otp_sram_ctrl .. miscs.avs_otp_ctrl_vmgmt (3 regs) */ 1563 0x060025f4, /* miscs.avs_pvtmon_daccode .. miscs.opte_almfull_thr (6 regs) */ 1564 0x040025fb, /* miscs.avs_clock_observe .. miscs.avs_tp_out (4 regs) */ 1565 0x01020000, /* block misc */ 1566 0x02002301, /* misc.xmac_phy_port_mode .. misc.xmac_core_port_mode (2 regs) */ 1567 0x01040000, /* block pglue_b */ 1568 0x030aa12f, /* pglue_b.memctrl_wr_rd_n .. pglue_b.memctrl_address (3 regs) */ 1569 0x04050000, /* block cnig */ 1570 0x02086080, /* cnig.nw_port_mode .. cnig.nw_serdes_swap (2 regs) */ 1571 0x25086095, /* cnig.mac_led_swap .. cnig.cnig_dbg_ifmux_phy_lasi_b (37 regs) */ 1572 0x010860be, /* cnig.cnig_dbg_nigtx_fifo_afull_thresh_large (1 regs) */ 1573 0x0a0860c8, /* cnig.pmeg_sign_ext .. cnig.pmfc_crc_tx_corrupt_on_error (10 regs) */ 1574 0x26150000, /* block pglcs */ 1575 0x05000902, /* pglcs.pgl_cs.config_2 .. pglcs.pgl_cs.pci_extended_bar_siz (5 regs) */ 1576 0x0800090a, /* pglcs.pgl_cs.reg_vpd_intf .. pglcs.pgl_cs.reg_id_val5 (8 regs) */ 1577 0x04000913, /* pglcs.pgl_cs.reg_id_val6 .. pglcs.pgl_cs.reg_msi_addr_l (4 regs) */ 1578 0x03000919, /* pglcs.pgl_cs.reg_msi_mask .. pglcs.pgl_cs.reg_pm_data_c (3 regs) */ 1579 0x03000930, /* pglcs.pgl_cs.reg_msix_control .. pglcs.pgl_cs.reg_msix_pba_off_bir (3 regs) */ 1580 0x1a000934, /* pglcs.pgl_cs.reg_pcie_capability .. pglcs.pgl_cs.reg_pwr_bdgt_data_8 (26 regs) */ 1581 0x02000950, /* pglcs.pgl_cs.reg_l1sub_cap .. pglcs.pgl_cs.reg_l1sub_ext_cap (2 regs) */ 1582 0x06000954, /* pglcs.pgl_cs.reg_pwr_bdgt_capability .. pglcs.pgl_cs.reg_rc_user_mem_hi2 (6 regs) */ 1583 0x1000097b, /* pglcs.pgl_cs.reg_PCIER_MC_WINDOW_SIZE_REQ .. pglcs.pgl_cs.reg_vf_nsp (16 regs) */ 1584 0x0200098c, /* pglcs.pgl_cs.reg_ats_inld_queue_depth .. pglcs.pgl_cs.reg_VFTPH_CAP (2 regs) */ 1585 0x0e000a00, /* pglcs.pgl_cs.tl_control_0 .. pglcs.pgl_cs.user_control_8 (14 regs) */ 1586 0x0c000a0f, /* pglcs.pgl_cs.tl_control_6 .. pglcs.pgl_cs.tl_rst_ctrl (12 regs) */ 1587 0x0a000a1c, /* pglcs.pgl_cs.tl_obff_ctrl .. pglcs.pgl_cs.tl_func14to15_stat (10 regs) */ 1588 0x29000a40, /* pglcs.pgl_cs.tl_status_0 .. pglcs.pgl_cs.tl_rst_debug (41 regs) */ 1589 0x01000a81, /* pglcs.pgl_cs.tl_iov_vfctl_0 (1 regs) */ 1590 0x02000a84, /* pglcs.pgl_cs.tl_fcimm_np_limit .. pglcs.pgl_cs.tl_fcimm_p_limit (2 regs) */ 1591 0x0a000a87, /* pglcs.pgl_cs.reg_capena_fn0_mask .. pglcs.pgl_cs.ptm_mstr_prop_dly (10 regs) */ 1592 0x0a000a94, /* pglcs.pgl_cs.PCIER_TL_STAT_TX_CTL .. pglcs.pgl_cs.PCIER_TL_STAT_RX_CTR_HI (10 regs) */ 1593 0x05000b00, /* pglcs.pgl_cs.PCIER_DBG_FIFO_CTLSTAT .. pglcs.pgl_cs.PCIER_TLPL_DBG_FIFO_CTL (5 regs) */ 1594 0x1a000b06, /* pglcs.pgl_cs.PCIER_DBG_FIFO_RD_9 .. pglcs.pgl_cs.PCIER_TLDA1_RDFIFO_0 (26 regs) */ 1595 0x0f000c00, /* pglcs.pgl_cs.pdl_control_0 .. pglcs.pgl_cs.pdl_control_14 (15 regs) */ 1596 0x08000c10, /* pglcs.pgl_cs.DLATTN_VEC .. pglcs.pgl_cs.dl_spare0 (8 regs) */ 1597 0x09000c40, /* pglcs.pgl_cs.mdio_addr .. pglcs.pgl_cs.ate_tlp_ctl (9 regs) */ 1598 0x03000c4c, /* pglcs.pgl_cs.serdes_pmi_addr .. pglcs.pgl_cs.serdes_pmi_rdata (3 regs) */ 1599 0x14000d00, /* pglcs.pgl_cs.dl_dbg_0 .. pglcs.pgl_cs.dl_dbg_19 (20 regs) */ 1600 0x0a000e00, /* pglcs.pgl_cs.reg_phy_ctl_0 .. pglcs.pgl_cs.phy_err_attn_mask (10 regs) */ 1601 0x08000e0c, /* pglcs.pgl_cs.reg_phy_ctl_8 .. pglcs.pgl_cs.reg_phy_ctl_15 (8 regs) */ 1602 0x04000e15, /* pglcs.pgl_cs.reg_phy_ctl_16 .. pglcs.pgl_cs.pl_gen3_ena_frmerr (4 regs) */ 1603 0x05000e40, /* pglcs.pgl_cs.pl_lpbk_master_ctl0 .. pglcs.pgl_cs.pl_lpbk_master_tx_setting (5 regs) */ 1604 0x01000e4c, /* pglcs.pgl_cs.pl_sw_ltssm_ctl (1 regs) */ 1605 0x10000e50, /* pglcs.pgl_cs.pcie_statis_ctl .. pglcs.pgl_cs.pcie_rxtlperr_statis (16 regs) */ 1606 0x06000e68, /* pglcs.pgl_cs.ltssm_statis_ctl .. pglcs.pgl_cs.ltssm_statis_cnt (6 regs) */ 1607 0x09000f00, /* pglcs.pgl_cs.Received_MCP_Errors_1512 .. pglcs.pgl_cs.rx_fts_limit (9 regs) */ 1608 0x06000f34, /* pglcs.pgl_cs.fts_hist .. pglcs.pgl_cs.recovery_hist_1 (6 regs) */ 1609 0x28000f3b, /* pglcs.pgl_cs.phy_ltssm_hist_0 .. pglcs.pgl_cs.phy_dbg_sed_extcfg_74 (40 regs) */ 1610 0x01000f64, /* pglcs.pgl_cs.phy_dbg_preset_lut (1 regs) */ 1611 0x01000f80, /* pglcs.pgl_cs.phy_dbg_muxed_sigs (1 regs) */ 1612 0x05000f84, /* pglcs.pgl_cs.phy_dbg_clkreq_0 .. pglcs.pgl_cs.misc_dbg_status (5 regs) */ 1613 0x01160000, /* block dmae */ 1614 0x03003140, /* dmae.memctrl_wr_rd_n .. dmae.memctrl_address (3 regs) */ 1615 0x011a0000, /* block ucm */ 1616 0x034a0010, /* ucm.memctrl_wr_rd_n .. ucm.memctrl_address (3 regs) */ 1617 0x01200000, /* block dorq */ 1618 0x030402b0, /* dorq.memctrl_wr_rd_n .. dorq.memctrl_address (3 regs) */ 1619 0x01210000, /* block brb */ 1620 0x040d0700, /* brb.memctrl_wr_rd_n .. brb.memctrl_status (4 regs) */ 1621 0x01230000, /* block prs */ 1622 0x0707c3e0, /* prs.cam_bist_en .. prs.cam_bist_dbg_compare_en (7 regs) */ 1623 0x012a0000, /* block tsem */ 1624 0x045d0330, /* tsem.fast_memory.memctrl_wr_rd_n .. tsem.fast_memory.memctrl_status (4 regs) */ 1625 0x012b0000, /* block msem */ 1626 0x04610330, /* msem.fast_memory.memctrl_wr_rd_n .. msem.fast_memory.memctrl_status (4 regs) */ 1627 0x012c0000, /* block usem */ 1628 0x04650330, /* usem.fast_memory.memctrl_wr_rd_n .. usem.fast_memory.memctrl_status (4 regs) */ 1629 0x012d0000, /* block xsem */ 1630 0x04510330, /* xsem.fast_memory.memctrl_wr_rd_n .. xsem.fast_memory.memctrl_status (4 regs) */ 1631 0x012e0000, /* block ysem */ 1632 0x04550330, /* ysem.fast_memory.memctrl_wr_rd_n .. ysem.fast_memory.memctrl_status (4 regs) */ 1633 0x012f0000, /* block psem */ 1634 0x04590330, /* psem.fast_memory.memctrl_wr_rd_n .. psem.fast_memory.memctrl_status (4 regs) */ 1635 0x01300000, /* block rss */ 1636 0x0408e322, /* rss.memctrl_wr_rd_n .. rss.memctrl_status (4 regs) */ 1637 0x013c0000, /* block pbf */ 1638 0x03360040, /* pbf.memctrl_wr_rd_n .. pbf.memctrl_address (3 regs) */ 1639 0x013f0000, /* block cdu */ 1640 0x041601d3, /* cdu.memctrl_wr_rd_n .. cdu.memctrl_status (4 regs) */ 1641 0x01420000, /* block igu */ 1642 0x07060018, /* igu.cam_bist_en .. igu.cam_bist_dbg_compare_en (7 regs) */ 1643 0x024a0000, /* block dbg */ 1644 0x0a0042b0, /* dbg.cpu_mbist_memctrl_0_cntrl_cmd .. dbg.cpu_mbist_memctrl_9_cntrl_cmd (10 regs) */ 1645 0x030042e5, /* dbg.memctrl_wr_rd_n .. dbg.memctrl_address (3 regs) */ 1646 0x024b0000, /* block nig */ 1647 0x04142218, /* nig.user_one_step_type .. nig.ts_shift (4 regs) */ 1648 0x0114221e, /* nig.user_one_step_32 (1 regs) */ 1649 0x01040003, /* mode !(bb|k2), block pglue_b */ 1650 0x020aa13a, /* pglue_b.dorq_access_via_bar0 .. pglue_b.vsc_en (2 regs) */ 1651 0x010d0000, /* block pswhst */ 1652 0x010a8031, /* pswhst.dest_dorq_credits (1 regs) */ 1653 0x01110000, /* block pswwr */ 1654 0x030a6833, /* pswwr.prm_sec_full_th .. pswwr.tgfs_full_th (3 regs) */ 1655 0x01170000, /* block ptu */ 1656 0x0115817f, /* ptu.index2_rsc_type_mask (1 regs) */ 1657 0x0c180000, /* block tcm */ 1658 0x2c460022, /* tcm.affinity_type_0 .. tcm.agg_con_cf11_q (44 regs) */ 1659 0x0b46015a, /* tcm.agg_con_rule0_q .. tcm.agg_con_rule10_q (11 regs) */ 1660 0x014601a2, /* tcm.ext_rd_fill_lvl (1 regs) */ 1661 0x134601e9, /* tcm.err_affinity_type .. tcm.xx_byp_msg_up_bnd_15 (19 regs) */ 1662 0x08460267, /* tcm.cm_task_event_id_bwidth_0 .. tcm.cm_task_event_id_bwidth_7 (8 regs) */ 1663 0x1046028e, /* tcm.cm_con_event_id_bwidth_0 .. tcm.cm_con_event_id_bwidth_15 (16 regs) */ 1664 0x86460640, /* tcm.tm_con_evnt_id_0 .. tcm.is_foc_tsdm_nxt_inf_unit (134 regs) */ 1665 0x064606e0, /* tcm.psdm_weight .. tcm.is_foc_psdm_nxt_inf_unit (6 regs) */ 1666 0x06460700, /* tcm.msdm_weight .. tcm.is_foc_msdm_nxt_inf_unit (6 regs) */ 1667 0x05460720, /* tcm.ysem_weight .. tcm.is_foc_ysem_nxt_inf_unit (5 regs) */ 1668 0x05460780, /* tcm.ptld_weight .. tcm.is_foc_ptld_nxt_inf_unit (5 regs) */ 1669 0x08460a00, /* tcm.agg_task_cf0_q .. tcm.agg_task_cf7_q (8 regs) */ 1670 0x0c190000, /* block mcm */ 1671 0x23480022, /* mcm.affinity_type_0 .. mcm.agg_con_cf2_q (35 regs) */ 1672 0x0548015a, /* mcm.agg_con_rule0_q .. mcm.agg_con_rule4_q (5 regs) */ 1673 0x014801a4, /* mcm.ext_rd_fill_lvl (1 regs) */ 1674 0x134801e9, /* mcm.err_affinity_type .. mcm.xx_byp_msg_up_bnd_15 (19 regs) */ 1675 0x09480257, /* mcm.agg_task_rule7_q .. mcm.cm_task_event_id_bwidth_7 (9 regs) */ 1676 0x1048028c, /* mcm.cm_con_event_id_bwidth_0 .. mcm.cm_con_event_id_bwidth_15 (16 regs) */ 1677 0x70480740, /* mcm.n_sm_con_ctx_ld_0 .. mcm.qm_sm_con_ctx_ldst_flg_15 (112 regs) */ 1678 0x06480a00, /* mcm.tsdm_weight .. mcm.is_foc_tsdm_nxt_inf_unit (6 regs) */ 1679 0x06480a20, /* mcm.psdm_weight .. mcm.is_foc_psdm_nxt_inf_unit (6 regs) */ 1680 0x06480a40, /* mcm.msdm_weight .. mcm.is_foc_msdm_nxt_inf_unit (6 regs) */ 1681 0x05480a80, /* mcm.ysem_weight .. mcm.is_foc_ysem_nxt_inf_unit (5 regs) */ 1682 0x05480b80, /* mcm.agg_task_cf0_q .. mcm.agg_task_cf4_q (5 regs) */ 1683 0x081a0000, /* block ucm */ 1684 0x294a002a, /* ucm.affinity_type_0 .. ucm.agg_con_cf8_q (41 regs) */ 1685 0x014a01aa, /* ucm.ext_rd_fill_lvl (1 regs) */ 1686 0x134a01e9, /* ucm.err_affinity_type .. ucm.xx_byp_msg_up_bnd_15 (19 regs) */ 1687 0x0a4a0261, /* ucm.agg_task_rule7_q .. ucm.cm_task_event_id_bwidth_7 (10 regs) */ 1688 0x104a028e, /* ucm.cm_con_event_id_bwidth_0 .. ucm.cm_con_event_id_bwidth_15 (16 regs) */ 1689 0x804a0700, /* ucm.tm_con_evnt_id_0 .. ucm.qm_sm_con_ctx_ldst_flg_15 (128 regs) */ 1690 0x074a0a00, /* ucm.ring_base .. ucm.is_foc_ysem_nxt_inf_unit (7 regs) */ 1691 0x064a0a80, /* ucm.agg_task_cf0_q .. ucm.agg_task_cf5_q (6 regs) */ 1692 0x071b0000, /* block xcm */ 1693 0x39400022, /* xcm.affinity_type_0 .. xcm.agg_con_cf24_q (57 regs) */ 1694 0x1c400132, /* xcm.agg_con_rule0_q .. xcm.agg_con_rule27_q (28 regs) */ 1695 0x014001a6, /* xcm.ext_rd_fill_lvl (1 regs) */ 1696 0x134001e6, /* xcm.err_affinity_type .. xcm.xx_byp_msg_up_bnd_15 (19 regs) */ 1697 0x1040028a, /* xcm.cm_con_event_id_bwidth_0 .. xcm.cm_con_event_id_bwidth_15 (16 regs) */ 1698 0x96400700, /* xcm.tm_con_evnt_id_0 .. xcm.is_foc_msdm_nxt_inf_unit (150 regs) */ 1699 0x054007c0, /* xcm.ysem_weight .. xcm.is_foc_ysem_nxt_inf_unit (5 regs) */ 1700 0x081c0000, /* block ycm */ 1701 0x23420022, /* ycm.affinity_type_0 .. ycm.agg_con_cf2_q (35 regs) */ 1702 0x014201a2, /* ycm.ext_rd_fill_lvl (1 regs) */ 1703 0x134201e9, /* ycm.err_affinity_type .. ycm.xx_byp_msg_up_bnd_15 (19 regs) */ 1704 0x10420251, /* ycm.agg_task_rule0_q .. ycm.cm_task_event_id_bwidth_7 (16 regs) */ 1705 0x1042028c, /* ycm.cm_con_event_id_bwidth_0 .. ycm.cm_con_event_id_bwidth_15 (16 regs) */ 1706 0x76420740, /* ycm.n_sm_con_ctx_ld_0 .. ycm.is_foc_msdm_nxt_inf_unit (118 regs) */ 1707 0x01420900, /* ycm.is_foc_ysem_nxt_inf_unit (1 regs) */ 1708 0x04420b00, /* ycm.agg_task_cf0_q .. ycm.agg_task_cf4_q (4 regs) */ 1709 0x041d0000, /* block pcm */ 1710 0x01440194, /* pcm.ext_rd_fill_lvl (1 regs) */ 1711 0x034401d9, /* pcm.err_affinity_type .. pcm.err_src_affinity (3 regs) */ 1712 0x164405c4, /* pcm.n_sm_con_ctx_ld_0 .. pcm.is_foc_psdm_nxt_inf_unit (22 regs) */ 1713 0x054405f0, /* pcm.ypld_weight .. pcm.is_foc_ypld_nxt_inf_unit (5 regs) */ 1714 0x021e0000, /* block qm */ 1715 0x080bd733, /* qm.Voq_Arb_Grp2_Weight_0 .. qm.Voq_Arb_Grp2_Weight_7 (8 regs) */ 1716 0x040bff80, /* qm.AFullQmBypThrLineVoqMask_msb .. qm.VoqCrdByteFull_msb (4 regs) */ 1717 0x08200000, /* block dorq */ 1718 0x010402ab, /* dorq.iedpm_payload_endianity (1 regs) */ 1719 0x04040a00, /* dorq.glb_max_icid_0 .. dorq.glb_range2conn_type_1 (4 regs) */ 1720 0x02040a14, /* dorq.iedpm_exist_in_qm_en .. dorq.iedpm_agg_type (2 regs) */ 1721 0xc3040a1a, /* dorq.edpm_agg_type_sel_0 .. dorq.rtc_en (195 regs) */ 1722 0x02040adf, /* dorq.crc32c_bswap .. dorq.iwarp_opcode_en (2 regs) */ 1723 0x0c040ae9, /* dorq.rdma_en_pbf_spc_roce .. dorq.iedpm_abort_details_reason (12 regs) */ 1724 0x06040af6, /* dorq.iedpm_abort_reason .. dorq.iedpm_drop_details_db_icid (6 regs) */ 1725 0x41040afd, /* dorq.iedpm_drop_reason .. dorq.dpm_iedpm_success_cnt (65 regs) */ 1726 0x01210000, /* block brb */ 1727 0x020d0376, /* brb.wc_ll_high_pri .. brb.br_fix_high_pri_collision (2 regs) */ 1728 0x0b230000, /* block prs */ 1729 0x0307c2ec, /* prs.fc_dbg_select_a .. prs.fc_dbg_shift_a (3 regs) */ 1730 0x0887c2f0, /* prs.fc_dbg_out_data_a (8 regs, WB) */ 1731 0x0407c2f8, /* prs.fc_dbg_force_valid_a .. prs.fc_dbg_out_frame_a (4 regs) */ 1732 0x0307c380, /* prs.fc_dbg_select_b .. prs.fc_dbg_shift_b (3 regs) */ 1733 0x0887c388, /* prs.fc_dbg_out_data_b (8 regs, WB) */ 1734 0x0407c390, /* prs.fc_dbg_force_valid_b .. prs.fc_dbg_out_frame_b (4 regs) */ 1735 0x0107c3c0, /* prs.ptld_initial_credit (1 regs) */ 1736 0x0107c3c3, /* prs.ptld_current_credit (1 regs) */ 1737 0x0607c3ce, /* prs.rgfs_initial_credit .. prs.fce_max_parking_lot_valid_entries (6 regs) */ 1738 0xb907c500, /* prs.compare_gre_version .. prs.xrc_opcodes (185 regs) */ 1739 0x0407c5ba, /* prs.new_entry_exclusive_classify_failed .. prs.en_ipv6_ext_event_id (4 regs) */ 1740 0x01240000, /* block tsdm */ 1741 0x013ec148, /* tsdm.init_credit_cm_rmt (1 regs) */ 1742 0x112a0000, /* block tsem */ 1743 0x085c0005, /* tsem.passive_buffer_write_wrr_arbiter .. tsem.passive_buffer_dra_wr (8 regs) */ 1744 0x025c0018, /* tsem.INT_STS_2 .. tsem.INT_MASK_2 (2 regs) */ 1745 0x015c0114, /* tsem.gpi_data_a (1 regs) */ 1746 0x035c0118, /* tsem.pb_wr_sdm_dma_mode .. tsem.gpi_data_b (3 regs) */ 1747 0x015c02c1, /* tsem.thread_error_low (1 regs) */ 1748 0x025c02c6, /* tsem.thread_number .. tsem.thread_error_high (2 regs) */ 1749 0x085c0404, /* tsem.sync_foc_fifo_wr_alm_full .. tsem.fic1_a_max_thrds (8 regs) */ 1750 0x035c045b, /* tsem.pb_queue_empty .. tsem.sync_foc_pre_fetch_fifo_empty (3 regs) */ 1751 0x035c049f, /* tsem.sync_ready_fifo_full .. tsem.sync_foc_fifo_full (3 regs) */ 1752 0x105c050a, /* tsem.dbg_queue_peformance_mon_stat .. tsem.dbg_queue_max_sleep_value (16 regs) */ 1753 0x015d0122, /* tsem.fast_memory.stall_common (1 regs) */ 1754 0x015d0132, /* tsem.fast_memory.pram_last_addr_a (1 regs) */ 1755 0x075d0136, /* tsem.fast_memory.data_breakpoint_address_start .. tsem.fast_memory.stall_storm_b (7 regs) */ 1756 0x015d01dd, /* tsem.fast_memory.dbg_gpre_vect (1 regs) */ 1757 0x015d0214, /* tsem.fast_memory.sync_dra_wr_alm_full (1 regs) */ 1758 0x015d0291, /* tsem.fast_memory.storm_active_cycles_a (1 regs) */ 1759 0x085d0293, /* tsem.fast_memory.storm_stall_cycles_a .. tsem.fast_memory.lock_max_cycle_stall (8 regs) */ 1760 0x112b0000, /* block msem */ 1761 0x08600005, /* msem.passive_buffer_write_wrr_arbiter .. msem.passive_buffer_dra_wr (8 regs) */ 1762 0x02600018, /* msem.INT_STS_2 .. msem.INT_MASK_2 (2 regs) */ 1763 0x01600114, /* msem.gpi_data_a (1 regs) */ 1764 0x03600118, /* msem.pb_wr_sdm_dma_mode .. msem.gpi_data_b (3 regs) */ 1765 0x016002c1, /* msem.thread_error_low (1 regs) */ 1766 0x026002c6, /* msem.thread_number .. msem.thread_error_high (2 regs) */ 1767 0x08600404, /* msem.sync_foc_fifo_wr_alm_full .. msem.fic1_a_max_thrds (8 regs) */ 1768 0x0360045b, /* msem.pb_queue_empty .. msem.sync_foc_pre_fetch_fifo_empty (3 regs) */ 1769 0x0360049f, /* msem.sync_ready_fifo_full .. msem.sync_foc_fifo_full (3 regs) */ 1770 0x1060050a, /* msem.dbg_queue_peformance_mon_stat .. msem.dbg_queue_max_sleep_value (16 regs) */ 1771 0x01610122, /* msem.fast_memory.stall_common (1 regs) */ 1772 0x01610132, /* msem.fast_memory.pram_last_addr_a (1 regs) */ 1773 0x07610136, /* msem.fast_memory.data_breakpoint_address_start .. msem.fast_memory.stall_storm_b (7 regs) */ 1774 0x016101dd, /* msem.fast_memory.dbg_gpre_vect (1 regs) */ 1775 0x01610214, /* msem.fast_memory.sync_dra_wr_alm_full (1 regs) */ 1776 0x01610291, /* msem.fast_memory.storm_active_cycles_a (1 regs) */ 1777 0x08610293, /* msem.fast_memory.storm_stall_cycles_a .. msem.fast_memory.lock_max_cycle_stall (8 regs) */ 1778 0x112c0000, /* block usem */ 1779 0x08640005, /* usem.passive_buffer_write_wrr_arbiter .. usem.passive_buffer_dra_wr (8 regs) */ 1780 0x02640018, /* usem.INT_STS_2 .. usem.INT_MASK_2 (2 regs) */ 1781 0x01640114, /* usem.gpi_data_a (1 regs) */ 1782 0x03640118, /* usem.pb_wr_sdm_dma_mode .. usem.gpi_data_b (3 regs) */ 1783 0x016402c1, /* usem.thread_error_low (1 regs) */ 1784 0x026402c6, /* usem.thread_number .. usem.thread_error_high (2 regs) */ 1785 0x08640404, /* usem.sync_foc_fifo_wr_alm_full .. usem.fic1_a_max_thrds (8 regs) */ 1786 0x0364045b, /* usem.pb_queue_empty .. usem.sync_foc_pre_fetch_fifo_empty (3 regs) */ 1787 0x0364049f, /* usem.sync_ready_fifo_full .. usem.sync_foc_fifo_full (3 regs) */ 1788 0x1064050a, /* usem.dbg_queue_peformance_mon_stat .. usem.dbg_queue_max_sleep_value (16 regs) */ 1789 0x01650122, /* usem.fast_memory.stall_common (1 regs) */ 1790 0x01650132, /* usem.fast_memory.pram_last_addr_a (1 regs) */ 1791 0x07650136, /* usem.fast_memory.data_breakpoint_address_start .. usem.fast_memory.stall_storm_b (7 regs) */ 1792 0x016501dd, /* usem.fast_memory.dbg_gpre_vect (1 regs) */ 1793 0x01650214, /* usem.fast_memory.sync_dra_wr_alm_full (1 regs) */ 1794 0x01650291, /* usem.fast_memory.storm_active_cycles_a (1 regs) */ 1795 0x08650293, /* usem.fast_memory.storm_stall_cycles_a .. usem.fast_memory.lock_max_cycle_stall (8 regs) */ 1796 0x112d0000, /* block xsem */ 1797 0x08500005, /* xsem.passive_buffer_write_wrr_arbiter .. xsem.passive_buffer_dra_wr (8 regs) */ 1798 0x02500018, /* xsem.INT_STS_2 .. xsem.INT_MASK_2 (2 regs) */ 1799 0x01500114, /* xsem.gpi_data_a (1 regs) */ 1800 0x03500118, /* xsem.pb_wr_sdm_dma_mode .. xsem.gpi_data_b (3 regs) */ 1801 0x015002c1, /* xsem.thread_error_low (1 regs) */ 1802 0x025002c6, /* xsem.thread_number .. xsem.thread_error_high (2 regs) */ 1803 0x08500404, /* xsem.sync_foc_fifo_wr_alm_full .. xsem.fic1_a_max_thrds (8 regs) */ 1804 0x0350045b, /* xsem.pb_queue_empty .. xsem.sync_foc_pre_fetch_fifo_empty (3 regs) */ 1805 0x0350049f, /* xsem.sync_ready_fifo_full .. xsem.sync_foc_fifo_full (3 regs) */ 1806 0x1050050a, /* xsem.dbg_queue_peformance_mon_stat .. xsem.dbg_queue_max_sleep_value (16 regs) */ 1807 0x01510122, /* xsem.fast_memory.stall_common (1 regs) */ 1808 0x01510132, /* xsem.fast_memory.pram_last_addr_a (1 regs) */ 1809 0x07510136, /* xsem.fast_memory.data_breakpoint_address_start .. xsem.fast_memory.stall_storm_b (7 regs) */ 1810 0x015101dd, /* xsem.fast_memory.dbg_gpre_vect (1 regs) */ 1811 0x01510214, /* xsem.fast_memory.sync_dra_wr_alm_full (1 regs) */ 1812 0x01510291, /* xsem.fast_memory.storm_active_cycles_a (1 regs) */ 1813 0x08510293, /* xsem.fast_memory.storm_stall_cycles_a .. xsem.fast_memory.lock_max_cycle_stall (8 regs) */ 1814 0x112e0000, /* block ysem */ 1815 0x08540005, /* ysem.passive_buffer_write_wrr_arbiter .. ysem.passive_buffer_dra_wr (8 regs) */ 1816 0x02540018, /* ysem.INT_STS_2 .. ysem.INT_MASK_2 (2 regs) */ 1817 0x01540114, /* ysem.gpi_data_a (1 regs) */ 1818 0x03540118, /* ysem.pb_wr_sdm_dma_mode .. ysem.gpi_data_b (3 regs) */ 1819 0x015402c1, /* ysem.thread_error_low (1 regs) */ 1820 0x025402c6, /* ysem.thread_number .. ysem.thread_error_high (2 regs) */ 1821 0x08540404, /* ysem.sync_foc_fifo_wr_alm_full .. ysem.fic1_a_max_thrds (8 regs) */ 1822 0x0354045b, /* ysem.pb_queue_empty .. ysem.sync_foc_pre_fetch_fifo_empty (3 regs) */ 1823 0x0354049f, /* ysem.sync_ready_fifo_full .. ysem.sync_foc_fifo_full (3 regs) */ 1824 0x1054050a, /* ysem.dbg_queue_peformance_mon_stat .. ysem.dbg_queue_max_sleep_value (16 regs) */ 1825 0x01550122, /* ysem.fast_memory.stall_common (1 regs) */ 1826 0x01550132, /* ysem.fast_memory.pram_last_addr_a (1 regs) */ 1827 0x07550136, /* ysem.fast_memory.data_breakpoint_address_start .. ysem.fast_memory.stall_storm_b (7 regs) */ 1828 0x015501dd, /* ysem.fast_memory.dbg_gpre_vect (1 regs) */ 1829 0x01550214, /* ysem.fast_memory.sync_dra_wr_alm_full (1 regs) */ 1830 0x01550291, /* ysem.fast_memory.storm_active_cycles_a (1 regs) */ 1831 0x08550293, /* ysem.fast_memory.storm_stall_cycles_a .. ysem.fast_memory.lock_max_cycle_stall (8 regs) */ 1832 0x112f0000, /* block psem */ 1833 0x08580005, /* psem.passive_buffer_write_wrr_arbiter .. psem.passive_buffer_dra_wr (8 regs) */ 1834 0x02580018, /* psem.INT_STS_2 .. psem.INT_MASK_2 (2 regs) */ 1835 0x01580114, /* psem.gpi_data_a (1 regs) */ 1836 0x03580118, /* psem.pb_wr_sdm_dma_mode .. psem.gpi_data_b (3 regs) */ 1837 0x015802c1, /* psem.thread_error_low (1 regs) */ 1838 0x025802c6, /* psem.thread_number .. psem.thread_error_high (2 regs) */ 1839 0x08580404, /* psem.sync_foc_fifo_wr_alm_full .. psem.fic1_a_max_thrds (8 regs) */ 1840 0x0358045b, /* psem.pb_queue_empty .. psem.sync_foc_pre_fetch_fifo_empty (3 regs) */ 1841 0x0358049f, /* psem.sync_ready_fifo_full .. psem.sync_foc_fifo_full (3 regs) */ 1842 0x1058050a, /* psem.dbg_queue_peformance_mon_stat .. psem.dbg_queue_max_sleep_value (16 regs) */ 1843 0x01590122, /* psem.fast_memory.stall_common (1 regs) */ 1844 0x01590132, /* psem.fast_memory.pram_last_addr_a (1 regs) */ 1845 0x07590136, /* psem.fast_memory.data_breakpoint_address_start .. psem.fast_memory.stall_storm_b (7 regs) */ 1846 0x015901dd, /* psem.fast_memory.dbg_gpre_vect (1 regs) */ 1847 0x01590214, /* psem.fast_memory.sync_dra_wr_alm_full (1 regs) */ 1848 0x01590291, /* psem.fast_memory.storm_active_cycles_a (1 regs) */ 1849 0x08590293, /* psem.fast_memory.storm_stall_cycles_a .. psem.fast_memory.lock_max_cycle_stall (8 regs) */ 1850 0x01300000, /* block rss */ 1851 0x0408e326, /* rss.fifo_full_status1 .. rss.state_machines1 (4 regs) */ 1852 0x01310000, /* block tmld */ 1853 0x19134240, /* tmld.l2ma_aggr_config1 .. tmld.ld_max_msg_size (25 regs) */ 1854 0x01320000, /* block muld */ 1855 0x1a138500, /* muld.l2ma_aggr_config1 .. muld.page_size (26 regs) */ 1856 0x01340000, /* block xyld */ 1857 0x19130240, /* xyld.l2ma_aggr_config1 .. xyld.ld_max_msg_size (25 regs) */ 1858 0x06350000, /* block ptld */ 1859 0x10164000, /* ptld.foci_foc_credits .. ptld.cm_hdr_127_96 (16 regs) */ 1860 0x03164011, /* ptld.stat_fic_msg .. ptld.len_err_log_2 (3 regs) */ 1861 0x01164015, /* ptld.len_err_log_v (1 regs) */ 1862 0x02164060, /* ptld.INT_STS .. ptld.INT_MASK (2 regs) */ 1863 0x19164300, /* ptld.l2ma_aggr_config1 .. ptld.ld_max_msg_size (25 regs) */ 1864 0x05164580, /* ptld.dbg_select .. ptld.dbg_force_frame (5 regs) */ 1865 0x06360000, /* block ypld */ 1866 0x1016c000, /* ypld.foci_foc_credits .. ypld.cm_hdr_127_96 (16 regs) */ 1867 0x0316c011, /* ypld.stat_fic_msg .. ypld.len_err_log_2 (3 regs) */ 1868 0x0116c015, /* ypld.len_err_log_v (1 regs) */ 1869 0x0216c060, /* ypld.INT_STS .. ypld.INT_MASK (2 regs) */ 1870 0x1916c300, /* ypld.l2ma_aggr_config1 .. ypld.ld_max_msg_size (25 regs) */ 1871 0x0516c580, /* ypld.dbg_select .. ypld.dbg_force_frame (5 regs) */ 1872 0x013b0000, /* block btb */ 1873 0x0236c217, /* btb.wc_ll_high_pri .. btb.br_fix_high_pri_collision (2 regs) */ 1874 0x023c0000, /* block pbf */ 1875 0x0236010c, /* pbf.tgfs_main_if_init_crd .. pbf.tgfs_side_if_init_crd (2 regs) */ 1876 0x0836014a, /* pbf.same_as_last_config .. pbf.num_lookups_in_sal (8 regs) */ 1877 0x01400000, /* block ccfc */ 1878 0x010b8204, /* ccfc.eio_threshold (1 regs) */ 1879 0x01410000, /* block tcfc */ 1880 0x010b4204, /* tcfc.eio_threshold (1 regs) */ 1881 0x01420000, /* block igu */ 1882 0x09060315, /* igu.vf_with_more_16sb_21 .. igu.vf_with_more_16sb_29 (9 regs) */ 1883 0x06450000, /* block rgsrc */ 1884 0x050c8010, /* rgsrc.dbg_select .. rgsrc.dbg_force_frame (5 regs) */ 1885 0x020c8060, /* rgsrc.INT_STS .. rgsrc.INT_MASK (2 regs) */ 1886 0x010c8080, /* rgsrc.eco_reserved (1 regs) */ 1887 0x040c8100, /* rgsrc.cache_en .. rgsrc.max_hops (4 regs) */ 1888 0x040c8108, /* rgsrc.pxp_ctrl .. rgsrc.num_inhouse_cmd (4 regs) */ 1889 0x090c810d, /* rgsrc.num_src_cmd .. rgsrc.num_src_cmd_hit_hop_3_or_more (9 regs) */ 1890 0x06470000, /* block tgsrc */ 1891 0x050c8810, /* tgsrc.dbg_select .. tgsrc.dbg_force_frame (5 regs) */ 1892 0x020c8860, /* tgsrc.INT_STS .. tgsrc.INT_MASK (2 regs) */ 1893 0x010c8880, /* tgsrc.eco_reserved (1 regs) */ 1894 0x040c8900, /* tgsrc.cache_en .. tgsrc.max_hops (4 regs) */ 1895 0x040c8908, /* tgsrc.pxp_ctrl .. tgsrc.num_inhouse_cmd (4 regs) */ 1896 0x090c890d, /* tgsrc.num_src_cmd .. tgsrc.num_src_cmd_hit_hop_3_or_more (9 regs) */ 1897 0x014a0000, /* block dbg */ 1898 0x010042ea, /* dbg.filter_mode (1 regs) */ 1899 0x034b0000, /* block nig */ 1900 0x0214003c, /* nig.INT_STS_10 .. nig.INT_MASK_10 (2 regs) */ 1901 0x01143600, /* nig.tx_bmb_fifo_alm_full_thr (1 regs) */ 1902 0x29143603, /* nig.tx_ooo_rfifo_full .. nig.ipv6_ext_authentication_hdr_type_valid (41 regs) */ 1903 0x02210143, /* mode !(bb|e5), block brb */ 1904 0x020d044b, /* brb.rc_eop_inp_sync_fifo_push_status_2 .. brb.rc_eop_inp_sync_fifo_push_status_3 (2 regs) */ 1905 0x020d045a, /* brb.rc_eop_out_sync_fifo_push_status_2 .. brb.rc_eop_out_sync_fifo_push_status_3 (2 regs) */ 1906 0x0e2a0000, /* block tsem */ 1907 0x015d0087, /* tsem.fast_memory.reserved_21C (1 regs) */ 1908 0x015d008a, /* tsem.fast_memory.reserved_228 (1 regs) */ 1909 0x015d008d, /* tsem.fast_memory.reserved_234 (1 regs) */ 1910 0x015d008f, /* tsem.fast_memory.reserved_23C (1 regs) */ 1911 0x015d0091, /* tsem.fast_memory.reserved_244 (1 regs) */ 1912 0x015d0094, /* tsem.fast_memory.reserved_250 (1 regs) */ 1913 0x015d0096, /* tsem.fast_memory.reserved_258 (1 regs) */ 1914 0x015d0098, /* tsem.fast_memory.reserved_260 (1 regs) */ 1915 0x015d009a, /* tsem.fast_memory.reserved_268 (1 regs) */ 1916 0x015d009c, /* tsem.fast_memory.reserved_270 (1 regs) */ 1917 0x015d009e, /* tsem.fast_memory.reserved_278 (1 regs) */ 1918 0x015d00a0, /* tsem.fast_memory.reserved_280 (1 regs) */ 1919 0x0f5d00a2, /* tsem.fast_memory.reserved_288 .. tsem.fast_memory.reserved_2C0 (15 regs) */ 1920 0x025d00b3, /* tsem.fast_memory.reserved_2CC .. tsem.fast_memory.reserved_2D0 (2 regs) */ 1921 0x0e2b0000, /* block msem */ 1922 0x01610087, /* msem.fast_memory.reserved_21C (1 regs) */ 1923 0x0161008a, /* msem.fast_memory.reserved_228 (1 regs) */ 1924 0x0161008d, /* msem.fast_memory.reserved_234 (1 regs) */ 1925 0x0161008f, /* msem.fast_memory.reserved_23C (1 regs) */ 1926 0x01610091, /* msem.fast_memory.reserved_244 (1 regs) */ 1927 0x01610094, /* msem.fast_memory.reserved_250 (1 regs) */ 1928 0x01610096, /* msem.fast_memory.reserved_258 (1 regs) */ 1929 0x01610098, /* msem.fast_memory.reserved_260 (1 regs) */ 1930 0x0161009a, /* msem.fast_memory.reserved_268 (1 regs) */ 1931 0x0161009c, /* msem.fast_memory.reserved_270 (1 regs) */ 1932 0x0161009e, /* msem.fast_memory.reserved_278 (1 regs) */ 1933 0x016100a0, /* msem.fast_memory.reserved_280 (1 regs) */ 1934 0x0f6100a2, /* msem.fast_memory.reserved_288 .. msem.fast_memory.reserved_2C0 (15 regs) */ 1935 0x026100b3, /* msem.fast_memory.reserved_2CC .. msem.fast_memory.reserved_2D0 (2 regs) */ 1936 0x0e2c0000, /* block usem */ 1937 0x01650087, /* usem.fast_memory.reserved_21C (1 regs) */ 1938 0x0165008a, /* usem.fast_memory.reserved_228 (1 regs) */ 1939 0x0165008d, /* usem.fast_memory.reserved_234 (1 regs) */ 1940 0x0165008f, /* usem.fast_memory.reserved_23C (1 regs) */ 1941 0x01650091, /* usem.fast_memory.reserved_244 (1 regs) */ 1942 0x01650094, /* usem.fast_memory.reserved_250 (1 regs) */ 1943 0x01650096, /* usem.fast_memory.reserved_258 (1 regs) */ 1944 0x01650098, /* usem.fast_memory.reserved_260 (1 regs) */ 1945 0x0165009a, /* usem.fast_memory.reserved_268 (1 regs) */ 1946 0x0165009c, /* usem.fast_memory.reserved_270 (1 regs) */ 1947 0x0165009e, /* usem.fast_memory.reserved_278 (1 regs) */ 1948 0x016500a0, /* usem.fast_memory.reserved_280 (1 regs) */ 1949 0x0f6500a2, /* usem.fast_memory.reserved_288 .. usem.fast_memory.reserved_2C0 (15 regs) */ 1950 0x026500b3, /* usem.fast_memory.reserved_2CC .. usem.fast_memory.reserved_2D0 (2 regs) */ 1951 0x0e2d0000, /* block xsem */ 1952 0x01510087, /* xsem.fast_memory.reserved_21C (1 regs) */ 1953 0x0151008a, /* xsem.fast_memory.reserved_228 (1 regs) */ 1954 0x0151008d, /* xsem.fast_memory.reserved_234 (1 regs) */ 1955 0x0151008f, /* xsem.fast_memory.reserved_23C (1 regs) */ 1956 0x01510091, /* xsem.fast_memory.reserved_244 (1 regs) */ 1957 0x01510094, /* xsem.fast_memory.reserved_250 (1 regs) */ 1958 0x01510096, /* xsem.fast_memory.reserved_258 (1 regs) */ 1959 0x01510098, /* xsem.fast_memory.reserved_260 (1 regs) */ 1960 0x0151009a, /* xsem.fast_memory.reserved_268 (1 regs) */ 1961 0x0151009c, /* xsem.fast_memory.reserved_270 (1 regs) */ 1962 0x0151009e, /* xsem.fast_memory.reserved_278 (1 regs) */ 1963 0x015100a0, /* xsem.fast_memory.reserved_280 (1 regs) */ 1964 0x0f5100a2, /* xsem.fast_memory.reserved_288 .. xsem.fast_memory.reserved_2C0 (15 regs) */ 1965 0x025100b3, /* xsem.fast_memory.reserved_2CC .. xsem.fast_memory.reserved_2D0 (2 regs) */ 1966 0x0e2e0000, /* block ysem */ 1967 0x01550087, /* ysem.fast_memory.reserved_21C (1 regs) */ 1968 0x0155008a, /* ysem.fast_memory.reserved_228 (1 regs) */ 1969 0x0155008d, /* ysem.fast_memory.reserved_234 (1 regs) */ 1970 0x0155008f, /* ysem.fast_memory.reserved_23C (1 regs) */ 1971 0x01550091, /* ysem.fast_memory.reserved_244 (1 regs) */ 1972 0x01550094, /* ysem.fast_memory.reserved_250 (1 regs) */ 1973 0x01550096, /* ysem.fast_memory.reserved_258 (1 regs) */ 1974 0x01550098, /* ysem.fast_memory.reserved_260 (1 regs) */ 1975 0x0155009a, /* ysem.fast_memory.reserved_268 (1 regs) */ 1976 0x0155009c, /* ysem.fast_memory.reserved_270 (1 regs) */ 1977 0x0155009e, /* ysem.fast_memory.reserved_278 (1 regs) */ 1978 0x015500a0, /* ysem.fast_memory.reserved_280 (1 regs) */ 1979 0x0f5500a2, /* ysem.fast_memory.reserved_288 .. ysem.fast_memory.reserved_2C0 (15 regs) */ 1980 0x025500b3, /* ysem.fast_memory.reserved_2CC .. ysem.fast_memory.reserved_2D0 (2 regs) */ 1981 0x0e2f0000, /* block psem */ 1982 0x01590087, /* psem.fast_memory.reserved_21C (1 regs) */ 1983 0x0159008a, /* psem.fast_memory.reserved_228 (1 regs) */ 1984 0x0159008d, /* psem.fast_memory.reserved_234 (1 regs) */ 1985 0x0159008f, /* psem.fast_memory.reserved_23C (1 regs) */ 1986 0x01590091, /* psem.fast_memory.reserved_244 (1 regs) */ 1987 0x01590094, /* psem.fast_memory.reserved_250 (1 regs) */ 1988 0x01590096, /* psem.fast_memory.reserved_258 (1 regs) */ 1989 0x01590098, /* psem.fast_memory.reserved_260 (1 regs) */ 1990 0x0159009a, /* psem.fast_memory.reserved_268 (1 regs) */ 1991 0x0159009c, /* psem.fast_memory.reserved_270 (1 regs) */ 1992 0x0159009e, /* psem.fast_memory.reserved_278 (1 regs) */ 1993 0x015900a0, /* psem.fast_memory.reserved_280 (1 regs) */ 1994 0x0f5900a2, /* psem.fast_memory.reserved_288 .. psem.fast_memory.reserved_2C0 (15 regs) */ 1995 0x025900b3, /* psem.fast_memory.reserved_2CC .. psem.fast_memory.reserved_2D0 (2 regs) */ 1996 0x014b0000, /* block nig */ 1997 0x301402b2, /* nig.tx_lb_vport_drop_160 .. nig.tx_lb_vport_drop_207 (48 regs) */ 1998 0x02540000, /* block avs_wrap */ 1999 0x041ad000, /* avs_wrap.avs_control .. avs_wrap.INT_MASK (4 regs) */ 2000 0x091ad00a, /* avs_wrap.eco_reserved .. avs_wrap.efuse_data_word_23 (9 regs) */ 2001 0x01010051, /* mode !e5, block miscs */ 2002 0x010025bc, /* miscs.function_hide (1 regs) */ 2003 0x01170000, /* block ptu */ 2004 0x0e158165, /* ptu.atc_fli_done_vf_31_0 .. ptu.atc_fli_done_clr_pf_15_0 (14 regs) */ 2005 0x05180000, /* block tcm */ 2006 0x01460186, /* tcm.prs_weight (1 regs) */ 2007 0x014602ad, /* tcm.prs_length_mis (1 regs) */ 2008 0x014602b6, /* tcm.prs_msg_cntr (1 regs) */ 2009 0x014602c4, /* tcm.is_prs_fill_lvl (1 regs) */ 2010 0x014602e5, /* tcm.is_foc_prs_nxt_inf_unit (1 regs) */ 2011 0x071a0000, /* block ucm */ 2012 0x014a018b, /* ucm.yuld_weight (1 regs) */ 2013 0x014a0199, /* ucm.psdm_frwrd_mode (1 regs) */ 2014 0x014a019e, /* ucm.yuld_frwrd_mode (1 regs) */ 2015 0x014a02b2, /* ucm.yuld_length_mis (1 regs) */ 2016 0x014a02bc, /* ucm.yuld_msg_cntr (1 regs) */ 2017 0x014a02cd, /* ucm.is_yuld_fill_lvl (1 regs) */ 2018 0x014a02eb, /* ucm.is_foc_yuld_nxt_inf_unit (1 regs) */ 2019 0x061d0000, /* block pcm */ 2020 0x01440182, /* pcm.pbf_weight (1 regs) */ 2021 0x0144018e, /* pcm.pbf_frwrd_mode (1 regs) */ 2022 0x014402ab, /* pcm.pbf_length_mis (1 regs) */ 2023 0x014402b0, /* pcm.pbf_msg_cntr (1 regs) */ 2024 0x014402b4, /* pcm.is_pbf_fill_lvl (1 regs) */ 2025 0x014402e3, /* pcm.is_foc_pbf_nxt_inf_unit (1 regs) */ 2026 0x02200000, /* block dorq */ 2027 0x0104020e, /* dorq.edpm_exist_in_qm_en (1 regs) */ 2028 0x02040241, /* dorq.l2_edpm_ext_hdr_size .. dorq.l2_edpm_ext_hdr_offs (2 regs) */ 2029 0x02210000, /* block brb */ 2030 0x010d044a, /* brb.rc_eop_inp_sync_fifo_push_status_1 (1 regs) */ 2031 0x010d0459, /* brb.rc_eop_out_sync_fifo_push_status_1 (1 regs) */ 2032 0x06230000, /* block prs */ 2033 0x0107c2d4, /* prs.prs_pkt_ct (1 regs) */ 2034 0x0307c2ec, /* prs.fc_dbg_select .. prs.fc_dbg_shift (3 regs) */ 2035 0x0887c2f0, /* prs.fc_dbg_out_data (8 regs, WB) */ 2036 0x0407c2f8, /* prs.fc_dbg_force_valid .. prs.fc_dbg_out_frame (4 regs) */ 2037 0x0107c3c0, /* prs.tcm_initial_credit (1 regs) */ 2038 0x0107c3c3, /* prs.tcm_current_credit (1 regs) */ 2039 0x1d2a0000, /* block tsem */ 2040 0x045c0001, /* tsem.enable_in .. tsem.pas_disable (4 regs) */ 2041 0x015c0100, /* tsem.arb_cycle_size (1 regs) */ 2042 0x035c0113, /* tsem.ext_store_free_entries .. tsem.gpre_samp_period (3 regs) */ 2043 0x015c0180, /* tsem.fic_min_msg (1 regs) */ 2044 0x025c0188, /* tsem.fic_empty_ct_mode .. tsem.fic_empty_ct_cnt (2 regs) */ 2045 0x015c01b0, /* tsem.full_foc_dra_strt_en (1 regs) */ 2046 0x10dc01c0, /* tsem.fin_command (16 regs, WB) */ 2047 0x015c0240, /* tsem.invld_pas_wr_en (1 regs) */ 2048 0x035c0260, /* tsem.arbiter_request .. tsem.arbiter_slot (3 regs) */ 2049 0x025c02c1, /* tsem.thread_error .. tsem.thread_rdy (2 regs) */ 2050 0x015c02c5, /* tsem.threads_list (1 regs) */ 2051 0x015c0380, /* tsem.order_pop_en (1 regs) */ 2052 0x015c0382, /* tsem.order_wake_en (1 regs) */ 2053 0x015c0384, /* tsem.pf_num_order_base (1 regs) */ 2054 0x015c0402, /* tsem.sync_dra_wr_alm_full (1 regs) */ 2055 0x015c0440, /* tsem.dra_empty (1 regs) */ 2056 0x045c0450, /* tsem.slow_dbg_empty .. tsem.slow_dra_wr_empty (4 regs) */ 2057 0x025c0459, /* tsem.thread_fifo_empty .. tsem.ord_id_fifo_empty (2 regs) */ 2058 0x015c0490, /* tsem.pas_if_full (1 regs) */ 2059 0x055c0492, /* tsem.slow_dbg_alm_full .. tsem.slow_dra_wr_full (5 regs) */ 2060 0x025c049d, /* tsem.thread_fifo_full .. tsem.ord_id_fifo_full (2 regs) */ 2061 0x035c04c0, /* tsem.thread_inter_cnt .. tsem.thread_orun_num (3 regs) */ 2062 0x0a5c0500, /* tsem.slow_dbg_active .. tsem.dbg_msg_src (10 regs) */ 2063 0x035d0122, /* tsem.fast_memory.stall_0 .. tsem.fast_memory.stall_2 (3 regs) */ 2064 0x015d0132, /* tsem.fast_memory.pram_last_addr (1 regs) */ 2065 0x015d0291, /* tsem.fast_memory.storm_active_cycles (1 regs) */ 2066 0x035d0293, /* tsem.fast_memory.storm_stall_cycles .. tsem.fast_memory.idle_inactive_cycles (3 regs) */ 2067 0x025d2814, /* tsem.fast_memory.vfc_config.rss_ram_tm_0 .. tsem.fast_memory.vfc_config.rss_ram_tm_1 (2 regs) */ 2068 0x015d281b, /* tsem.fast_memory.vfc_config.key_rss_ext5 (1 regs) */ 2069 0x1b2b0000, /* block msem */ 2070 0x04600001, /* msem.enable_in .. msem.pas_disable (4 regs) */ 2071 0x01600100, /* msem.arb_cycle_size (1 regs) */ 2072 0x03600113, /* msem.ext_store_free_entries .. msem.gpre_samp_period (3 regs) */ 2073 0x01600180, /* msem.fic_min_msg (1 regs) */ 2074 0x02600188, /* msem.fic_empty_ct_mode .. msem.fic_empty_ct_cnt (2 regs) */ 2075 0x016001b0, /* msem.full_foc_dra_strt_en (1 regs) */ 2076 0x10e001c0, /* msem.fin_command (16 regs, WB) */ 2077 0x01600240, /* msem.invld_pas_wr_en (1 regs) */ 2078 0x03600260, /* msem.arbiter_request .. msem.arbiter_slot (3 regs) */ 2079 0x026002c1, /* msem.thread_error .. msem.thread_rdy (2 regs) */ 2080 0x016002c5, /* msem.threads_list (1 regs) */ 2081 0x01600380, /* msem.order_pop_en (1 regs) */ 2082 0x01600382, /* msem.order_wake_en (1 regs) */ 2083 0x01600384, /* msem.pf_num_order_base (1 regs) */ 2084 0x01600402, /* msem.sync_dra_wr_alm_full (1 regs) */ 2085 0x01600440, /* msem.dra_empty (1 regs) */ 2086 0x04600450, /* msem.slow_dbg_empty .. msem.slow_dra_wr_empty (4 regs) */ 2087 0x02600459, /* msem.thread_fifo_empty .. msem.ord_id_fifo_empty (2 regs) */ 2088 0x01600490, /* msem.pas_if_full (1 regs) */ 2089 0x05600492, /* msem.slow_dbg_alm_full .. msem.slow_dra_wr_full (5 regs) */ 2090 0x0260049d, /* msem.thread_fifo_full .. msem.ord_id_fifo_full (2 regs) */ 2091 0x036004c0, /* msem.thread_inter_cnt .. msem.thread_orun_num (3 regs) */ 2092 0x0a600500, /* msem.slow_dbg_active .. msem.dbg_msg_src (10 regs) */ 2093 0x03610122, /* msem.fast_memory.stall_0 .. msem.fast_memory.stall_2 (3 regs) */ 2094 0x01610132, /* msem.fast_memory.pram_last_addr (1 regs) */ 2095 0x01610291, /* msem.fast_memory.storm_active_cycles (1 regs) */ 2096 0x03610293, /* msem.fast_memory.storm_stall_cycles .. msem.fast_memory.idle_inactive_cycles (3 regs) */ 2097 0x1b2c0000, /* block usem */ 2098 0x04640001, /* usem.enable_in .. usem.pas_disable (4 regs) */ 2099 0x01640100, /* usem.arb_cycle_size (1 regs) */ 2100 0x03640113, /* usem.ext_store_free_entries .. usem.gpre_samp_period (3 regs) */ 2101 0x01640180, /* usem.fic_min_msg (1 regs) */ 2102 0x02640188, /* usem.fic_empty_ct_mode .. usem.fic_empty_ct_cnt (2 regs) */ 2103 0x016401b0, /* usem.full_foc_dra_strt_en (1 regs) */ 2104 0x10e401c0, /* usem.fin_command (16 regs, WB) */ 2105 0x01640240, /* usem.invld_pas_wr_en (1 regs) */ 2106 0x03640260, /* usem.arbiter_request .. usem.arbiter_slot (3 regs) */ 2107 0x026402c1, /* usem.thread_error .. usem.thread_rdy (2 regs) */ 2108 0x016402c5, /* usem.threads_list (1 regs) */ 2109 0x01640380, /* usem.order_pop_en (1 regs) */ 2110 0x01640382, /* usem.order_wake_en (1 regs) */ 2111 0x01640384, /* usem.pf_num_order_base (1 regs) */ 2112 0x01640402, /* usem.sync_dra_wr_alm_full (1 regs) */ 2113 0x01640440, /* usem.dra_empty (1 regs) */ 2114 0x04640450, /* usem.slow_dbg_empty .. usem.slow_dra_wr_empty (4 regs) */ 2115 0x02640459, /* usem.thread_fifo_empty .. usem.ord_id_fifo_empty (2 regs) */ 2116 0x01640490, /* usem.pas_if_full (1 regs) */ 2117 0x05640492, /* usem.slow_dbg_alm_full .. usem.slow_dra_wr_full (5 regs) */ 2118 0x0264049d, /* usem.thread_fifo_full .. usem.ord_id_fifo_full (2 regs) */ 2119 0x036404c0, /* usem.thread_inter_cnt .. usem.thread_orun_num (3 regs) */ 2120 0x0a640500, /* usem.slow_dbg_active .. usem.dbg_msg_src (10 regs) */ 2121 0x03650122, /* usem.fast_memory.stall_0 .. usem.fast_memory.stall_2 (3 regs) */ 2122 0x01650132, /* usem.fast_memory.pram_last_addr (1 regs) */ 2123 0x01650291, /* usem.fast_memory.storm_active_cycles (1 regs) */ 2124 0x03650293, /* usem.fast_memory.storm_stall_cycles .. usem.fast_memory.idle_inactive_cycles (3 regs) */ 2125 0x1a2d0000, /* block xsem */ 2126 0x04500001, /* xsem.enable_in .. xsem.pas_disable (4 regs) */ 2127 0x01500100, /* xsem.arb_cycle_size (1 regs) */ 2128 0x03500113, /* xsem.ext_store_free_entries .. xsem.gpre_samp_period (3 regs) */ 2129 0x02500188, /* xsem.fic_empty_ct_mode .. xsem.fic_empty_ct_cnt (2 regs) */ 2130 0x015001b0, /* xsem.full_foc_dra_strt_en (1 regs) */ 2131 0x10d001c0, /* xsem.fin_command (16 regs, WB) */ 2132 0x01500240, /* xsem.invld_pas_wr_en (1 regs) */ 2133 0x03500260, /* xsem.arbiter_request .. xsem.arbiter_slot (3 regs) */ 2134 0x025002c1, /* xsem.thread_error .. xsem.thread_rdy (2 regs) */ 2135 0x015002c5, /* xsem.threads_list (1 regs) */ 2136 0x01500380, /* xsem.order_pop_en (1 regs) */ 2137 0x01500382, /* xsem.order_wake_en (1 regs) */ 2138 0x01500384, /* xsem.pf_num_order_base (1 regs) */ 2139 0x01500402, /* xsem.sync_dra_wr_alm_full (1 regs) */ 2140 0x01500440, /* xsem.dra_empty (1 regs) */ 2141 0x04500450, /* xsem.slow_dbg_empty .. xsem.slow_dra_wr_empty (4 regs) */ 2142 0x02500459, /* xsem.thread_fifo_empty .. xsem.ord_id_fifo_empty (2 regs) */ 2143 0x01500490, /* xsem.pas_if_full (1 regs) */ 2144 0x05500492, /* xsem.slow_dbg_alm_full .. xsem.slow_dra_wr_full (5 regs) */ 2145 0x0250049d, /* xsem.thread_fifo_full .. xsem.ord_id_fifo_full (2 regs) */ 2146 0x035004c0, /* xsem.thread_inter_cnt .. xsem.thread_orun_num (3 regs) */ 2147 0x0a500500, /* xsem.slow_dbg_active .. xsem.dbg_msg_src (10 regs) */ 2148 0x03510122, /* xsem.fast_memory.stall_0 .. xsem.fast_memory.stall_2 (3 regs) */ 2149 0x01510132, /* xsem.fast_memory.pram_last_addr (1 regs) */ 2150 0x01510291, /* xsem.fast_memory.storm_active_cycles (1 regs) */ 2151 0x03510293, /* xsem.fast_memory.storm_stall_cycles .. xsem.fast_memory.idle_inactive_cycles (3 regs) */ 2152 0x1a2e0000, /* block ysem */ 2153 0x04540001, /* ysem.enable_in .. ysem.pas_disable (4 regs) */ 2154 0x01540100, /* ysem.arb_cycle_size (1 regs) */ 2155 0x03540113, /* ysem.ext_store_free_entries .. ysem.gpre_samp_period (3 regs) */ 2156 0x02540188, /* ysem.fic_empty_ct_mode .. ysem.fic_empty_ct_cnt (2 regs) */ 2157 0x015401b0, /* ysem.full_foc_dra_strt_en (1 regs) */ 2158 0x10d401c0, /* ysem.fin_command (16 regs, WB) */ 2159 0x01540240, /* ysem.invld_pas_wr_en (1 regs) */ 2160 0x03540260, /* ysem.arbiter_request .. ysem.arbiter_slot (3 regs) */ 2161 0x025402c1, /* ysem.thread_error .. ysem.thread_rdy (2 regs) */ 2162 0x015402c5, /* ysem.threads_list (1 regs) */ 2163 0x01540380, /* ysem.order_pop_en (1 regs) */ 2164 0x01540382, /* ysem.order_wake_en (1 regs) */ 2165 0x01540384, /* ysem.pf_num_order_base (1 regs) */ 2166 0x01540402, /* ysem.sync_dra_wr_alm_full (1 regs) */ 2167 0x01540440, /* ysem.dra_empty (1 regs) */ 2168 0x04540450, /* ysem.slow_dbg_empty .. ysem.slow_dra_wr_empty (4 regs) */ 2169 0x02540459, /* ysem.thread_fifo_empty .. ysem.ord_id_fifo_empty (2 regs) */ 2170 0x01540490, /* ysem.pas_if_full (1 regs) */ 2171 0x05540492, /* ysem.slow_dbg_alm_full .. ysem.slow_dra_wr_full (5 regs) */ 2172 0x0254049d, /* ysem.thread_fifo_full .. ysem.ord_id_fifo_full (2 regs) */ 2173 0x035404c0, /* ysem.thread_inter_cnt .. ysem.thread_orun_num (3 regs) */ 2174 0x0a540500, /* ysem.slow_dbg_active .. ysem.dbg_msg_src (10 regs) */ 2175 0x03550122, /* ysem.fast_memory.stall_0 .. ysem.fast_memory.stall_2 (3 regs) */ 2176 0x01550132, /* ysem.fast_memory.pram_last_addr (1 regs) */ 2177 0x01550291, /* ysem.fast_memory.storm_active_cycles (1 regs) */ 2178 0x03550293, /* ysem.fast_memory.storm_stall_cycles .. ysem.fast_memory.idle_inactive_cycles (3 regs) */ 2179 0x1b2f0000, /* block psem */ 2180 0x04580001, /* psem.enable_in .. psem.pas_disable (4 regs) */ 2181 0x01580100, /* psem.arb_cycle_size (1 regs) */ 2182 0x03580113, /* psem.ext_store_free_entries .. psem.gpre_samp_period (3 regs) */ 2183 0x01580180, /* psem.fic_min_msg (1 regs) */ 2184 0x02580188, /* psem.fic_empty_ct_mode .. psem.fic_empty_ct_cnt (2 regs) */ 2185 0x015801b0, /* psem.full_foc_dra_strt_en (1 regs) */ 2186 0x10d801c0, /* psem.fin_command (16 regs, WB) */ 2187 0x01580240, /* psem.invld_pas_wr_en (1 regs) */ 2188 0x03580260, /* psem.arbiter_request .. psem.arbiter_slot (3 regs) */ 2189 0x025802c1, /* psem.thread_error .. psem.thread_rdy (2 regs) */ 2190 0x015802c5, /* psem.threads_list (1 regs) */ 2191 0x01580380, /* psem.order_pop_en (1 regs) */ 2192 0x01580382, /* psem.order_wake_en (1 regs) */ 2193 0x01580384, /* psem.pf_num_order_base (1 regs) */ 2194 0x01580402, /* psem.sync_dra_wr_alm_full (1 regs) */ 2195 0x01580440, /* psem.dra_empty (1 regs) */ 2196 0x04580450, /* psem.slow_dbg_empty .. psem.slow_dra_wr_empty (4 regs) */ 2197 0x02580459, /* psem.thread_fifo_empty .. psem.ord_id_fifo_empty (2 regs) */ 2198 0x01580490, /* psem.pas_if_full (1 regs) */ 2199 0x05580492, /* psem.slow_dbg_alm_full .. psem.slow_dra_wr_full (5 regs) */ 2200 0x0258049d, /* psem.thread_fifo_full .. psem.ord_id_fifo_full (2 regs) */ 2201 0x035804c0, /* psem.thread_inter_cnt .. psem.thread_orun_num (3 regs) */ 2202 0x0a580500, /* psem.slow_dbg_active .. psem.dbg_msg_src (10 regs) */ 2203 0x03590122, /* psem.fast_memory.stall_0 .. psem.fast_memory.stall_2 (3 regs) */ 2204 0x01590132, /* psem.fast_memory.pram_last_addr (1 regs) */ 2205 0x01590291, /* psem.fast_memory.storm_active_cycles (1 regs) */ 2206 0x03590293, /* psem.fast_memory.storm_stall_cycles .. psem.fast_memory.idle_inactive_cycles (3 regs) */ 2207 0x01300000, /* block rss */ 2208 0x0408e30e, /* rss.empty_status .. rss.state_machines (4 regs) */ 2209 0x05330000, /* block yuld */ 2210 0x2a132000, /* yuld.scbd_strict_prio .. yuld.cm_hdr_127_96 (42 regs) */ 2211 0x0513202b, /* yuld.stat_fic_msg .. yuld.len_err_log_2 (5 regs) */ 2212 0x01132031, /* yuld.len_err_log_v (1 regs) */ 2213 0x02132060, /* yuld.INT_STS .. yuld.INT_MASK (2 regs) */ 2214 0x05132580, /* yuld.dbg_select .. yuld.dbg_force_frame (5 regs) */ 2215 0x013c0000, /* block pbf */ 2216 0x01360106, /* pbf.pcm_if_init_crd (1 regs) */ 2217 0x024a0000, /* block dbg */ 2218 0x01004002, /* dbg.other_client_enable (1 regs) */ 2219 0x01004004, /* dbg.other_engine_mode (1 regs) */ 2220 0x014b0000, /* block nig */ 2221 0xa0140212, /* nig.tx_lb_vport_drop_0 .. nig.tx_lb_vport_drop_159 (160 regs) */ 2222 0x01030033, /* mode !((!asic)|(bb|k2)), block dbu */ 2223 0x01002800, /* dbu.cmd (1 regs) */ 2224 0x0203001d, /* mode !(!asic), block dbu */ 2225 0x02002802, /* dbu.config .. dbu.timing (2 regs) */ 2226 0x02002805, /* dbu.txdata .. dbu.vfid_cfg (2 regs) */ 2227 0x030c0000, /* block mcp2 */ 2228 0x01014880, /* mcp2.eco_reserved (1 regs) */ 2229 0x03014900, /* mcp2.dbg_select .. mcp2.dbg_shift (3 regs) */ 2230 0x02014910, /* mcp2.dbg_force_valid .. mcp2.dbg_force_frame (2 regs) */ 2231 0x06480000, /* block umac */ 2232 0x02014401, /* umac.ipg_hd_bkp_cntl .. umac.command_config (2 regs) */ 2233 0x01014405, /* umac.frm_length (1 regs) */ 2234 0x01014411, /* umac.mac_mode (1 regs) */ 2235 0x01014417, /* umac.tx_ipg_length (1 regs) */ 2236 0x010144c0, /* umac.mac_pfc_type (1 regs) */ 2237 0x010144cc, /* umac.pause_control (1 regs) */ 2238 0x0207000b, /* mode !(emul_reduced|fpga), block ncsi */ 2239 0xa2010080, /* ncsi.config .. ncsi.dbg_force_frame (162 regs) */ 2240 0x03010132, /* ncsi.eco_reserved .. ncsi.INT_MASK_0 (3 regs) */ 2241 0x26090000, /* block bmb */ 2242 0x03150001, /* bmb.hw_init_en .. bmb.start_en (3 regs) */ 2243 0x02150030, /* bmb.INT_STS_0 .. bmb.INT_MASK_0 (2 regs) */ 2244 0x02150036, /* bmb.INT_STS_1 .. bmb.INT_MASK_1 (2 regs) */ 2245 0x0215003c, /* bmb.INT_STS_2 .. bmb.INT_MASK_2 (2 regs) */ 2246 0x02150042, /* bmb.INT_STS_3 .. bmb.INT_MASK_3 (2 regs) */ 2247 0x02150048, /* bmb.INT_STS_4 .. bmb.INT_MASK_4 (2 regs) */ 2248 0x0215004e, /* bmb.INT_STS_5 .. bmb.INT_MASK_5 (2 regs) */ 2249 0x02150054, /* bmb.INT_STS_6 .. bmb.INT_MASK_6 (2 regs) */ 2250 0x0215005a, /* bmb.INT_STS_7 .. bmb.INT_MASK_7 (2 regs) */ 2251 0x02150061, /* bmb.INT_STS_8 .. bmb.INT_MASK_8 (2 regs) */ 2252 0x02150067, /* bmb.INT_STS_9 .. bmb.INT_MASK_9 (2 regs) */ 2253 0x0215006d, /* bmb.INT_STS_10 .. bmb.INT_MASK_10 (2 regs) */ 2254 0x02150073, /* bmb.INT_STS_11 .. bmb.INT_MASK_11 (2 regs) */ 2255 0x02150200, /* bmb.big_ram_address .. bmb.header_size (2 regs) */ 2256 0x0a150210, /* bmb.max_releases .. bmb.tc_guarantied_5 (10 regs) */ 2257 0x0615021e, /* bmb.tc_guarantied_hyst_0 .. bmb.tc_guarantied_hyst_5 (6 regs) */ 2258 0x06150228, /* bmb.tc_pause_xoff_threshold_0 .. bmb.tc_pause_xoff_threshold_5 (6 regs) */ 2259 0x06150232, /* bmb.tc_pause_xon_threshold_0 .. bmb.tc_pause_xon_threshold_5 (6 regs) */ 2260 0x0615023c, /* bmb.tc_full_xoff_threshold_0 .. bmb.tc_full_xoff_threshold_5 (6 regs) */ 2261 0x06150246, /* bmb.tc_full_xon_threshold_0 .. bmb.tc_full_xon_threshold_5 (6 regs) */ 2262 0x02150250, /* bmb.no_dead_cycles_en .. bmb.rc_pkt_priority (2 regs) */ 2263 0x0d150260, /* bmb.rc_sop_priority .. bmb.pm_tc_latency_sensitive_0 (13 regs) */ 2264 0x0615028c, /* bmb.pm_cos_threshold_0 .. bmb.pm_cos_threshold_5 (6 regs) */ 2265 0x0815029c, /* bmb.dbgsyn_almost_full_thr .. bmb.dbg_force_frame (8 regs) */ 2266 0x0c1502b2, /* bmb.inp_if_enable .. bmb.wc_empty_9 (12 regs) */ 2267 0x0a1502c4, /* bmb.wc_full_0 .. bmb.wc_full_9 (10 regs) */ 2268 0x051502d4, /* bmb.wc_bandwidth_if_full .. bmb.rc_pkt_empty_2 (5 regs) */ 2269 0x031502e5, /* bmb.rc_pkt_full_0 .. bmb.rc_pkt_full_2 (3 regs) */ 2270 0x031502f4, /* bmb.rc_pkt_status_0 .. bmb.rc_pkt_status_2 (3 regs) */ 2271 0x36150303, /* bmb.rc_sop_empty .. bmb.rc_dscr_pend_fifo_cnt_7 (54 regs) */ 2272 0x03150341, /* bmb.rc_gnt_pend_fifo_empty .. bmb.rc_gnt_pend_fifo_cnt (3 regs) */ 2273 0x02150353, /* bmb.wc_sync_fifo_push_status_8 .. bmb.wc_sync_fifo_push_status_9 (2 regs) */ 2274 0x02150362, /* bmb.pkt_avail_sync_fifo_push_status .. bmb.rc_pkt_state (2 regs) */ 2275 0x01150367, /* bmb.mac_free_shared_hr_0 (1 regs) */ 2276 0x0615036d, /* bmb.tc_occupancy_0 .. bmb.tc_occupancy_5 (6 regs) */ 2277 0x0115037d, /* bmb.available_mac_size_0 (1 regs) */ 2278 0x01150383, /* bmb.tc_pause_0 (1 regs) */ 2279 0x01150389, /* bmb.tc_full_0 (1 regs) */ 2280 0x062f0000, /* block psem */ 2281 0x0e592800, /* psem.fast_memory.vfc_config.mask_lsb_0_low .. psem.fast_memory.vfc_config.indications2 (14 regs) */ 2282 0x0559280f, /* psem.fast_memory.vfc_config.memories_rst .. psem.fast_memory.vfc_config.interrupt_mask (5 regs) */ 2283 0x05592816, /* psem.fast_memory.vfc_config.inp_fifo_tm .. psem.fast_memory.vfc_config.vfc_cam_bist_status (5 regs) */ 2284 0x0659281c, /* psem.fast_memory.vfc_config.inp_fifo_alm_full .. psem.fast_memory.vfc_config.cpu_mbist_memctrl_1_cntrl_cmd (6 regs) */ 2285 0x12592824, /* psem.fast_memory.vfc_config.debug_data .. psem.fast_memory.vfc_config.mask_lsb_7_high (18 regs) */ 2286 0x0c59283e, /* psem.fast_memory.vfc_config.offset_alu_vector_0 .. psem.fast_memory.vfc_config.cam_bist_skip_error_cnt (12 regs) */ 2287 0x01090041, /* mode (!bb)&(!(emul_reduced|fpga)), block bmb */ 2288 0x02150252, /* bmb.wc_no_dead_cycles_en .. bmb.wc_highest_pri_en (2 regs) */ 2289 0x03090001, /* mode (!(bb|k2))&(!(emul_reduced|fpga)), block bmb */ 2290 0x02150254, /* bmb.wc_ll_high_pri .. bmb.br_fix_high_pri_collision (2 regs) */ 2291 0x08150339, /* bmb.rc_sop_inp_sync_fifo_pop_empty_1 .. bmb.rc_sop_out_sync_fifo_push_status_2 (8 regs) */ 2292 0x02150344, /* bmb.rc_out_sync_fifo_push_status_1 .. bmb.rc_out_sync_fifo_push_status_2 (2 regs) */ 2293 0x0609004f, /* mode (!e5)&(!(emul_reduced|fpga)), block bmb */ 2294 0x071502d9, /* bmb.rc_pkt_empty_3 .. bmb.rc_pkt_empty_9 (7 regs) */ 2295 0x071502e8, /* bmb.rc_pkt_full_3 .. bmb.rc_pkt_full_9 (7 regs) */ 2296 0x071502f7, /* bmb.rc_pkt_status_3 .. bmb.rc_pkt_status_9 (7 regs) */ 2297 0x08150339, /* bmb.rc_sop_inp_sync_fifo_pop_empty_8 .. bmb.rc_sop_out_sync_fifo_push_status_9 (8 regs) */ 2298 0x02150344, /* bmb.rc_out_sync_fifo_push_status_8 .. bmb.rc_out_sync_fifo_push_status_9 (2 regs) */ 2299 0x01150364, /* bmb.rc_pkt_state_1 (1 regs) */ 2300 0x022f0000, /* block psem */ 2301 0x02592814, /* psem.fast_memory.vfc_config.rss_ram_tm_0 .. psem.fast_memory.vfc_config.rss_ram_tm_1 (2 regs) */ 2302 0x0159281b, /* psem.fast_memory.vfc_config.key_rss_ext5 (1 regs) */ 2303 0x08480013, /* mode (!(k2|e5))&(!(!asic)), block umac */ 2304 0x02014403, /* umac.mac_0 .. umac.mac_1 (2 regs) */ 2305 0x01014406, /* umac.pause_quant (1 regs) */ 2306 0x01014410, /* umac.sfd_offset (1 regs) */ 2307 0x04014412, /* umac.tag_0 .. umac.tx_preamble (4 regs) */ 2308 0x05014418, /* umac.pfc_xoff_timer .. umac.umac_eee_ref_count (5 regs) */ 2309 0x0501441e, /* umac.umac_rx_pkt_drop_status .. umac.umac_rev_id (5 regs) */ 2310 0x070144c1, /* umac.mac_pfc_opcode .. umac.tx_ts_data (7 regs) */ 2311 0x050144cd, /* umac.flush_control .. umac.mac_pfc_refresh_ctrl (5 regs) */ 2312 0x054e0000, /* block ipc */ 2313 0xa3008080, /* ipc.mdio_voltage_sel .. ipc.swreg_sync_clk_en (163 regs) */ 2314 0x03008126, /* ipc.nw_serdes_mdio_comm .. ipc.nw_serdes_mdio_mode (3 regs) */ 2315 0x0100812c, /* ipc.freq_nw (1 regs) */ 2316 0x0800813a, /* ipc.otp_config_0 .. ipc.otp_config_7 (8 regs) */ 2317 0x0500814b, /* ipc.lcpll_refclk_sel .. ipc.cpu_otp_rd_syndrome (5 regs) */ 2318 0x04480099, /* mode (!bb)&(!(!asic)), block umac */ 2319 0x07014423, /* umac.tx_ipg_length1 .. umac.dbg_force_frame (7 regs) */ 2320 0x02014460, /* umac.INT_STS .. umac.INT_MASK (2 regs) */ 2321 0x070144c1, /* umac.pause_opcode .. umac.mac_pause_sa_1 (7 regs) */ 2322 0x030144cd, /* umac.rsv_err_mask .. umac.probe_data (3 regs) */ 2323 0x034e0000, /* block ipc */ 2324 0x26008080, /* ipc.pll_main_divr .. ipc.sgmii_rstb_mdioregs (38 regs) */ 2325 0x120080a7, /* ipc.freq_main .. ipc.INT_MASK_0 (18 regs) */ 2326 0x230080bb, /* ipc.jtag_compliance .. ipc.eco_reserved (35 regs) */ 2327 0xff500000, /* block nws */ 2328 0x031c8000, /* nws.nws_cmu.phy0_top_ReservedRegister0 .. nws.nws_cmu.phy0_top_ReservedRegister2 (3 regs) */ 2329 0x031c8004, /* nws.nws_cmu.phy0_top_ReservedRegister3 .. nws.nws_cmu.phy0_top_ReservedRegister5 (3 regs) */ 2330 0x011c8009, /* nws.nws_cmu.phy0_top_ReservedRegister6 (1 regs) */ 2331 0x041c8030, /* nws.nws_cmu.phy0_top_ReservedRegister7 .. nws.nws_cmu.phy0_top_ReservedRegister10 (4 regs) */ 2332 0x021c8038, /* nws.nws_cmu.phy0_top_afe_atest_ctrl0 .. nws.nws_cmu.phy0_top_afe_atest_ctrl1 (2 regs) */ 2333 0x011c8040, /* nws.nws_cmu.phy0_top_ReservedRegister11 (1 regs) */ 2334 0x011c8050, /* nws.nws_cmu.phy0_top_ReservedRegister12 (1 regs) */ 2335 0x041c8054, /* nws.nws_cmu.phy0_top_ReservedRegister13 .. nws.nws_cmu.phy0_top_ReservedRegister16 (4 regs) */ 2336 0x0b1c80f0, /* nws.nws_cmu.phy0_top_ReservedRegister17 .. nws.nws_cmu.phy0_top_clock_cm_lc0_clk_cmudiv_ctrl1 (11 regs) */ 2337 0x0a1c8100, /* nws.nws_cmu.phy0_top_ReservedRegister26 .. nws.nws_cmu.phy0_top_clock_cm_r0_clk_pll3div_ctrl1 (10 regs) */ 2338 0x061c8110, /* nws.nws_cmu.phy0_top_clock_ln0_clk_tx .. nws.nws_cmu.phy0_top_ReservedRegister35 (6 regs) */ 2339 0x061c8118, /* nws.nws_cmu.phy0_top_clock_ln1_clk_tx .. nws.nws_cmu.phy0_top_ReservedRegister39 (6 regs) */ 2340 0x061c8120, /* nws.nws_cmu.phy0_top_clock_ln2_clk_tx .. nws.nws_cmu.phy0_top_ReservedRegister43 (6 regs) */ 2341 0x061c8128, /* nws.nws_cmu.phy0_top_clock_ln3_clk_tx .. nws.nws_cmu.phy0_top_ReservedRegister47 (6 regs) */ 2342 0x021c8130, /* nws.nws_cmu.phy0_top_ReservedRegister48 .. nws.nws_cmu.phy0_top_ReservedRegister49 (2 regs) */ 2343 0x011c8170, /* nws.nws_cmu.phy0_top_ReservedRegister50 (1 regs) */ 2344 0x031c8180, /* nws.nws_cmu.phy0_top_err_ctrl0 .. nws.nws_cmu.phy0_top_err_ctrl2 (3 regs) */ 2345 0x061c8187, /* nws.nws_cmu.phy0_top_regbus_err_info_ctrl .. nws.nws_cmu.phy0_top_regbus_err_info_status4 (6 regs) */ 2346 0x051c81a0, /* nws.nws_cmu.phy0_top_tbus_addr_7_0 .. nws.nws_cmu.phy0_top_ReservedRegister53 (5 regs) */ 2347 0x021c81b0, /* nws.nws_cmu.phy0_top_tbus_data_7_0 .. nws.nws_cmu.phy0_top_tbus_data_11_8 (2 regs) */ 2348 0x021c81c0, /* nws.nws_cmu.phy0_top_sim_ctrl .. nws.nws_cmu.phy0_top_fw_ctrl (2 regs) */ 2349 0x011c8200, /* nws.nws_cmu.phy0_mb_cmd (1 regs) */ 2350 0x081c8203, /* nws.nws_cmu.phy0_mb_cmd_data0 .. nws.nws_cmu.phy0_mb_cmd_data7 (8 regs) */ 2351 0x011c8210, /* nws.nws_cmu.phy0_mb_rsp (1 regs) */ 2352 0x101c8213, /* nws.nws_cmu.phy0_mb_rsp_data0 .. nws.nws_cmu.phy0_mb_rsp_data15 (16 regs) */ 2353 0x221c8300, /* nws.nws_cmu.phy0_ovr_cmu_lc_ReservedRegister54 .. nws.nws_cmu.phy0_ovr_cmu_lc_ReservedRegister87 (34 regs) */ 2354 0x0a1c8380, /* nws.nws_cmu.phy0_ovr_cmu_r_ReservedRegister88 .. nws.nws_cmu.phy0_ovr_cmu_r_ReservedRegister97 (10 regs) */ 2355 0x931c8400, /* nws.nws_cmu.phy0_ovr_ln0_ReservedRegister98 .. nws.nws_cmu.phy0_ovr_ln0_ReservedRegister244 (147 regs) */ 2356 0x931c8500, /* nws.nws_cmu.phy0_ovr_ln1_ReservedRegister245 .. nws.nws_cmu.phy0_ovr_ln1_ReservedRegister391 (147 regs) */ 2357 0x931c8600, /* nws.nws_cmu.phy0_ovr_ln2_ReservedRegister392 .. nws.nws_cmu.phy0_ovr_ln2_ReservedRegister538 (147 regs) */ 2358 0x931c8700, /* nws.nws_cmu.phy0_ovr_ln3_ReservedRegister539 .. nws.nws_cmu.phy0_ovr_ln3_ReservedRegister685 (147 regs) */ 2359 0x021c8800, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister686 .. nws.nws_cmu.cmu_lc0_top_ReservedRegister687 (2 regs) */ 2360 0x011c8803, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister688 (1 regs) */ 2361 0x061c8805, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister689 .. nws.nws_cmu.cmu_lc0_top_ReservedRegister694 (6 regs) */ 2362 0x011c880c, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister695 (1 regs) */ 2363 0x021c881a, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister696 .. nws.nws_cmu.cmu_lc0_top_ReservedRegister697 (2 regs) */ 2364 0x081c881f, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister698 .. nws.nws_cmu.cmu_lc0_top_ReservedRegister704 (8 regs) */ 2365 0x011c8828, /* nws.nws_cmu.cmu_lc0_top_afe_tstclk_ctrl0 (1 regs) */ 2366 0x051c8830, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister705 .. nws.nws_cmu.cmu_lc0_top_ReservedRegister709 (5 regs) */ 2367 0x031c8850, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister710 .. nws.nws_cmu.cmu_lc0_top_phy_if_status (3 regs) */ 2368 0x021c8858, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister712 .. nws.nws_cmu.cmu_lc0_top_ReservedRegister713 (2 regs) */ 2369 0x031c8880, /* nws.nws_cmu.cmu_lc0_top_err_ctrl1 .. nws.nws_cmu.cmu_lc0_top_err_ctrl3 (3 regs) */ 2370 0x031c888a, /* nws.nws_cmu.cmu_lc0_top_ReservedRegister714 .. nws.nws_cmu.cmu_lc0_top_ReservedRegister716 (3 regs) */ 2371 0x041c8900, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister717 .. nws.nws_cmu.cmu_lc0_pll_afe_reg_ctrl1 (4 regs) */ 2372 0x021c8905, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister720 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister721 (2 regs) */ 2373 0x031c8908, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister722 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister724 (3 regs) */ 2374 0x021c8910, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister725 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister726 (2 regs) */ 2375 0x041c8913, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister727 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister730 (4 regs) */ 2376 0x051c8918, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister731 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister735 (5 regs) */ 2377 0x1b1c8920, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister736 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister762 (27 regs) */ 2378 0x011c893c, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister763 (1 regs) */ 2379 0x031c8944, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister764 .. nws.nws_cmu.cmu_lc0_pll_lockdet_status (3 regs) */ 2380 0x091c8949, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister766 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister774 (9 regs) */ 2381 0x021c8954, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister775 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister776 (2 regs) */ 2382 0x021c8958, /* nws.nws_cmu.cmu_lc0_pll_ReservedRegister777 .. nws.nws_cmu.cmu_lc0_pll_ReservedRegister778 (2 regs) */ 2383 0x041c8a00, /* nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister779 .. nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister782 (4 regs) */ 2384 0x041c8a10, /* nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister783 .. nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister786 (4 regs) */ 2385 0x071c8a20, /* nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister787 .. nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister793 (7 regs) */ 2386 0x031c8a30, /* nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister794 .. nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister796 (3 regs) */ 2387 0x091c8a40, /* nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister797 .. nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister805 (9 regs) */ 2388 0x021c8a50, /* nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister806 .. nws.nws_cmu.cmu_lc0_gcfsm2_ReservedRegister807 (2 regs) */ 2389 0x061c8b00, /* nws.nws_cmu.cmu_lc0_feature_ReservedRegister808 .. nws.nws_cmu.cmu_lc0_feature_ReservedRegister813 (6 regs) */ 2390 0x011c8b08, /* nws.nws_cmu.cmu_lc0_feature_ReservedRegister814 (1 regs) */ 2391 0x081c8b10, /* nws.nws_cmu.cmu_lc0_feature_ReservedRegister815 .. nws.nws_cmu.cmu_lc0_feature_ReservedRegister822 (8 regs) */ 2392 0x021c8c00, /* nws.nws_cmu.cmu_r0_top_ReservedRegister823 .. nws.nws_cmu.cmu_r0_top_ReservedRegister824 (2 regs) */ 2393 0x011c8c03, /* nws.nws_cmu.cmu_r0_top_ReservedRegister825 (1 regs) */ 2394 0x041c8c10, /* nws.nws_cmu.cmu_r0_top_ReservedRegister826 .. nws.nws_cmu.cmu_r0_top_ReservedRegister829 (4 regs) */ 2395 0x041c8c20, /* nws.nws_cmu.cmu_r0_top_ReservedRegister830 .. nws.nws_cmu.cmu_r0_top_ReservedRegister833 (4 regs) */ 2396 0x011c8c30, /* nws.nws_cmu.cmu_r0_top_ReservedRegister834 (1 regs) */ 2397 0x031c8c50, /* nws.nws_cmu.cmu_r0_top_ReservedRegister835 .. nws.nws_cmu.cmu_r0_top_phy_if_status (3 regs) */ 2398 0x021c8c58, /* nws.nws_cmu.cmu_r0_top_ReservedRegister837 .. nws.nws_cmu.cmu_r0_top_ReservedRegister838 (2 regs) */ 2399 0x031c8c80, /* nws.nws_cmu.cmu_r0_top_err_ctrl1 .. nws.nws_cmu.cmu_r0_top_err_ctrl3 (3 regs) */ 2400 0x031c8c8a, /* nws.nws_cmu.cmu_r0_top_ReservedRegister839 .. nws.nws_cmu.cmu_r0_top_ReservedRegister841 (3 regs) */ 2401 0x051c8d00, /* nws.nws_cmu.cmu_r0_rpll_afe_pd_ctrl0 .. nws.nws_cmu.cmu_r0_rpll_afe_vco_ctrl0 (5 regs) */ 2402 0x011c8d06, /* nws.nws_cmu.cmu_r0_rpll_afe_clkdiv_ctrl0 (1 regs) */ 2403 0x061c8d08, /* nws.nws_cmu.cmu_r0_rpll_ReservedRegister843 .. nws.nws_cmu.cmu_r0_rpll_afe_int_ctrl0 (6 regs) */ 2404 0x041c8d0f, /* nws.nws_cmu.cmu_r0_rpll_afe_int_ctrl1 .. nws.nws_cmu.cmu_r0_rpll_afe_fracn_ctrl0 (4 regs) */ 2405 0x021c8d16, /* nws.nws_cmu.cmu_r0_rpll_afe_misc_ctrl0 .. nws.nws_cmu.cmu_r0_rpll_afe_misc_ctrl1 (2 regs) */ 2406 0x131c8d20, /* nws.nws_cmu.cmu_r0_rpll_ReservedRegister844 .. nws.nws_cmu.cmu_r0_rpll_ReservedRegister862 (19 regs) */ 2407 0x071c8d34, /* nws.nws_cmu.cmu_r0_rpll_ReservedRegister863 .. nws.nws_cmu.cmu_r0_rpll_ReservedRegister869 (7 regs) */ 2408 0x031c8d44, /* nws.nws_cmu.cmu_r0_rpll_ReservedRegister870 .. nws.nws_cmu.cmu_r0_rpll_lockdet_status (3 regs) */ 2409 0x091c8d49, /* nws.nws_cmu.cmu_r0_rpll_ssc_gen_ctrl0 .. nws.nws_cmu.cmu_r0_rpll_fracn_ctrl2 (9 regs) */ 2410 0x021c8d54, /* nws.nws_cmu.cmu_r0_rpll_fracn_ctrl3 .. nws.nws_cmu.cmu_r0_rpll_fracn_ctrl4 (2 regs) */ 2411 0x021c8d58, /* nws.nws_cmu.cmu_r0_rpll_ReservedRegister872 .. nws.nws_cmu.cmu_r0_rpll_ReservedRegister873 (2 regs) */ 2412 0x041c8e00, /* nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister874 .. nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister877 (4 regs) */ 2413 0x041c8e10, /* nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister878 .. nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister881 (4 regs) */ 2414 0x071c8e20, /* nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister882 .. nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister888 (7 regs) */ 2415 0x031c8e30, /* nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister889 .. nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister891 (3 regs) */ 2416 0x091c8e40, /* nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister892 .. nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister900 (9 regs) */ 2417 0x021c8e50, /* nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister901 .. nws.nws_cmu.cmu_r0_gcfsm2_ReservedRegister902 (2 regs) */ 2418 0x011c8f00, /* nws.nws_cmu.cmu_r0_feature_ReservedRegister903 (1 regs) */ 2419 0x021c8f04, /* nws.nws_cmu.cmu_r0_feature_ReservedRegister904 .. nws.nws_cmu.cmu_r0_feature_ReservedRegister905 (2 regs) */ 2420 0x011c8f08, /* nws.nws_cmu.cmu_r0_feature_ReservedRegister906 (1 regs) */ 2421 0x081c8f10, /* nws.nws_cmu.cmu_r0_feature_ReservedRegister907 .. nws.nws_cmu.cmu_r0_feature_ReservedRegister914 (8 regs) */ 2422 0x071c9800, /* nws.nws_cmu.ln0_top_afe_loopback_ctrl .. nws.nws_cmu.ln0_top_ReservedRegister920 (7 regs) */ 2423 0x011c9810, /* nws.nws_cmu.ln0_top_ReservedRegister921 (1 regs) */ 2424 0x031c9812, /* nws.nws_cmu.ln0_top_ReservedRegister922 .. nws.nws_cmu.ln0_top_ReservedRegister924 (3 regs) */ 2425 0x011c9816, /* nws.nws_cmu.ln0_top_ReservedRegister925 (1 regs) */ 2426 0x011c9819, /* nws.nws_cmu.ln0_top_ReservedRegister926 (1 regs) */ 2427 0x021c981b, /* nws.nws_cmu.ln0_top_ReservedRegister927 .. nws.nws_cmu.ln0_top_ReservedRegister928 (2 regs) */ 2428 0x011c981e, /* nws.nws_cmu.ln0_top_ReservedRegister929 (1 regs) */ 2429 0x011c9822, /* nws.nws_cmu.ln0_top_dpl_txdp_ctrl1 (1 regs) */ 2430 0x041c9824, /* nws.nws_cmu.ln0_top_dpl_rxdp_ctrl1 .. nws.nws_cmu.ln0_top_phy_if_status (4 regs) */ 2431 0x021c9830, /* nws.nws_cmu.ln0_top_ReservedRegister932 .. nws.nws_cmu.ln0_top_ReservedRegister933 (2 regs) */ 2432 0x091c9838, /* nws.nws_cmu.ln0_top_ln_stat_ctrl0 .. nws.nws_cmu.ln0_top_ReservedRegister940 (9 regs) */ 2433 0x021c9842, /* nws.nws_cmu.ln0_top_ReservedRegister941 .. nws.nws_cmu.ln0_top_ReservedRegister942 (2 regs) */ 2434 0x051c9848, /* nws.nws_cmu.ln0_top_ReservedRegister943 .. nws.nws_cmu.ln0_top_ReservedRegister947 (5 regs) */ 2435 0x031c9850, /* nws.nws_cmu.ln0_top_err_ctrl1 .. nws.nws_cmu.ln0_top_err_ctrl3 (3 regs) */ 2436 0x021c9890, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister948 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister949 (2 regs) */ 2437 0x021c98a1, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister950 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister951 (2 regs) */ 2438 0x061c98a6, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister952 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister957 (6 regs) */ 2439 0x011c98ad, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister958 (1 regs) */ 2440 0x031c98b0, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister959 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister961 (3 regs) */ 2441 0x011c98b4, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister962 (1 regs) */ 2442 0x021c98b6, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister963 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister964 (2 regs) */ 2443 0x091c98b9, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister965 .. nws.nws_cmu.ln0_cdr_rxclk_dlpf_status4 (9 regs) */ 2444 0x031c98c4, /* nws.nws_cmu.ln0_cdr_rxclk_dlpf_status5 .. nws.nws_cmu.ln0_cdr_rxclk_integral_status1 (3 regs) */ 2445 0x081c98c8, /* nws.nws_cmu.ln0_cdr_rxclk_integral_status2 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister977 (8 regs) */ 2446 0x041c98e0, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister978 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister981 (4 regs) */ 2447 0x091c98e8, /* nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister982 .. nws.nws_cmu.ln0_cdr_rxclk_ReservedRegister990 (9 regs) */ 2448 0x021c9900, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister991 .. nws.nws_cmu.ln0_cdr_refclk_ReservedRegister992 (2 regs) */ 2449 0x011c9904, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister993 (1 regs) */ 2450 0x011c9906, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister994 (1 regs) */ 2451 0x031c990a, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister995 .. nws.nws_cmu.ln0_cdr_refclk_ReservedRegister997 (3 regs) */ 2452 0x021c9910, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister998 .. nws.nws_cmu.ln0_cdr_refclk_ReservedRegister999 (2 regs) */ 2453 0x041c9918, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister1000 .. nws.nws_cmu.ln0_cdr_refclk_ReservedRegister1003 (4 regs) */ 2454 0x061c9920, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister1004 .. nws.nws_cmu.ln0_cdr_refclk_ReservedRegister1009 (6 regs) */ 2455 0x011c9930, /* nws.nws_cmu.ln0_cdr_refclk_ReservedRegister1010 (1 regs) */ 2456 0x0f1c9980, /* nws.nws_cmu.ln0_aneg_ReservedRegister1011 .. nws.nws_cmu.ln0_aneg_ReservedRegister1022 (15 regs) */ 2457 0x011c9990, /* nws.nws_cmu.ln0_aneg_status0 (1 regs) */ 2458 0x021c9994, /* nws.nws_cmu.ln0_aneg_status_dbg0 .. nws.nws_cmu.ln0_aneg_status_dbg1 (2 regs) */ 2459 0x251c9998, /* nws.nws_cmu.ln0_aneg_base_page0 .. nws.nws_cmu.ln0_aneg_resolution_eee (37 regs) */ 2460 0x021c99be, /* nws.nws_cmu.ln0_aneg_link_status0 .. nws.nws_cmu.ln0_aneg_link_status1 (2 regs) */ 2461 0x031c99c1, /* nws.nws_cmu.ln0_eee_ReservedRegister1039 .. nws.nws_cmu.ln0_eee_ReservedRegister1041 (3 regs) */ 2462 0x041c99c5, /* nws.nws_cmu.ln0_eee_ReservedRegister1042 .. nws.nws_cmu.ln0_eee_ReservedRegister1045 (4 regs) */ 2463 0x011c9a00, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1046 (1 regs) */ 2464 0x021c9a02, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1047 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1048 (2 regs) */ 2465 0x011c9a05, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1049 (1 regs) */ 2466 0x011c9a07, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1050 (1 regs) */ 2467 0x041c9a09, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1051 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1054 (4 regs) */ 2468 0x041c9a0e, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1055 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1058 (4 regs) */ 2469 0x0d1c9a20, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1059 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1071 (13 regs) */ 2470 0x011c9a2e, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1072 (1 regs) */ 2471 0x0b1c9a30, /* nws.nws_cmu.ln0_leq_refclk_agclos_ctrl0 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1082 (11 regs) */ 2472 0x021c9a3d, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1083 .. nws.nws_cmu.ln0_leq_refclk_ple_att_ctrl1 (2 regs) */ 2473 0x071c9a40, /* nws.nws_cmu.ln0_leq_refclk_eq_hfg_sql_ctrl0 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1089 (7 regs) */ 2474 0x191c9a50, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1090 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1114 (25 regs) */ 2475 0x071c9a70, /* nws.nws_cmu.ln0_leq_refclk_gn_apg_ctrl0 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1120 (7 regs) */ 2476 0x091c9a80, /* nws.nws_cmu.ln0_leq_refclk_eq_lfg_ctrl0 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1126 (9 regs) */ 2477 0x071c9a90, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1127 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1133 (7 regs) */ 2478 0x061c9a98, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1134 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1138 (6 regs) */ 2479 0x041c9aa0, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1139 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1142 (4 regs) */ 2480 0x041c9aa6, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1143 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1146 (4 regs) */ 2481 0x021c9aab, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1147 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1148 (2 regs) */ 2482 0x021c9aae, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1149 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1150 (2 regs) */ 2483 0x021c9ab8, /* nws.nws_cmu.ln0_leq_refclk_ReservedRegister1151 .. nws.nws_cmu.ln0_leq_refclk_ReservedRegister1152 (2 regs) */ 2484 0x061c9b00, /* nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1153 .. nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1158 (6 regs) */ 2485 0x021c9b08, /* nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1159 .. nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1160 (2 regs) */ 2486 0x021c9b0c, /* nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1161 .. nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1162 (2 regs) */ 2487 0x021c9b10, /* nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1163 .. nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1164 (2 regs) */ 2488 0x021c9b13, /* nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1165 .. nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1166 (2 regs) */ 2489 0x021c9b16, /* nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1167 .. nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1168 (2 regs) */ 2490 0x021c9b20, /* nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1169 .. nws.nws_cmu.ln0_leq_rxclk_ReservedRegister1170 (2 regs) */ 2491 0x071c9b80, /* nws.nws_cmu.ln0_drv_refclk_afe_pd_ctrl0 .. nws.nws_cmu.ln0_drv_refclk_ReservedRegister1175 (7 regs) */ 2492 0x061c9b88, /* nws.nws_cmu.ln0_drv_refclk_ReservedRegister1176 .. nws.nws_cmu.ln0_drv_refclk_ReservedRegister1181 (6 regs) */ 2493 0x0a1c9b90, /* nws.nws_cmu.ln0_drv_refclk_txeq_ctrl0 .. nws.nws_cmu.ln0_drv_refclk_ReservedRegister1186 (10 regs) */ 2494 0x011c9b9b, /* nws.nws_cmu.ln0_drv_refclk_ReservedRegister1187 (1 regs) */ 2495 0x051c9c00, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1188 .. nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1192 (5 regs) */ 2496 0x011c9c06, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1193 (1 regs) */ 2497 0x011c9c0a, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1194 (1 regs) */ 2498 0x011c9c0c, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1195 (1 regs) */ 2499 0x011c9c0e, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1196 (1 regs) */ 2500 0x011c9c10, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1197 (1 regs) */ 2501 0x011c9c12, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1198 (1 regs) */ 2502 0x011c9c14, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1199 (1 regs) */ 2503 0x011c9c16, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1200 (1 regs) */ 2504 0x021c9c18, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1201 .. nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1202 (2 regs) */ 2505 0x011c9c1b, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1203 (1 regs) */ 2506 0x091c9c20, /* nws.nws_cmu.ln0_dfe_refclk_fsm_ctrl0 .. nws.nws_cmu.ln0_dfe_refclk_fsm_status0 (9 regs) */ 2507 0x191c9c2a, /* nws.nws_cmu.ln0_dfe_refclk_tap_ctrl0 .. nws.nws_cmu.ln0_dfe_refclk_tap_val_status7 (25 regs) */ 2508 0x161c9c50, /* nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1211 .. nws.nws_cmu.ln0_dfe_refclk_ReservedRegister1232 (22 regs) */ 2509 0x031c9c80, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1233 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1235 (3 regs) */ 2510 0x081c9c86, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1236 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1243 (8 regs) */ 2511 0x031c9c90, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1244 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1246 (3 regs) */ 2512 0x091c9c96, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1247 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1255 (9 regs) */ 2513 0x161c9ca4, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1256 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1277 (22 regs) */ 2514 0x121c9cc0, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1278 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1295 (18 regs) */ 2515 0x031c9cd6, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1296 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1298 (3 regs) */ 2516 0x0c1c9ce0, /* nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1299 .. nws.nws_cmu.ln0_dfe_rxclk_ReservedRegister1310 (12 regs) */ 2517 0x061c9d00, /* nws.nws_cmu.ln0_los_refclk_afe_cal_ctrl .. nws.nws_cmu.ln0_los_refclk_run_length_status0 (6 regs) */ 2518 0x071c9d10, /* nws.nws_cmu.ln0_los_refclk_filter_ctrl0 .. nws.nws_cmu.ln0_los_refclk_filter_ctrl6 (7 regs) */ 2519 0x051c9d20, /* nws.nws_cmu.ln0_los_refclk_ReservedRegister1313 .. nws.nws_cmu.ln0_los_refclk_ReservedRegister1317 (5 regs) */ 2520 0x041c9d30, /* nws.nws_cmu.ln0_los_refclk_override_ctrl0 .. nws.nws_cmu.ln0_los_refclk_ReservedRegister1320 (4 regs) */ 2521 0x041c9d40, /* nws.nws_cmu.ln0_los_refclk_ReservedRegister1321 .. nws.nws_cmu.ln0_los_refclk_ReservedRegister1324 (4 regs) */ 2522 0x011c9d46, /* nws.nws_cmu.ln0_los_refclk_ReservedRegister1325 (1 regs) */ 2523 0x011c9d51, /* nws.nws_cmu.ln0_los_refclk_ReservedRegister1326 (1 regs) */ 2524 0x011c9d59, /* nws.nws_cmu.ln0_los_refclk_ReservedRegister1327 (1 regs) */ 2525 0x011c9d60, /* nws.nws_cmu.ln0_los_refclk_ReservedRegister1328 (1 regs) */ 2526 0x021c9d70, /* nws.nws_cmu.ln0_los_refclk_ReservedRegister1329 .. nws.nws_cmu.ln0_los_refclk_status0 (2 regs) */ 2527 0x041c9d80, /* nws.nws_cmu.ln0_gcfsm2_ReservedRegister1330 .. nws.nws_cmu.ln0_gcfsm2_ReservedRegister1333 (4 regs) */ 2528 0x041c9d90, /* nws.nws_cmu.ln0_gcfsm2_ReservedRegister1334 .. nws.nws_cmu.ln0_gcfsm2_ReservedRegister1337 (4 regs) */ 2529 0x071c9da0, /* nws.nws_cmu.ln0_gcfsm2_ReservedRegister1338 .. nws.nws_cmu.ln0_gcfsm2_ReservedRegister1344 (7 regs) */ 2530 0x031c9db0, /* nws.nws_cmu.ln0_gcfsm2_ReservedRegister1345 .. nws.nws_cmu.ln0_gcfsm2_ReservedRegister1347 (3 regs) */ 2531 0x091c9dc0, /* nws.nws_cmu.ln0_gcfsm2_ReservedRegister1348 .. nws.nws_cmu.ln0_gcfsm2_ReservedRegister1356 (9 regs) */ 2532 0x021c9dd0, /* nws.nws_cmu.ln0_gcfsm2_ReservedRegister1357 .. nws.nws_cmu.ln0_gcfsm2_ReservedRegister1358 (2 regs) */ 2533 0x051c9e00, /* nws.nws_cmu.ln0_bist_tx_ctrl .. nws.nws_cmu.ln0_bist_tx_ReservedRegister1362 (5 regs) */ 2534 0x081c9e06, /* nws.nws_cmu.ln0_bist_tx_ber_ctrl0 .. nws.nws_cmu.ln0_bist_tx_ber_ctrl7 (8 regs) */ 2535 0x011c9e20, /* nws.nws_cmu.ln0_bist_tx_udp_shift_amount (1 regs) */ 2536 0x191c9e24, /* nws.nws_cmu.ln0_bist_tx_udp_7_0 .. nws.nws_cmu.ln0_bist_tx_udp_199_192 (25 regs) */ 2537 0x011c9e80, /* nws.nws_cmu.ln0_bist_rx_ctrl (1 regs) */ 2538 0x011c9e84, /* nws.nws_cmu.ln0_bist_rx_status (1 regs) */ 2539 0x031c9e88, /* nws.nws_cmu.ln0_bist_rx_ber_status0 .. nws.nws_cmu.ln0_bist_rx_ber_status2 (3 regs) */ 2540 0x031c9e8c, /* nws.nws_cmu.ln0_bist_rx_ber_status4 .. nws.nws_cmu.ln0_bist_rx_ber_status6 (3 regs) */ 2541 0x041c9e94, /* nws.nws_cmu.ln0_bist_rx_lock_ctrl0 .. nws.nws_cmu.ln0_bist_rx_lock_ctrl3 (4 regs) */ 2542 0x051c9ea0, /* nws.nws_cmu.ln0_bist_rx_loss_lock_ctrl0 .. nws.nws_cmu.ln0_bist_rx_loss_lock_ctrl4 (5 regs) */ 2543 0x011c9eb0, /* nws.nws_cmu.ln0_bist_rx_udp_shift_amount (1 regs) */ 2544 0x191c9eb4, /* nws.nws_cmu.ln0_bist_rx_udp_7_0 .. nws.nws_cmu.ln0_bist_rx_udp_199_192 (25 regs) */ 2545 0x021c9f00, /* nws.nws_cmu.ln0_feature_rxterm_cfg0 .. nws.nws_cmu.ln0_feature_rxclkdiv_cfg0 (2 regs) */ 2546 0x061c9f04, /* nws.nws_cmu.ln0_feature_ReservedRegister1363 .. nws.nws_cmu.ln0_feature_ReservedRegister1368 (6 regs) */ 2547 0x071c9f10, /* nws.nws_cmu.ln0_feature_ReservedRegister1369 .. nws.nws_cmu.ln0_feature_ReservedRegister1375 (7 regs) */ 2548 0x0a1c9f20, /* nws.nws_cmu.ln0_feature_ReservedRegister1376 .. nws.nws_cmu.ln0_feature_ReservedRegister1378 (10 regs) */ 2549 0x071c9f30, /* nws.nws_cmu.ln0_feature_dfe_cfg .. nws.nws_cmu.ln0_feature_dfe_adapt_tap5_cfg (7 regs) */ 2550 0x101c9f38, /* nws.nws_cmu.ln0_feature_adapt_cont_cfg0 .. nws.nws_cmu.ln0_feature_ReservedRegister1390 (16 regs) */ 2551 0x011c9f50, /* nws.nws_cmu.ln0_feature_test_cfg0 (1 regs) */ 2552 0x081c9f58, /* nws.nws_cmu.ln0_feature_ReservedRegister1391 .. nws.nws_cmu.ln0_feature_ReservedRegister1398 (8 regs) */ 2553 0x061c9f80, /* nws.nws_cmu.ln0_lt_tx_fsm_ctrl0 .. nws.nws_cmu.ln0_lt_tx_fsm_ctrl5 (6 regs) */ 2554 0x011c9f90, /* nws.nws_cmu.ln0_lt_tx_fsm_status (1 regs) */ 2555 0x031c9f93, /* nws.nws_cmu.ln0_lt_tx_prbs_ctrl0 .. nws.nws_cmu.ln0_lt_tx_prbs_ctrl2 (3 regs) */ 2556 0x011c9fa0, /* nws.nws_cmu.ln0_lt_tx_coefficient_update_ctrl (1 regs) */ 2557 0x011c9fa2, /* nws.nws_cmu.ln0_lt_tx_status_report_ctrl (1 regs) */ 2558 0x021c9fb0, /* nws.nws_cmu.ln0_lt_tx_fsm_state_status0 .. nws.nws_cmu.ln0_lt_tx_fsm_state_status1 (2 regs) */ 2559 0x011c9fc0, /* nws.nws_cmu.ln0_lt_rx_ctrl0 (1 regs) */ 2560 0x021c9fc2, /* nws.nws_cmu.ln0_lt_rx_prbs_ctrl0 .. nws.nws_cmu.ln0_lt_rx_prbs_ctrl1 (2 regs) */ 2561 0x031c9fc5, /* nws.nws_cmu.ln0_lt_rx_prbs_status0 .. nws.nws_cmu.ln0_lt_rx_prbs_status2 (3 regs) */ 2562 0x011c9fd0, /* nws.nws_cmu.ln0_lt_rx_frame_ctrl (1 regs) */ 2563 0x051c9fd3, /* nws.nws_cmu.ln0_lt_rx_frame_status0 .. nws.nws_cmu.ln0_lt_rx_frame_status4 (5 regs) */ 2564 0x011c9fe0, /* nws.nws_cmu.ln0_lt_rx_coefficient_update_status (1 regs) */ 2565 0x011c9fe2, /* nws.nws_cmu.ln0_lt_rx_report_status (1 regs) */ 2566 0x071ca000, /* nws.nws_cmu.ln1_top_afe_loopback_ctrl .. nws.nws_cmu.ln1_top_ReservedRegister1404 (7 regs) */ 2567 0x011ca010, /* nws.nws_cmu.ln1_top_ReservedRegister1405 (1 regs) */ 2568 0x031ca012, /* nws.nws_cmu.ln1_top_ReservedRegister1406 .. nws.nws_cmu.ln1_top_ReservedRegister1408 (3 regs) */ 2569 0x011ca016, /* nws.nws_cmu.ln1_top_ReservedRegister1409 (1 regs) */ 2570 0x011ca019, /* nws.nws_cmu.ln1_top_ReservedRegister1410 (1 regs) */ 2571 0x021ca01b, /* nws.nws_cmu.ln1_top_ReservedRegister1411 .. nws.nws_cmu.ln1_top_ReservedRegister1412 (2 regs) */ 2572 0x011ca01e, /* nws.nws_cmu.ln1_top_ReservedRegister1413 (1 regs) */ 2573 0x011ca022, /* nws.nws_cmu.ln1_top_dpl_txdp_ctrl1 (1 regs) */ 2574 0x041ca024, /* nws.nws_cmu.ln1_top_dpl_rxdp_ctrl1 .. nws.nws_cmu.ln1_top_phy_if_status (4 regs) */ 2575 0x021ca030, /* nws.nws_cmu.ln1_top_ReservedRegister1416 .. nws.nws_cmu.ln1_top_ReservedRegister1417 (2 regs) */ 2576 0x091ca038, /* nws.nws_cmu.ln1_top_ln_stat_ctrl0 .. nws.nws_cmu.ln1_top_ReservedRegister1424 (9 regs) */ 2577 0x021ca042, /* nws.nws_cmu.ln1_top_ReservedRegister1425 .. nws.nws_cmu.ln1_top_ReservedRegister1426 (2 regs) */ 2578 0x051ca048, /* nws.nws_cmu.ln1_top_ReservedRegister1427 .. nws.nws_cmu.ln1_top_ReservedRegister1431 (5 regs) */ 2579 0x031ca050, /* nws.nws_cmu.ln1_top_err_ctrl1 .. nws.nws_cmu.ln1_top_err_ctrl3 (3 regs) */ 2580 0x021ca090, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1432 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1433 (2 regs) */ 2581 0x021ca0a1, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1434 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1435 (2 regs) */ 2582 0x061ca0a6, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1436 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1441 (6 regs) */ 2583 0xff500000, /* block nws */ 2584 0x011ca0ad, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1442 (1 regs) */ 2585 0x031ca0b0, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1443 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1445 (3 regs) */ 2586 0x011ca0b4, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1446 (1 regs) */ 2587 0x021ca0b6, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1447 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1448 (2 regs) */ 2588 0x091ca0b9, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1449 .. nws.nws_cmu.ln1_cdr_rxclk_dlpf_status4 (9 regs) */ 2589 0x031ca0c4, /* nws.nws_cmu.ln1_cdr_rxclk_dlpf_status5 .. nws.nws_cmu.ln1_cdr_rxclk_integral_status1 (3 regs) */ 2590 0x081ca0c8, /* nws.nws_cmu.ln1_cdr_rxclk_integral_status2 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1461 (8 regs) */ 2591 0x041ca0e0, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1462 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1465 (4 regs) */ 2592 0x091ca0e8, /* nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1466 .. nws.nws_cmu.ln1_cdr_rxclk_ReservedRegister1474 (9 regs) */ 2593 0x021ca100, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1475 .. nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1476 (2 regs) */ 2594 0x011ca104, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1477 (1 regs) */ 2595 0x011ca106, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1478 (1 regs) */ 2596 0x031ca10a, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1479 .. nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1481 (3 regs) */ 2597 0x021ca110, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1482 .. nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1483 (2 regs) */ 2598 0x041ca118, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1484 .. nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1487 (4 regs) */ 2599 0x061ca120, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1488 .. nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1493 (6 regs) */ 2600 0x011ca130, /* nws.nws_cmu.ln1_cdr_refclk_ReservedRegister1494 (1 regs) */ 2601 0x0f1ca180, /* nws.nws_cmu.ln1_aneg_ReservedRegister1495 .. nws.nws_cmu.ln1_aneg_ReservedRegister1506 (15 regs) */ 2602 0x011ca190, /* nws.nws_cmu.ln1_aneg_status0 (1 regs) */ 2603 0x021ca194, /* nws.nws_cmu.ln1_aneg_status_dbg0 .. nws.nws_cmu.ln1_aneg_status_dbg1 (2 regs) */ 2604 0x251ca198, /* nws.nws_cmu.ln1_aneg_base_page0 .. nws.nws_cmu.ln1_aneg_resolution_eee (37 regs) */ 2605 0x021ca1be, /* nws.nws_cmu.ln1_aneg_link_status0 .. nws.nws_cmu.ln1_aneg_link_status1 (2 regs) */ 2606 0x031ca1c1, /* nws.nws_cmu.ln1_eee_ReservedRegister1523 .. nws.nws_cmu.ln1_eee_ReservedRegister1525 (3 regs) */ 2607 0x041ca1c5, /* nws.nws_cmu.ln1_eee_ReservedRegister1526 .. nws.nws_cmu.ln1_eee_ReservedRegister1529 (4 regs) */ 2608 0x011ca200, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1530 (1 regs) */ 2609 0x021ca202, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1531 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1532 (2 regs) */ 2610 0x011ca205, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1533 (1 regs) */ 2611 0x011ca207, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1534 (1 regs) */ 2612 0x041ca209, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1535 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1538 (4 regs) */ 2613 0x041ca20e, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1539 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1542 (4 regs) */ 2614 0x0d1ca220, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1543 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1555 (13 regs) */ 2615 0x011ca22e, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1556 (1 regs) */ 2616 0x0b1ca230, /* nws.nws_cmu.ln1_leq_refclk_agclos_ctrl0 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1566 (11 regs) */ 2617 0x021ca23d, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1567 .. nws.nws_cmu.ln1_leq_refclk_ple_att_ctrl1 (2 regs) */ 2618 0x071ca240, /* nws.nws_cmu.ln1_leq_refclk_eq_hfg_sql_ctrl0 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1573 (7 regs) */ 2619 0x191ca250, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1574 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1598 (25 regs) */ 2620 0x071ca270, /* nws.nws_cmu.ln1_leq_refclk_gn_apg_ctrl0 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1604 (7 regs) */ 2621 0x091ca280, /* nws.nws_cmu.ln1_leq_refclk_eq_lfg_ctrl0 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1610 (9 regs) */ 2622 0x071ca290, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1611 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1617 (7 regs) */ 2623 0x061ca298, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1618 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1622 (6 regs) */ 2624 0x041ca2a0, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1623 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1626 (4 regs) */ 2625 0x041ca2a6, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1627 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1630 (4 regs) */ 2626 0x021ca2ab, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1631 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1632 (2 regs) */ 2627 0x021ca2ae, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1633 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1634 (2 regs) */ 2628 0x021ca2b8, /* nws.nws_cmu.ln1_leq_refclk_ReservedRegister1635 .. nws.nws_cmu.ln1_leq_refclk_ReservedRegister1636 (2 regs) */ 2629 0x061ca300, /* nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1637 .. nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1642 (6 regs) */ 2630 0x021ca308, /* nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1643 .. nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1644 (2 regs) */ 2631 0x021ca30c, /* nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1645 .. nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1646 (2 regs) */ 2632 0x021ca310, /* nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1647 .. nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1648 (2 regs) */ 2633 0x021ca313, /* nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1649 .. nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1650 (2 regs) */ 2634 0x021ca316, /* nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1651 .. nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1652 (2 regs) */ 2635 0x021ca320, /* nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1653 .. nws.nws_cmu.ln1_leq_rxclk_ReservedRegister1654 (2 regs) */ 2636 0x071ca380, /* nws.nws_cmu.ln1_drv_refclk_afe_pd_ctrl0 .. nws.nws_cmu.ln1_drv_refclk_ReservedRegister1659 (7 regs) */ 2637 0x061ca388, /* nws.nws_cmu.ln1_drv_refclk_ReservedRegister1660 .. nws.nws_cmu.ln1_drv_refclk_ReservedRegister1665 (6 regs) */ 2638 0x0a1ca390, /* nws.nws_cmu.ln1_drv_refclk_txeq_ctrl0 .. nws.nws_cmu.ln1_drv_refclk_ReservedRegister1670 (10 regs) */ 2639 0x011ca39b, /* nws.nws_cmu.ln1_drv_refclk_ReservedRegister1671 (1 regs) */ 2640 0x051ca400, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1672 .. nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1676 (5 regs) */ 2641 0x011ca406, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1677 (1 regs) */ 2642 0x011ca40a, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1678 (1 regs) */ 2643 0x011ca40c, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1679 (1 regs) */ 2644 0x011ca40e, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1680 (1 regs) */ 2645 0x011ca410, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1681 (1 regs) */ 2646 0x011ca412, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1682 (1 regs) */ 2647 0x011ca414, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1683 (1 regs) */ 2648 0x011ca416, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1684 (1 regs) */ 2649 0x021ca418, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1685 .. nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1686 (2 regs) */ 2650 0x011ca41b, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1687 (1 regs) */ 2651 0x091ca420, /* nws.nws_cmu.ln1_dfe_refclk_fsm_ctrl0 .. nws.nws_cmu.ln1_dfe_refclk_fsm_status0 (9 regs) */ 2652 0x191ca42a, /* nws.nws_cmu.ln1_dfe_refclk_tap_ctrl0 .. nws.nws_cmu.ln1_dfe_refclk_tap_val_status7 (25 regs) */ 2653 0x161ca450, /* nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1695 .. nws.nws_cmu.ln1_dfe_refclk_ReservedRegister1716 (22 regs) */ 2654 0x031ca480, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1717 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1719 (3 regs) */ 2655 0x081ca486, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1720 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1727 (8 regs) */ 2656 0x031ca490, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1728 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1730 (3 regs) */ 2657 0x091ca496, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1731 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1739 (9 regs) */ 2658 0x161ca4a4, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1740 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1761 (22 regs) */ 2659 0x121ca4c0, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1762 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1779 (18 regs) */ 2660 0x031ca4d6, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1780 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1782 (3 regs) */ 2661 0x0c1ca4e0, /* nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1783 .. nws.nws_cmu.ln1_dfe_rxclk_ReservedRegister1794 (12 regs) */ 2662 0x061ca500, /* nws.nws_cmu.ln1_los_refclk_afe_cal_ctrl .. nws.nws_cmu.ln1_los_refclk_run_length_status0 (6 regs) */ 2663 0x071ca510, /* nws.nws_cmu.ln1_los_refclk_filter_ctrl0 .. nws.nws_cmu.ln1_los_refclk_filter_ctrl6 (7 regs) */ 2664 0x051ca520, /* nws.nws_cmu.ln1_los_refclk_ReservedRegister1797 .. nws.nws_cmu.ln1_los_refclk_ReservedRegister1801 (5 regs) */ 2665 0x041ca530, /* nws.nws_cmu.ln1_los_refclk_override_ctrl0 .. nws.nws_cmu.ln1_los_refclk_ReservedRegister1804 (4 regs) */ 2666 0x041ca540, /* nws.nws_cmu.ln1_los_refclk_ReservedRegister1805 .. nws.nws_cmu.ln1_los_refclk_ReservedRegister1808 (4 regs) */ 2667 0x011ca546, /* nws.nws_cmu.ln1_los_refclk_ReservedRegister1809 (1 regs) */ 2668 0x011ca551, /* nws.nws_cmu.ln1_los_refclk_ReservedRegister1810 (1 regs) */ 2669 0x011ca559, /* nws.nws_cmu.ln1_los_refclk_ReservedRegister1811 (1 regs) */ 2670 0x011ca560, /* nws.nws_cmu.ln1_los_refclk_ReservedRegister1812 (1 regs) */ 2671 0x021ca570, /* nws.nws_cmu.ln1_los_refclk_ReservedRegister1813 .. nws.nws_cmu.ln1_los_refclk_status0 (2 regs) */ 2672 0x041ca580, /* nws.nws_cmu.ln1_gcfsm2_ReservedRegister1814 .. nws.nws_cmu.ln1_gcfsm2_ReservedRegister1817 (4 regs) */ 2673 0x041ca590, /* nws.nws_cmu.ln1_gcfsm2_ReservedRegister1818 .. nws.nws_cmu.ln1_gcfsm2_ReservedRegister1821 (4 regs) */ 2674 0x071ca5a0, /* nws.nws_cmu.ln1_gcfsm2_ReservedRegister1822 .. nws.nws_cmu.ln1_gcfsm2_ReservedRegister1828 (7 regs) */ 2675 0x031ca5b0, /* nws.nws_cmu.ln1_gcfsm2_ReservedRegister1829 .. nws.nws_cmu.ln1_gcfsm2_ReservedRegister1831 (3 regs) */ 2676 0x091ca5c0, /* nws.nws_cmu.ln1_gcfsm2_ReservedRegister1832 .. nws.nws_cmu.ln1_gcfsm2_ReservedRegister1840 (9 regs) */ 2677 0x021ca5d0, /* nws.nws_cmu.ln1_gcfsm2_ReservedRegister1841 .. nws.nws_cmu.ln1_gcfsm2_ReservedRegister1842 (2 regs) */ 2678 0x051ca600, /* nws.nws_cmu.ln1_bist_tx_ctrl .. nws.nws_cmu.ln1_bist_tx_ReservedRegister1846 (5 regs) */ 2679 0x081ca606, /* nws.nws_cmu.ln1_bist_tx_ber_ctrl0 .. nws.nws_cmu.ln1_bist_tx_ber_ctrl7 (8 regs) */ 2680 0x011ca620, /* nws.nws_cmu.ln1_bist_tx_udp_shift_amount (1 regs) */ 2681 0x191ca624, /* nws.nws_cmu.ln1_bist_tx_udp_7_0 .. nws.nws_cmu.ln1_bist_tx_udp_199_192 (25 regs) */ 2682 0x011ca680, /* nws.nws_cmu.ln1_bist_rx_ctrl (1 regs) */ 2683 0x011ca684, /* nws.nws_cmu.ln1_bist_rx_status (1 regs) */ 2684 0x031ca688, /* nws.nws_cmu.ln1_bist_rx_ber_status0 .. nws.nws_cmu.ln1_bist_rx_ber_status2 (3 regs) */ 2685 0x031ca68c, /* nws.nws_cmu.ln1_bist_rx_ber_status4 .. nws.nws_cmu.ln1_bist_rx_ber_status6 (3 regs) */ 2686 0x041ca694, /* nws.nws_cmu.ln1_bist_rx_lock_ctrl0 .. nws.nws_cmu.ln1_bist_rx_lock_ctrl3 (4 regs) */ 2687 0x051ca6a0, /* nws.nws_cmu.ln1_bist_rx_loss_lock_ctrl0 .. nws.nws_cmu.ln1_bist_rx_loss_lock_ctrl4 (5 regs) */ 2688 0x011ca6b0, /* nws.nws_cmu.ln1_bist_rx_udp_shift_amount (1 regs) */ 2689 0x191ca6b4, /* nws.nws_cmu.ln1_bist_rx_udp_7_0 .. nws.nws_cmu.ln1_bist_rx_udp_199_192 (25 regs) */ 2690 0x021ca700, /* nws.nws_cmu.ln1_feature_rxterm_cfg0 .. nws.nws_cmu.ln1_feature_rxclkdiv_cfg0 (2 regs) */ 2691 0x061ca704, /* nws.nws_cmu.ln1_feature_ReservedRegister1847 .. nws.nws_cmu.ln1_feature_ReservedRegister1852 (6 regs) */ 2692 0x071ca710, /* nws.nws_cmu.ln1_feature_ReservedRegister1853 .. nws.nws_cmu.ln1_feature_ReservedRegister1859 (7 regs) */ 2693 0x0a1ca720, /* nws.nws_cmu.ln1_feature_ReservedRegister1860 .. nws.nws_cmu.ln1_feature_ReservedRegister1862 (10 regs) */ 2694 0x071ca730, /* nws.nws_cmu.ln1_feature_dfe_cfg .. nws.nws_cmu.ln1_feature_dfe_adapt_tap5_cfg (7 regs) */ 2695 0x101ca738, /* nws.nws_cmu.ln1_feature_adapt_cont_cfg0 .. nws.nws_cmu.ln1_feature_ReservedRegister1874 (16 regs) */ 2696 0x011ca750, /* nws.nws_cmu.ln1_feature_test_cfg0 (1 regs) */ 2697 0x081ca758, /* nws.nws_cmu.ln1_feature_ReservedRegister1875 .. nws.nws_cmu.ln1_feature_ReservedRegister1882 (8 regs) */ 2698 0x061ca780, /* nws.nws_cmu.ln1_lt_tx_fsm_ctrl0 .. nws.nws_cmu.ln1_lt_tx_fsm_ctrl5 (6 regs) */ 2699 0x011ca790, /* nws.nws_cmu.ln1_lt_tx_fsm_status (1 regs) */ 2700 0x031ca793, /* nws.nws_cmu.ln1_lt_tx_prbs_ctrl0 .. nws.nws_cmu.ln1_lt_tx_prbs_ctrl2 (3 regs) */ 2701 0x011ca7a0, /* nws.nws_cmu.ln1_lt_tx_coefficient_update_ctrl (1 regs) */ 2702 0x011ca7a2, /* nws.nws_cmu.ln1_lt_tx_status_report_ctrl (1 regs) */ 2703 0x021ca7b0, /* nws.nws_cmu.ln1_lt_tx_fsm_state_status0 .. nws.nws_cmu.ln1_lt_tx_fsm_state_status1 (2 regs) */ 2704 0x011ca7c0, /* nws.nws_cmu.ln1_lt_rx_ctrl0 (1 regs) */ 2705 0x021ca7c2, /* nws.nws_cmu.ln1_lt_rx_prbs_ctrl0 .. nws.nws_cmu.ln1_lt_rx_prbs_ctrl1 (2 regs) */ 2706 0x031ca7c5, /* nws.nws_cmu.ln1_lt_rx_prbs_status0 .. nws.nws_cmu.ln1_lt_rx_prbs_status2 (3 regs) */ 2707 0x011ca7d0, /* nws.nws_cmu.ln1_lt_rx_frame_ctrl (1 regs) */ 2708 0x051ca7d3, /* nws.nws_cmu.ln1_lt_rx_frame_status0 .. nws.nws_cmu.ln1_lt_rx_frame_status4 (5 regs) */ 2709 0x011ca7e0, /* nws.nws_cmu.ln1_lt_rx_coefficient_update_status (1 regs) */ 2710 0x011ca7e2, /* nws.nws_cmu.ln1_lt_rx_report_status (1 regs) */ 2711 0x071ca800, /* nws.nws_cmu.ln2_top_afe_loopback_ctrl .. nws.nws_cmu.ln2_top_ReservedRegister1888 (7 regs) */ 2712 0x011ca810, /* nws.nws_cmu.ln2_top_ReservedRegister1889 (1 regs) */ 2713 0x031ca812, /* nws.nws_cmu.ln2_top_ReservedRegister1890 .. nws.nws_cmu.ln2_top_ReservedRegister1892 (3 regs) */ 2714 0x011ca816, /* nws.nws_cmu.ln2_top_ReservedRegister1893 (1 regs) */ 2715 0x011ca819, /* nws.nws_cmu.ln2_top_ReservedRegister1894 (1 regs) */ 2716 0x021ca81b, /* nws.nws_cmu.ln2_top_ReservedRegister1895 .. nws.nws_cmu.ln2_top_ReservedRegister1896 (2 regs) */ 2717 0x011ca81e, /* nws.nws_cmu.ln2_top_ReservedRegister1897 (1 regs) */ 2718 0x011ca822, /* nws.nws_cmu.ln2_top_dpl_txdp_ctrl1 (1 regs) */ 2719 0x041ca824, /* nws.nws_cmu.ln2_top_dpl_rxdp_ctrl1 .. nws.nws_cmu.ln2_top_phy_if_status (4 regs) */ 2720 0x021ca830, /* nws.nws_cmu.ln2_top_ReservedRegister1900 .. nws.nws_cmu.ln2_top_ReservedRegister1901 (2 regs) */ 2721 0x091ca838, /* nws.nws_cmu.ln2_top_ln_stat_ctrl0 .. nws.nws_cmu.ln2_top_ReservedRegister1908 (9 regs) */ 2722 0x021ca842, /* nws.nws_cmu.ln2_top_ReservedRegister1909 .. nws.nws_cmu.ln2_top_ReservedRegister1910 (2 regs) */ 2723 0x051ca848, /* nws.nws_cmu.ln2_top_ReservedRegister1911 .. nws.nws_cmu.ln2_top_ReservedRegister1915 (5 regs) */ 2724 0x031ca850, /* nws.nws_cmu.ln2_top_err_ctrl1 .. nws.nws_cmu.ln2_top_err_ctrl3 (3 regs) */ 2725 0x021ca890, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1916 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1917 (2 regs) */ 2726 0x021ca8a1, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1918 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1919 (2 regs) */ 2727 0x061ca8a6, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1920 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1925 (6 regs) */ 2728 0x011ca8ad, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1926 (1 regs) */ 2729 0x031ca8b0, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1927 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1929 (3 regs) */ 2730 0x011ca8b4, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1930 (1 regs) */ 2731 0x021ca8b6, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1931 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1932 (2 regs) */ 2732 0x091ca8b9, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1933 .. nws.nws_cmu.ln2_cdr_rxclk_dlpf_status4 (9 regs) */ 2733 0x031ca8c4, /* nws.nws_cmu.ln2_cdr_rxclk_dlpf_status5 .. nws.nws_cmu.ln2_cdr_rxclk_integral_status1 (3 regs) */ 2734 0x081ca8c8, /* nws.nws_cmu.ln2_cdr_rxclk_integral_status2 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1945 (8 regs) */ 2735 0x041ca8e0, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1946 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1949 (4 regs) */ 2736 0x091ca8e8, /* nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1950 .. nws.nws_cmu.ln2_cdr_rxclk_ReservedRegister1958 (9 regs) */ 2737 0x021ca900, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1959 .. nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1960 (2 regs) */ 2738 0x011ca904, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1961 (1 regs) */ 2739 0x011ca906, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1962 (1 regs) */ 2740 0x031ca90a, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1963 .. nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1965 (3 regs) */ 2741 0x021ca910, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1966 .. nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1967 (2 regs) */ 2742 0x041ca918, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1968 .. nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1971 (4 regs) */ 2743 0x061ca920, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1972 .. nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1977 (6 regs) */ 2744 0x011ca930, /* nws.nws_cmu.ln2_cdr_refclk_ReservedRegister1978 (1 regs) */ 2745 0x0f1ca980, /* nws.nws_cmu.ln2_aneg_ReservedRegister1979 .. nws.nws_cmu.ln2_aneg_ReservedRegister1990 (15 regs) */ 2746 0x011ca990, /* nws.nws_cmu.ln2_aneg_status0 (1 regs) */ 2747 0x021ca994, /* nws.nws_cmu.ln2_aneg_status_dbg0 .. nws.nws_cmu.ln2_aneg_status_dbg1 (2 regs) */ 2748 0x251ca998, /* nws.nws_cmu.ln2_aneg_base_page0 .. nws.nws_cmu.ln2_aneg_resolution_eee (37 regs) */ 2749 0x021ca9be, /* nws.nws_cmu.ln2_aneg_link_status0 .. nws.nws_cmu.ln2_aneg_link_status1 (2 regs) */ 2750 0x031ca9c1, /* nws.nws_cmu.ln2_eee_ReservedRegister2007 .. nws.nws_cmu.ln2_eee_ReservedRegister2009 (3 regs) */ 2751 0x041ca9c5, /* nws.nws_cmu.ln2_eee_ReservedRegister2010 .. nws.nws_cmu.ln2_eee_ReservedRegister2013 (4 regs) */ 2752 0x011caa00, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2014 (1 regs) */ 2753 0x021caa02, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2015 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2016 (2 regs) */ 2754 0x011caa05, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2017 (1 regs) */ 2755 0x011caa07, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2018 (1 regs) */ 2756 0x041caa09, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2019 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2022 (4 regs) */ 2757 0x041caa0e, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2023 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2026 (4 regs) */ 2758 0x0d1caa20, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2027 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2039 (13 regs) */ 2759 0x011caa2e, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2040 (1 regs) */ 2760 0x0b1caa30, /* nws.nws_cmu.ln2_leq_refclk_agclos_ctrl0 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2050 (11 regs) */ 2761 0x021caa3d, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2051 .. nws.nws_cmu.ln2_leq_refclk_ple_att_ctrl1 (2 regs) */ 2762 0x071caa40, /* nws.nws_cmu.ln2_leq_refclk_eq_hfg_sql_ctrl0 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2057 (7 regs) */ 2763 0x191caa50, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2058 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2082 (25 regs) */ 2764 0x071caa70, /* nws.nws_cmu.ln2_leq_refclk_gn_apg_ctrl0 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2088 (7 regs) */ 2765 0x091caa80, /* nws.nws_cmu.ln2_leq_refclk_eq_lfg_ctrl0 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2094 (9 regs) */ 2766 0x071caa90, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2095 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2101 (7 regs) */ 2767 0x061caa98, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2102 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2106 (6 regs) */ 2768 0x041caaa0, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2107 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2110 (4 regs) */ 2769 0x041caaa6, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2111 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2114 (4 regs) */ 2770 0x021caaab, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2115 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2116 (2 regs) */ 2771 0x021caaae, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2117 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2118 (2 regs) */ 2772 0x021caab8, /* nws.nws_cmu.ln2_leq_refclk_ReservedRegister2119 .. nws.nws_cmu.ln2_leq_refclk_ReservedRegister2120 (2 regs) */ 2773 0x061cab00, /* nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2121 .. nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2126 (6 regs) */ 2774 0x021cab08, /* nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2127 .. nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2128 (2 regs) */ 2775 0x021cab0c, /* nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2129 .. nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2130 (2 regs) */ 2776 0x021cab10, /* nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2131 .. nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2132 (2 regs) */ 2777 0x021cab13, /* nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2133 .. nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2134 (2 regs) */ 2778 0x021cab16, /* nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2135 .. nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2136 (2 regs) */ 2779 0x021cab20, /* nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2137 .. nws.nws_cmu.ln2_leq_rxclk_ReservedRegister2138 (2 regs) */ 2780 0x071cab80, /* nws.nws_cmu.ln2_drv_refclk_afe_pd_ctrl0 .. nws.nws_cmu.ln2_drv_refclk_ReservedRegister2143 (7 regs) */ 2781 0x061cab88, /* nws.nws_cmu.ln2_drv_refclk_ReservedRegister2144 .. nws.nws_cmu.ln2_drv_refclk_ReservedRegister2149 (6 regs) */ 2782 0x0a1cab90, /* nws.nws_cmu.ln2_drv_refclk_txeq_ctrl0 .. nws.nws_cmu.ln2_drv_refclk_ReservedRegister2154 (10 regs) */ 2783 0x011cab9b, /* nws.nws_cmu.ln2_drv_refclk_ReservedRegister2155 (1 regs) */ 2784 0x051cac00, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2156 .. nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2160 (5 regs) */ 2785 0x011cac06, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2161 (1 regs) */ 2786 0x011cac0a, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2162 (1 regs) */ 2787 0x011cac0c, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2163 (1 regs) */ 2788 0x011cac0e, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2164 (1 regs) */ 2789 0x011cac10, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2165 (1 regs) */ 2790 0x011cac12, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2166 (1 regs) */ 2791 0x011cac14, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2167 (1 regs) */ 2792 0x011cac16, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2168 (1 regs) */ 2793 0x021cac18, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2169 .. nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2170 (2 regs) */ 2794 0x011cac1b, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2171 (1 regs) */ 2795 0x091cac20, /* nws.nws_cmu.ln2_dfe_refclk_fsm_ctrl0 .. nws.nws_cmu.ln2_dfe_refclk_fsm_status0 (9 regs) */ 2796 0x191cac2a, /* nws.nws_cmu.ln2_dfe_refclk_tap_ctrl0 .. nws.nws_cmu.ln2_dfe_refclk_tap_val_status7 (25 regs) */ 2797 0x161cac50, /* nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2179 .. nws.nws_cmu.ln2_dfe_refclk_ReservedRegister2200 (22 regs) */ 2798 0x031cac80, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2201 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2203 (3 regs) */ 2799 0x081cac86, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2204 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2211 (8 regs) */ 2800 0x031cac90, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2212 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2214 (3 regs) */ 2801 0x091cac96, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2215 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2223 (9 regs) */ 2802 0x161caca4, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2224 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2245 (22 regs) */ 2803 0x121cacc0, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2246 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2263 (18 regs) */ 2804 0x031cacd6, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2264 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2266 (3 regs) */ 2805 0x0c1cace0, /* nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2267 .. nws.nws_cmu.ln2_dfe_rxclk_ReservedRegister2278 (12 regs) */ 2806 0x061cad00, /* nws.nws_cmu.ln2_los_refclk_afe_cal_ctrl .. nws.nws_cmu.ln2_los_refclk_run_length_status0 (6 regs) */ 2807 0x071cad10, /* nws.nws_cmu.ln2_los_refclk_filter_ctrl0 .. nws.nws_cmu.ln2_los_refclk_filter_ctrl6 (7 regs) */ 2808 0x051cad20, /* nws.nws_cmu.ln2_los_refclk_ReservedRegister2281 .. nws.nws_cmu.ln2_los_refclk_ReservedRegister2285 (5 regs) */ 2809 0x041cad30, /* nws.nws_cmu.ln2_los_refclk_override_ctrl0 .. nws.nws_cmu.ln2_los_refclk_ReservedRegister2288 (4 regs) */ 2810 0x041cad40, /* nws.nws_cmu.ln2_los_refclk_ReservedRegister2289 .. nws.nws_cmu.ln2_los_refclk_ReservedRegister2292 (4 regs) */ 2811 0x011cad46, /* nws.nws_cmu.ln2_los_refclk_ReservedRegister2293 (1 regs) */ 2812 0x011cad51, /* nws.nws_cmu.ln2_los_refclk_ReservedRegister2294 (1 regs) */ 2813 0x011cad59, /* nws.nws_cmu.ln2_los_refclk_ReservedRegister2295 (1 regs) */ 2814 0x011cad60, /* nws.nws_cmu.ln2_los_refclk_ReservedRegister2296 (1 regs) */ 2815 0x021cad70, /* nws.nws_cmu.ln2_los_refclk_ReservedRegister2297 .. nws.nws_cmu.ln2_los_refclk_status0 (2 regs) */ 2816 0x041cad80, /* nws.nws_cmu.ln2_gcfsm2_ReservedRegister2298 .. nws.nws_cmu.ln2_gcfsm2_ReservedRegister2301 (4 regs) */ 2817 0x041cad90, /* nws.nws_cmu.ln2_gcfsm2_ReservedRegister2302 .. nws.nws_cmu.ln2_gcfsm2_ReservedRegister2305 (4 regs) */ 2818 0x071cada0, /* nws.nws_cmu.ln2_gcfsm2_ReservedRegister2306 .. nws.nws_cmu.ln2_gcfsm2_ReservedRegister2312 (7 regs) */ 2819 0x031cadb0, /* nws.nws_cmu.ln2_gcfsm2_ReservedRegister2313 .. nws.nws_cmu.ln2_gcfsm2_ReservedRegister2315 (3 regs) */ 2820 0x091cadc0, /* nws.nws_cmu.ln2_gcfsm2_ReservedRegister2316 .. nws.nws_cmu.ln2_gcfsm2_ReservedRegister2324 (9 regs) */ 2821 0x021cadd0, /* nws.nws_cmu.ln2_gcfsm2_ReservedRegister2325 .. nws.nws_cmu.ln2_gcfsm2_ReservedRegister2326 (2 regs) */ 2822 0x051cae00, /* nws.nws_cmu.ln2_bist_tx_ctrl .. nws.nws_cmu.ln2_bist_tx_ReservedRegister2330 (5 regs) */ 2823 0x081cae06, /* nws.nws_cmu.ln2_bist_tx_ber_ctrl0 .. nws.nws_cmu.ln2_bist_tx_ber_ctrl7 (8 regs) */ 2824 0x011cae20, /* nws.nws_cmu.ln2_bist_tx_udp_shift_amount (1 regs) */ 2825 0x191cae24, /* nws.nws_cmu.ln2_bist_tx_udp_7_0 .. nws.nws_cmu.ln2_bist_tx_udp_199_192 (25 regs) */ 2826 0x011cae80, /* nws.nws_cmu.ln2_bist_rx_ctrl (1 regs) */ 2827 0x011cae84, /* nws.nws_cmu.ln2_bist_rx_status (1 regs) */ 2828 0x031cae88, /* nws.nws_cmu.ln2_bist_rx_ber_status0 .. nws.nws_cmu.ln2_bist_rx_ber_status2 (3 regs) */ 2829 0x031cae8c, /* nws.nws_cmu.ln2_bist_rx_ber_status4 .. nws.nws_cmu.ln2_bist_rx_ber_status6 (3 regs) */ 2830 0x041cae94, /* nws.nws_cmu.ln2_bist_rx_lock_ctrl0 .. nws.nws_cmu.ln2_bist_rx_lock_ctrl3 (4 regs) */ 2831 0x051caea0, /* nws.nws_cmu.ln2_bist_rx_loss_lock_ctrl0 .. nws.nws_cmu.ln2_bist_rx_loss_lock_ctrl4 (5 regs) */ 2832 0x011caeb0, /* nws.nws_cmu.ln2_bist_rx_udp_shift_amount (1 regs) */ 2833 0x191caeb4, /* nws.nws_cmu.ln2_bist_rx_udp_7_0 .. nws.nws_cmu.ln2_bist_rx_udp_199_192 (25 regs) */ 2834 0x021caf00, /* nws.nws_cmu.ln2_feature_rxterm_cfg0 .. nws.nws_cmu.ln2_feature_rxclkdiv_cfg0 (2 regs) */ 2835 0x061caf04, /* nws.nws_cmu.ln2_feature_ReservedRegister2331 .. nws.nws_cmu.ln2_feature_ReservedRegister2336 (6 regs) */ 2836 0x071caf10, /* nws.nws_cmu.ln2_feature_ReservedRegister2337 .. nws.nws_cmu.ln2_feature_ReservedRegister2343 (7 regs) */ 2837 0x0a1caf20, /* nws.nws_cmu.ln2_feature_ReservedRegister2344 .. nws.nws_cmu.ln2_feature_ReservedRegister2346 (10 regs) */ 2838 0x071caf30, /* nws.nws_cmu.ln2_feature_dfe_cfg .. nws.nws_cmu.ln2_feature_dfe_adapt_tap5_cfg (7 regs) */ 2839 0xa0500000, /* block nws */ 2840 0x101caf38, /* nws.nws_cmu.ln2_feature_adapt_cont_cfg0 .. nws.nws_cmu.ln2_feature_ReservedRegister2358 (16 regs) */ 2841 0x011caf50, /* nws.nws_cmu.ln2_feature_test_cfg0 (1 regs) */ 2842 0x081caf58, /* nws.nws_cmu.ln2_feature_ReservedRegister2359 .. nws.nws_cmu.ln2_feature_ReservedRegister2366 (8 regs) */ 2843 0x061caf80, /* nws.nws_cmu.ln2_lt_tx_fsm_ctrl0 .. nws.nws_cmu.ln2_lt_tx_fsm_ctrl5 (6 regs) */ 2844 0x011caf90, /* nws.nws_cmu.ln2_lt_tx_fsm_status (1 regs) */ 2845 0x031caf93, /* nws.nws_cmu.ln2_lt_tx_prbs_ctrl0 .. nws.nws_cmu.ln2_lt_tx_prbs_ctrl2 (3 regs) */ 2846 0x011cafa0, /* nws.nws_cmu.ln2_lt_tx_coefficient_update_ctrl (1 regs) */ 2847 0x011cafa2, /* nws.nws_cmu.ln2_lt_tx_status_report_ctrl (1 regs) */ 2848 0x021cafb0, /* nws.nws_cmu.ln2_lt_tx_fsm_state_status0 .. nws.nws_cmu.ln2_lt_tx_fsm_state_status1 (2 regs) */ 2849 0x011cafc0, /* nws.nws_cmu.ln2_lt_rx_ctrl0 (1 regs) */ 2850 0x021cafc2, /* nws.nws_cmu.ln2_lt_rx_prbs_ctrl0 .. nws.nws_cmu.ln2_lt_rx_prbs_ctrl1 (2 regs) */ 2851 0x031cafc5, /* nws.nws_cmu.ln2_lt_rx_prbs_status0 .. nws.nws_cmu.ln2_lt_rx_prbs_status2 (3 regs) */ 2852 0x011cafd0, /* nws.nws_cmu.ln2_lt_rx_frame_ctrl (1 regs) */ 2853 0x051cafd3, /* nws.nws_cmu.ln2_lt_rx_frame_status0 .. nws.nws_cmu.ln2_lt_rx_frame_status4 (5 regs) */ 2854 0x011cafe0, /* nws.nws_cmu.ln2_lt_rx_coefficient_update_status (1 regs) */ 2855 0x011cafe2, /* nws.nws_cmu.ln2_lt_rx_report_status (1 regs) */ 2856 0x071cb000, /* nws.nws_cmu.ln3_top_afe_loopback_ctrl .. nws.nws_cmu.ln3_top_ReservedRegister2372 (7 regs) */ 2857 0x011cb010, /* nws.nws_cmu.ln3_top_ReservedRegister2373 (1 regs) */ 2858 0x031cb012, /* nws.nws_cmu.ln3_top_ReservedRegister2374 .. nws.nws_cmu.ln3_top_ReservedRegister2376 (3 regs) */ 2859 0x011cb016, /* nws.nws_cmu.ln3_top_ReservedRegister2377 (1 regs) */ 2860 0x011cb019, /* nws.nws_cmu.ln3_top_ReservedRegister2378 (1 regs) */ 2861 0x021cb01b, /* nws.nws_cmu.ln3_top_ReservedRegister2379 .. nws.nws_cmu.ln3_top_ReservedRegister2380 (2 regs) */ 2862 0x011cb01e, /* nws.nws_cmu.ln3_top_ReservedRegister2381 (1 regs) */ 2863 0x011cb022, /* nws.nws_cmu.ln3_top_dpl_txdp_ctrl1 (1 regs) */ 2864 0x041cb024, /* nws.nws_cmu.ln3_top_dpl_rxdp_ctrl1 .. nws.nws_cmu.ln3_top_phy_if_status (4 regs) */ 2865 0x021cb030, /* nws.nws_cmu.ln3_top_ReservedRegister2384 .. nws.nws_cmu.ln3_top_ReservedRegister2385 (2 regs) */ 2866 0x091cb038, /* nws.nws_cmu.ln3_top_ln_stat_ctrl0 .. nws.nws_cmu.ln3_top_ReservedRegister2392 (9 regs) */ 2867 0x021cb042, /* nws.nws_cmu.ln3_top_ReservedRegister2393 .. nws.nws_cmu.ln3_top_ReservedRegister2394 (2 regs) */ 2868 0x051cb048, /* nws.nws_cmu.ln3_top_ReservedRegister2395 .. nws.nws_cmu.ln3_top_ReservedRegister2399 (5 regs) */ 2869 0x031cb050, /* nws.nws_cmu.ln3_top_err_ctrl1 .. nws.nws_cmu.ln3_top_err_ctrl3 (3 regs) */ 2870 0x021cb090, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2400 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2401 (2 regs) */ 2871 0x021cb0a1, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2402 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2403 (2 regs) */ 2872 0x061cb0a6, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2404 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2409 (6 regs) */ 2873 0x011cb0ad, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2410 (1 regs) */ 2874 0x031cb0b0, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2411 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2413 (3 regs) */ 2875 0x011cb0b4, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2414 (1 regs) */ 2876 0x021cb0b6, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2415 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2416 (2 regs) */ 2877 0x091cb0b9, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2417 .. nws.nws_cmu.ln3_cdr_rxclk_dlpf_status4 (9 regs) */ 2878 0x031cb0c4, /* nws.nws_cmu.ln3_cdr_rxclk_dlpf_status5 .. nws.nws_cmu.ln3_cdr_rxclk_integral_status1 (3 regs) */ 2879 0x081cb0c8, /* nws.nws_cmu.ln3_cdr_rxclk_integral_status2 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2429 (8 regs) */ 2880 0x041cb0e0, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2430 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2433 (4 regs) */ 2881 0x091cb0e8, /* nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2434 .. nws.nws_cmu.ln3_cdr_rxclk_ReservedRegister2442 (9 regs) */ 2882 0x021cb100, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2443 .. nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2444 (2 regs) */ 2883 0x011cb104, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2445 (1 regs) */ 2884 0x011cb106, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2446 (1 regs) */ 2885 0x031cb10a, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2447 .. nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2449 (3 regs) */ 2886 0x021cb110, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2450 .. nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2451 (2 regs) */ 2887 0x041cb118, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2452 .. nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2455 (4 regs) */ 2888 0x061cb120, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2456 .. nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2461 (6 regs) */ 2889 0x011cb130, /* nws.nws_cmu.ln3_cdr_refclk_ReservedRegister2462 (1 regs) */ 2890 0x0f1cb180, /* nws.nws_cmu.ln3_aneg_ReservedRegister2463 .. nws.nws_cmu.ln3_aneg_ReservedRegister2474 (15 regs) */ 2891 0x011cb190, /* nws.nws_cmu.ln3_aneg_status0 (1 regs) */ 2892 0x021cb194, /* nws.nws_cmu.ln3_aneg_status_dbg0 .. nws.nws_cmu.ln3_aneg_status_dbg1 (2 regs) */ 2893 0x251cb198, /* nws.nws_cmu.ln3_aneg_base_page0 .. nws.nws_cmu.ln3_aneg_resolution_eee (37 regs) */ 2894 0x021cb1be, /* nws.nws_cmu.ln3_aneg_link_status0 .. nws.nws_cmu.ln3_aneg_link_status1 (2 regs) */ 2895 0x031cb1c1, /* nws.nws_cmu.ln3_eee_ReservedRegister2491 .. nws.nws_cmu.ln3_eee_ReservedRegister2493 (3 regs) */ 2896 0x041cb1c5, /* nws.nws_cmu.ln3_eee_ReservedRegister2494 .. nws.nws_cmu.ln3_eee_ReservedRegister2497 (4 regs) */ 2897 0x011cb200, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2498 (1 regs) */ 2898 0x021cb202, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2499 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2500 (2 regs) */ 2899 0x011cb205, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2501 (1 regs) */ 2900 0x011cb207, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2502 (1 regs) */ 2901 0x041cb209, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2503 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2506 (4 regs) */ 2902 0x041cb20e, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2507 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2510 (4 regs) */ 2903 0x0d1cb220, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2511 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2523 (13 regs) */ 2904 0x011cb22e, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2524 (1 regs) */ 2905 0x0b1cb230, /* nws.nws_cmu.ln3_leq_refclk_agclos_ctrl0 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2534 (11 regs) */ 2906 0x021cb23d, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2535 .. nws.nws_cmu.ln3_leq_refclk_ple_att_ctrl1 (2 regs) */ 2907 0x071cb240, /* nws.nws_cmu.ln3_leq_refclk_eq_hfg_sql_ctrl0 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2541 (7 regs) */ 2908 0x191cb250, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2542 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2566 (25 regs) */ 2909 0x071cb270, /* nws.nws_cmu.ln3_leq_refclk_gn_apg_ctrl0 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2572 (7 regs) */ 2910 0x091cb280, /* nws.nws_cmu.ln3_leq_refclk_eq_lfg_ctrl0 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2578 (9 regs) */ 2911 0x071cb290, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2579 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2585 (7 regs) */ 2912 0x061cb298, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2586 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2590 (6 regs) */ 2913 0x041cb2a0, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2591 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2594 (4 regs) */ 2914 0x041cb2a6, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2595 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2598 (4 regs) */ 2915 0x021cb2ab, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2599 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2600 (2 regs) */ 2916 0x021cb2ae, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2601 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2602 (2 regs) */ 2917 0x021cb2b8, /* nws.nws_cmu.ln3_leq_refclk_ReservedRegister2603 .. nws.nws_cmu.ln3_leq_refclk_ReservedRegister2604 (2 regs) */ 2918 0x061cb300, /* nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2605 .. nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2610 (6 regs) */ 2919 0x021cb308, /* nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2611 .. nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2612 (2 regs) */ 2920 0x021cb30c, /* nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2613 .. nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2614 (2 regs) */ 2921 0x021cb310, /* nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2615 .. nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2616 (2 regs) */ 2922 0x021cb313, /* nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2617 .. nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2618 (2 regs) */ 2923 0x021cb316, /* nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2619 .. nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2620 (2 regs) */ 2924 0x021cb320, /* nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2621 .. nws.nws_cmu.ln3_leq_rxclk_ReservedRegister2622 (2 regs) */ 2925 0x071cb380, /* nws.nws_cmu.ln3_drv_refclk_afe_pd_ctrl0 .. nws.nws_cmu.ln3_drv_refclk_ReservedRegister2627 (7 regs) */ 2926 0x061cb388, /* nws.nws_cmu.ln3_drv_refclk_ReservedRegister2628 .. nws.nws_cmu.ln3_drv_refclk_ReservedRegister2633 (6 regs) */ 2927 0x0a1cb390, /* nws.nws_cmu.ln3_drv_refclk_txeq_ctrl0 .. nws.nws_cmu.ln3_drv_refclk_ReservedRegister2638 (10 regs) */ 2928 0x011cb39b, /* nws.nws_cmu.ln3_drv_refclk_ReservedRegister2639 (1 regs) */ 2929 0x051cb400, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2640 .. nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2644 (5 regs) */ 2930 0x011cb406, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2645 (1 regs) */ 2931 0x011cb40a, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2646 (1 regs) */ 2932 0x011cb40c, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2647 (1 regs) */ 2933 0x011cb40e, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2648 (1 regs) */ 2934 0x011cb410, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2649 (1 regs) */ 2935 0x011cb412, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2650 (1 regs) */ 2936 0x011cb414, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2651 (1 regs) */ 2937 0x011cb416, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2652 (1 regs) */ 2938 0x021cb418, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2653 .. nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2654 (2 regs) */ 2939 0x011cb41b, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2655 (1 regs) */ 2940 0x091cb420, /* nws.nws_cmu.ln3_dfe_refclk_fsm_ctrl0 .. nws.nws_cmu.ln3_dfe_refclk_fsm_status0 (9 regs) */ 2941 0x191cb42a, /* nws.nws_cmu.ln3_dfe_refclk_tap_ctrl0 .. nws.nws_cmu.ln3_dfe_refclk_tap_val_status7 (25 regs) */ 2942 0x161cb450, /* nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2663 .. nws.nws_cmu.ln3_dfe_refclk_ReservedRegister2684 (22 regs) */ 2943 0x031cb480, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2685 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2687 (3 regs) */ 2944 0x081cb486, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2688 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2695 (8 regs) */ 2945 0x031cb490, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2696 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2698 (3 regs) */ 2946 0x091cb496, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2699 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2707 (9 regs) */ 2947 0x161cb4a4, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2708 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2729 (22 regs) */ 2948 0x121cb4c0, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2730 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2747 (18 regs) */ 2949 0x031cb4d6, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2748 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2750 (3 regs) */ 2950 0x0c1cb4e0, /* nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2751 .. nws.nws_cmu.ln3_dfe_rxclk_ReservedRegister2762 (12 regs) */ 2951 0x061cb500, /* nws.nws_cmu.ln3_los_refclk_afe_cal_ctrl .. nws.nws_cmu.ln3_los_refclk_run_length_status0 (6 regs) */ 2952 0x071cb510, /* nws.nws_cmu.ln3_los_refclk_filter_ctrl0 .. nws.nws_cmu.ln3_los_refclk_filter_ctrl6 (7 regs) */ 2953 0x051cb520, /* nws.nws_cmu.ln3_los_refclk_ReservedRegister2765 .. nws.nws_cmu.ln3_los_refclk_ReservedRegister2769 (5 regs) */ 2954 0x041cb530, /* nws.nws_cmu.ln3_los_refclk_override_ctrl0 .. nws.nws_cmu.ln3_los_refclk_ReservedRegister2772 (4 regs) */ 2955 0x041cb540, /* nws.nws_cmu.ln3_los_refclk_ReservedRegister2773 .. nws.nws_cmu.ln3_los_refclk_ReservedRegister2776 (4 regs) */ 2956 0x011cb546, /* nws.nws_cmu.ln3_los_refclk_ReservedRegister2777 (1 regs) */ 2957 0x011cb551, /* nws.nws_cmu.ln3_los_refclk_ReservedRegister2778 (1 regs) */ 2958 0x011cb559, /* nws.nws_cmu.ln3_los_refclk_ReservedRegister2779 (1 regs) */ 2959 0x011cb560, /* nws.nws_cmu.ln3_los_refclk_ReservedRegister2780 (1 regs) */ 2960 0x021cb570, /* nws.nws_cmu.ln3_los_refclk_ReservedRegister2781 .. nws.nws_cmu.ln3_los_refclk_status0 (2 regs) */ 2961 0x041cb580, /* nws.nws_cmu.ln3_gcfsm2_ReservedRegister2782 .. nws.nws_cmu.ln3_gcfsm2_ReservedRegister2785 (4 regs) */ 2962 0x041cb590, /* nws.nws_cmu.ln3_gcfsm2_ReservedRegister2786 .. nws.nws_cmu.ln3_gcfsm2_ReservedRegister2789 (4 regs) */ 2963 0x071cb5a0, /* nws.nws_cmu.ln3_gcfsm2_ReservedRegister2790 .. nws.nws_cmu.ln3_gcfsm2_ReservedRegister2796 (7 regs) */ 2964 0x031cb5b0, /* nws.nws_cmu.ln3_gcfsm2_ReservedRegister2797 .. nws.nws_cmu.ln3_gcfsm2_ReservedRegister2799 (3 regs) */ 2965 0x091cb5c0, /* nws.nws_cmu.ln3_gcfsm2_ReservedRegister2800 .. nws.nws_cmu.ln3_gcfsm2_ReservedRegister2808 (9 regs) */ 2966 0x021cb5d0, /* nws.nws_cmu.ln3_gcfsm2_ReservedRegister2809 .. nws.nws_cmu.ln3_gcfsm2_ReservedRegister2810 (2 regs) */ 2967 0x051cb600, /* nws.nws_cmu.ln3_bist_tx_ctrl .. nws.nws_cmu.ln3_bist_tx_ReservedRegister2814 (5 regs) */ 2968 0x081cb606, /* nws.nws_cmu.ln3_bist_tx_ber_ctrl0 .. nws.nws_cmu.ln3_bist_tx_ber_ctrl7 (8 regs) */ 2969 0x011cb620, /* nws.nws_cmu.ln3_bist_tx_udp_shift_amount (1 regs) */ 2970 0x191cb624, /* nws.nws_cmu.ln3_bist_tx_udp_7_0 .. nws.nws_cmu.ln3_bist_tx_udp_199_192 (25 regs) */ 2971 0x011cb680, /* nws.nws_cmu.ln3_bist_rx_ctrl (1 regs) */ 2972 0x011cb684, /* nws.nws_cmu.ln3_bist_rx_status (1 regs) */ 2973 0x031cb688, /* nws.nws_cmu.ln3_bist_rx_ber_status0 .. nws.nws_cmu.ln3_bist_rx_ber_status2 (3 regs) */ 2974 0x031cb68c, /* nws.nws_cmu.ln3_bist_rx_ber_status4 .. nws.nws_cmu.ln3_bist_rx_ber_status6 (3 regs) */ 2975 0x041cb694, /* nws.nws_cmu.ln3_bist_rx_lock_ctrl0 .. nws.nws_cmu.ln3_bist_rx_lock_ctrl3 (4 regs) */ 2976 0x051cb6a0, /* nws.nws_cmu.ln3_bist_rx_loss_lock_ctrl0 .. nws.nws_cmu.ln3_bist_rx_loss_lock_ctrl4 (5 regs) */ 2977 0x011cb6b0, /* nws.nws_cmu.ln3_bist_rx_udp_shift_amount (1 regs) */ 2978 0x191cb6b4, /* nws.nws_cmu.ln3_bist_rx_udp_7_0 .. nws.nws_cmu.ln3_bist_rx_udp_199_192 (25 regs) */ 2979 0x021cb700, /* nws.nws_cmu.ln3_feature_rxterm_cfg0 .. nws.nws_cmu.ln3_feature_rxclkdiv_cfg0 (2 regs) */ 2980 0x061cb704, /* nws.nws_cmu.ln3_feature_ReservedRegister2815 .. nws.nws_cmu.ln3_feature_ReservedRegister2820 (6 regs) */ 2981 0x071cb710, /* nws.nws_cmu.ln3_feature_ReservedRegister2821 .. nws.nws_cmu.ln3_feature_ReservedRegister2827 (7 regs) */ 2982 0x0a1cb720, /* nws.nws_cmu.ln3_feature_ReservedRegister2828 .. nws.nws_cmu.ln3_feature_ReservedRegister2830 (10 regs) */ 2983 0x071cb730, /* nws.nws_cmu.ln3_feature_dfe_cfg .. nws.nws_cmu.ln3_feature_dfe_adapt_tap5_cfg (7 regs) */ 2984 0x101cb738, /* nws.nws_cmu.ln3_feature_adapt_cont_cfg0 .. nws.nws_cmu.ln3_feature_ReservedRegister2842 (16 regs) */ 2985 0x011cb750, /* nws.nws_cmu.ln3_feature_test_cfg0 (1 regs) */ 2986 0x081cb758, /* nws.nws_cmu.ln3_feature_ReservedRegister2843 .. nws.nws_cmu.ln3_feature_ReservedRegister2850 (8 regs) */ 2987 0x061cb780, /* nws.nws_cmu.ln3_lt_tx_fsm_ctrl0 .. nws.nws_cmu.ln3_lt_tx_fsm_ctrl5 (6 regs) */ 2988 0x011cb790, /* nws.nws_cmu.ln3_lt_tx_fsm_status (1 regs) */ 2989 0x031cb793, /* nws.nws_cmu.ln3_lt_tx_prbs_ctrl0 .. nws.nws_cmu.ln3_lt_tx_prbs_ctrl2 (3 regs) */ 2990 0x011cb7a0, /* nws.nws_cmu.ln3_lt_tx_coefficient_update_ctrl (1 regs) */ 2991 0x011cb7a2, /* nws.nws_cmu.ln3_lt_tx_status_report_ctrl (1 regs) */ 2992 0x021cb7b0, /* nws.nws_cmu.ln3_lt_tx_fsm_state_status0 .. nws.nws_cmu.ln3_lt_tx_fsm_state_status1 (2 regs) */ 2993 0x011cb7c0, /* nws.nws_cmu.ln3_lt_rx_ctrl0 (1 regs) */ 2994 0x021cb7c2, /* nws.nws_cmu.ln3_lt_rx_prbs_ctrl0 .. nws.nws_cmu.ln3_lt_rx_prbs_ctrl1 (2 regs) */ 2995 0x031cb7c5, /* nws.nws_cmu.ln3_lt_rx_prbs_status0 .. nws.nws_cmu.ln3_lt_rx_prbs_status2 (3 regs) */ 2996 0x011cb7d0, /* nws.nws_cmu.ln3_lt_rx_frame_ctrl (1 regs) */ 2997 0x051cb7d3, /* nws.nws_cmu.ln3_lt_rx_frame_status0 .. nws.nws_cmu.ln3_lt_rx_frame_status4 (5 regs) */ 2998 0x011cb7e0, /* nws.nws_cmu.ln3_lt_rx_coefficient_update_status (1 regs) */ 2999 0x011cb7e2, /* nws.nws_cmu.ln3_lt_rx_report_status (1 regs) */ 3000 0x044c00fd, /* mode (!bb)&(!fpga), block wol */ 3001 0x02180010, /* wol.INT_STS_0 .. wol.INT_MASK_0 (2 regs) */ 3002 0x05180050, /* wol.dbg_select .. wol.dbg_force_frame (5 regs) */ 3003 0x06182067, /* wol.tag_len_0 .. wol.tag_len_5 (6 regs) */ 3004 0x0118206e, /* wol.eco_reserved (1 regs) */ 3005 0x03510000, /* block ms */ 3006 0x061a8000, /* ms.common_control .. ms.eco_reserved (6 regs) */ 3007 0x021a8060, /* ms.INT_STS .. ms.INT_MASK (2 regs) */ 3008 0x0b1a808a, /* ms.dbg_select .. ms.dbg_fw_trigger_enable (11 regs) */ 3009 0x02520000, /* block phy_pcie */ 3010 0x0c18a000, /* phy_pcie.eco_reserved .. phy_pcie.dbg_status (12 regs) */ 3011 0x0518a7fa, /* phy_pcie.dbg_select .. phy_pcie.dbg_force_frame (5 regs) */ 3012 0x044e00f3, /* mode bb&(!(!asic)), block ipc */ 3013 0x03008123, /* ipc.mdio_comm .. ipc.mdio_mode (3 regs) */ 3014 0x0200812a, /* ipc.freq_main .. ipc.freq_storm (2 regs) */ 3015 0x0d00812d, /* ipc.free_running_cntr_0 .. ipc.hw_straps (13 regs) */ 3016 0x03008142, /* ipc.jtag_compliance .. ipc.INT_MASK_0 (3 regs) */ 3017 0x2c510023, /* mode (!bb)&(!(fpga|(!asic))), block ms */ 3018 0x241a9000, /* ms.ms_cmu.ahb_cmu_csr_0_x0 .. ms.ms_cmu.ahb_cmu_csr_0_x35 (36 regs) */ 3019 0x4f1a9038, /* ms.ms_cmu.ahb_cmu_csr_0_x56 .. ms.ms_cmu.ahb_cmu_csr_0_x134 (79 regs) */ 3020 0x011a9090, /* ms.ms_cmu.ahb_cmu_csr_0_x144 (1 regs) */ 3021 0x041a9092, /* ms.ms_cmu.ahb_cmu_csr_0_x146 .. ms.ms_cmu.ahb_cmu_csr_0_x149 (4 regs) */ 3022 0x021a9099, /* ms.ms_cmu.ahb_cmu_csr_0_x153 .. ms.ms_cmu.ahb_cmu_csr_0_x154 (2 regs) */ 3023 0x2a1a90a1, /* ms.ms_cmu.ahb_cmu_csr_0_x161 .. ms.ms_cmu.ahb_cmu_csr_0_x202 (42 regs) */ 3024 0x011a90d2, /* ms.ms_cmu.ahb_cmu_csr_0_x210 (1 regs) */ 3025 0x061a9400, /* ms.ms_cmu.ahb_lane_csr_1_x0 .. ms.ms_cmu.ahb_lane_csr_1_x5 (6 regs) */ 3026 0x401a9407, /* ms.ms_cmu.ahb_lane_csr_1_x7 .. ms.ms_cmu.ahb_lane_csr_1_x70 (64 regs) */ 3027 0x221a9448, /* ms.ms_cmu.ahb_lane_csr_1_x72 .. ms.ms_cmu.ahb_lane_csr_1_x105 (34 regs) */ 3028 0x0e1a9473, /* ms.ms_cmu.ahb_lane_csr_1_x115 .. ms.ms_cmu.ahb_lane_csr_1_x128 (14 regs) */ 3029 0x1b1a9482, /* ms.ms_cmu.ahb_lane_csr_1_x130 .. ms.ms_cmu.ahb_lane_csr_1_x156 (27 regs) */ 3030 0x021a949e, /* ms.ms_cmu.ahb_lane_csr_1_x158 .. ms.ms_cmu.ahb_lane_csr_1_x159 (2 regs) */ 3031 0x011a94a1, /* ms.ms_cmu.ahb_lane_csr_1_x161 (1 regs) */ 3032 0x011a94a7, /* ms.ms_cmu.ahb_lane_csr_1_x167 (1 regs) */ 3033 0x551a94c9, /* ms.ms_cmu.ahb_lane_csr_1_x201 .. ms.ms_cmu.ahb_lane_csr_1_x285 (85 regs) */ 3034 0x081a952d, /* ms.ms_cmu.ahb_lane_csr_1_x301 .. ms.ms_cmu.ahb_lane_csr_1_x308 (8 regs) */ 3035 0x011a9536, /* ms.ms_cmu.ahb_lane_csr_1_x310 (1 regs) */ 3036 0x121a9539, /* ms.ms_cmu.ahb_lane_csr_1_ReservedReg53 .. ms.ms_cmu.ahb_lane_csr_1_x330 (18 regs) */ 3037 0x021a9a00, /* ms.ms_cmu.ahb_comlane_csr_5_x0 .. ms.ms_cmu.ahb_comlane_csr_5_x1 (2 regs) */ 3038 0x051a9a04, /* ms.ms_cmu.ahb_comlane_csr_5_x4 .. ms.ms_cmu.ahb_comlane_csr_5_x8 (5 regs) */ 3039 0x011a9a1f, /* ms.ms_cmu.ahb_comlane_csr_5_x31 (1 regs) */ 3040 0x031a9a2a, /* ms.ms_cmu.ahb_comlane_csr_5_ReservedReg17 .. ms.ms_cmu.ahb_comlane_csr_5_x44 (3 regs) */ 3041 0x851a9a31, /* ms.ms_cmu.ahb_comlane_csr_5_x49 .. ms.ms_cmu.ahb_comlane_csr_5_x181 (133 regs) */ 3042 0x341a9ad2, /* ms.ms_cmu.ahb_comlane_csr_5_x210 .. ms.ms_cmu.ahb_comlane_csr_5_x261 (52 regs) */ 3043 0x0d1a9b07, /* ms.ms_cmu.ahb_comlane_csr_5_x263 .. ms.ms_cmu.ahb_comlane_csr_5_x275 (13 regs) */ 3044 0x011a9b19, /* ms.ms_cmu.ahb_comlane_csr_5_x281 (1 regs) */ 3045 0x021a9b28, /* ms.ms_cmu.ahb_comlane_csr_5_x296 .. ms.ms_cmu.ahb_comlane_csr_5_x297 (2 regs) */ 3046 0x011a9b2d, /* ms.ms_cmu.ahb_comlane_csr_5_x301 (1 regs) */ 3047 0x061a9b2f, /* ms.ms_cmu.ahb_comlane_csr_5_ReservedReg23 .. ms.ms_cmu.ahb_comlane_csr_5_x308 (6 regs) */ 3048 0x061a9b36, /* ms.ms_cmu.ahb_comlane_csr_5_x310 .. ms.ms_cmu.ahb_comlane_csr_5_x315 (6 regs) */ 3049 0x061a9b3d, /* ms.ms_cmu.ahb_comlane_csr_5_ReservedReg24 .. ms.ms_cmu.ahb_comlane_csr_5_x322 (6 regs) */ 3050 0x471a9b44, /* ms.ms_cmu.ahb_comlane_csr_5_x324 .. ms.ms_cmu.ahb_comlane_csr_5_x394 (71 regs) */ 3051 0x031a9b91, /* ms.ms_cmu.ahb_comlane_csr_5_x401 .. ms.ms_cmu.ahb_comlane_csr_5_x403 (3 regs) */ 3052 0x041a9b96, /* ms.ms_cmu.ahb_comlane_csr_5_x406 .. ms.ms_cmu.ahb_comlane_csr_5_x409 (4 regs) */ 3053 0x011a9b9c, /* ms.ms_cmu.ahb_comlane_csr_5_ReservedReg40 (1 regs) */ 3054 0x361a9bbe, /* ms.ms_cmu.ahb_comlane_csr_5_x446 .. ms.ms_cmu.ahb_comlane_csr_5_x499 (54 regs) */ 3055 0x241a9c00, /* ms.ms_cmu.ahb_cmu1_csr_6_x0 .. ms.ms_cmu.ahb_cmu1_csr_6_x35 (36 regs) */ 3056 0x4f1a9c38, /* ms.ms_cmu.ahb_cmu1_csr_6_x56 .. ms.ms_cmu.ahb_cmu1_csr_6_x134 (79 regs) */ 3057 0x011a9c90, /* ms.ms_cmu.ahb_cmu1_csr_6_x144 (1 regs) */ 3058 0x041a9c92, /* ms.ms_cmu.ahb_cmu1_csr_6_x146 .. ms.ms_cmu.ahb_cmu1_csr_6_x149 (4 regs) */ 3059 0x021a9c99, /* ms.ms_cmu.ahb_cmu1_csr_6_x153 .. ms.ms_cmu.ahb_cmu1_csr_6_x154 (2 regs) */ 3060 0x2a1a9ca1, /* ms.ms_cmu.ahb_cmu1_csr_6_x161 .. ms.ms_cmu.ahb_cmu1_csr_6_x202 (42 regs) */ 3061 0x011a9cd2, /* ms.ms_cmu.ahb_cmu1_csr_6_x210 (1 regs) */ 3062 0x90520000, /* block phy_pcie */ 3063 0x23188000, /* phy_pcie.phy0.ahb_cmu_csr_0_x0 .. phy_pcie.phy0.ahb_cmu_csr_0_x34 (35 regs) */ 3064 0x2f188038, /* phy_pcie.phy0.ahb_cmu_csr_0_x56 .. phy_pcie.phy0.ahb_cmu_csr_0_x102 (47 regs) */ 3065 0x2818806c, /* phy_pcie.phy0.ahb_cmu_csr_0_x108 .. phy_pcie.phy0.ahb_cmu_csr_0_x147 (40 regs) */ 3066 0x06188095, /* phy_pcie.phy0.ahb_cmu_csr_0_x149 .. phy_pcie.phy0.ahb_cmu_csr_0_x154 (6 regs) */ 3067 0x1c1880a1, /* phy_pcie.phy0.ahb_cmu_csr_0_x161 .. phy_pcie.phy0.ahb_cmu_csr_0_x188 (28 regs) */ 3068 0x141880bf, /* phy_pcie.phy0.ahb_cmu_csr_0_x191 .. phy_pcie.phy0.ahb_cmu_csr_0_x210 (20 regs) */ 3069 0x06188200, /* phy_pcie.phy0.ahb_lane_csr_1_x0 .. phy_pcie.phy0.ahb_lane_csr_1_x5 (6 regs) */ 3070 0x38188207, /* phy_pcie.phy0.ahb_lane_csr_1_x7 .. phy_pcie.phy0.ahb_lane_csr_1_x62 (56 regs) */ 3071 0x21188241, /* phy_pcie.phy0.ahb_lane_csr_1_x65 .. phy_pcie.phy0.ahb_lane_csr_1_x97 (33 regs) */ 3072 0x11188263, /* phy_pcie.phy0.ahb_lane_csr_1_x99 .. phy_pcie.phy0.ahb_lane_csr_1_x115 (17 regs) */ 3073 0x0a188277, /* phy_pcie.phy0.ahb_lane_csr_1_x119 .. phy_pcie.phy0.ahb_lane_csr_1_x128 (10 regs) */ 3074 0x29188282, /* phy_pcie.phy0.ahb_lane_csr_1_x130 .. phy_pcie.phy0.ahb_lane_csr_1_x170 (41 regs) */ 3075 0x081882c9, /* phy_pcie.phy0.ahb_lane_csr_1_x201 .. phy_pcie.phy0.ahb_lane_csr_1_x208 (8 regs) */ 3076 0x051882d5, /* phy_pcie.phy0.ahb_lane_csr_1_x213 .. phy_pcie.phy0.ahb_lane_csr_1_x217 (5 regs) */ 3077 0x421882dc, /* phy_pcie.phy0.ahb_lane_csr_1_x220 .. phy_pcie.phy0.ahb_lane_csr_1_x285 (66 regs) */ 3078 0x1b18832d, /* phy_pcie.phy0.ahb_lane_csr_1_x301 .. phy_pcie.phy0.ahb_lane_csr_1_x327 (27 regs) */ 3079 0x0118834a, /* phy_pcie.phy0.ahb_lane_csr_1_x330 (1 regs) */ 3080 0x06188400, /* phy_pcie.phy0.ahb_lane_csr_2_x0 .. phy_pcie.phy0.ahb_lane_csr_2_x5 (6 regs) */ 3081 0x38188407, /* phy_pcie.phy0.ahb_lane_csr_2_x7 .. phy_pcie.phy0.ahb_lane_csr_2_x62 (56 regs) */ 3082 0x21188441, /* phy_pcie.phy0.ahb_lane_csr_2_x65 .. phy_pcie.phy0.ahb_lane_csr_2_x97 (33 regs) */ 3083 0x11188463, /* phy_pcie.phy0.ahb_lane_csr_2_x99 .. phy_pcie.phy0.ahb_lane_csr_2_x115 (17 regs) */ 3084 0x0a188477, /* phy_pcie.phy0.ahb_lane_csr_2_x119 .. phy_pcie.phy0.ahb_lane_csr_2_x128 (10 regs) */ 3085 0x29188482, /* phy_pcie.phy0.ahb_lane_csr_2_x130 .. phy_pcie.phy0.ahb_lane_csr_2_x170 (41 regs) */ 3086 0x081884c9, /* phy_pcie.phy0.ahb_lane_csr_2_x201 .. phy_pcie.phy0.ahb_lane_csr_2_x208 (8 regs) */ 3087 0x051884d5, /* phy_pcie.phy0.ahb_lane_csr_2_x213 .. phy_pcie.phy0.ahb_lane_csr_2_x217 (5 regs) */ 3088 0x421884dc, /* phy_pcie.phy0.ahb_lane_csr_2_x220 .. phy_pcie.phy0.ahb_lane_csr_2_x285 (66 regs) */ 3089 0x1b18852d, /* phy_pcie.phy0.ahb_lane_csr_2_x301 .. phy_pcie.phy0.ahb_lane_csr_2_x327 (27 regs) */ 3090 0x0118854a, /* phy_pcie.phy0.ahb_lane_csr_2_x330 (1 regs) */ 3091 0x06188600, /* phy_pcie.phy0.ahb_lane_csr_3_x0 .. phy_pcie.phy0.ahb_lane_csr_3_x5 (6 regs) */ 3092 0x38188607, /* phy_pcie.phy0.ahb_lane_csr_3_x7 .. phy_pcie.phy0.ahb_lane_csr_3_x62 (56 regs) */ 3093 0x21188641, /* phy_pcie.phy0.ahb_lane_csr_3_x65 .. phy_pcie.phy0.ahb_lane_csr_3_x97 (33 regs) */ 3094 0x11188663, /* phy_pcie.phy0.ahb_lane_csr_3_x99 .. phy_pcie.phy0.ahb_lane_csr_3_x115 (17 regs) */ 3095 0x0a188677, /* phy_pcie.phy0.ahb_lane_csr_3_x119 .. phy_pcie.phy0.ahb_lane_csr_3_x128 (10 regs) */ 3096 0x29188682, /* phy_pcie.phy0.ahb_lane_csr_3_x130 .. phy_pcie.phy0.ahb_lane_csr_3_x170 (41 regs) */ 3097 0x081886c9, /* phy_pcie.phy0.ahb_lane_csr_3_x201 .. phy_pcie.phy0.ahb_lane_csr_3_x208 (8 regs) */ 3098 0x051886d5, /* phy_pcie.phy0.ahb_lane_csr_3_x213 .. phy_pcie.phy0.ahb_lane_csr_3_x217 (5 regs) */ 3099 0x421886dc, /* phy_pcie.phy0.ahb_lane_csr_3_x220 .. phy_pcie.phy0.ahb_lane_csr_3_x285 (66 regs) */ 3100 0x1b18872d, /* phy_pcie.phy0.ahb_lane_csr_3_x301 .. phy_pcie.phy0.ahb_lane_csr_3_x327 (27 regs) */ 3101 0x0118874a, /* phy_pcie.phy0.ahb_lane_csr_3_x330 (1 regs) */ 3102 0x06188800, /* phy_pcie.phy0.ahb_lane_csr_4_x0 .. phy_pcie.phy0.ahb_lane_csr_4_x5 (6 regs) */ 3103 0x38188807, /* phy_pcie.phy0.ahb_lane_csr_4_x7 .. phy_pcie.phy0.ahb_lane_csr_4_x62 (56 regs) */ 3104 0x21188841, /* phy_pcie.phy0.ahb_lane_csr_4_x65 .. phy_pcie.phy0.ahb_lane_csr_4_x97 (33 regs) */ 3105 0x11188863, /* phy_pcie.phy0.ahb_lane_csr_4_x99 .. phy_pcie.phy0.ahb_lane_csr_4_x115 (17 regs) */ 3106 0x0a188877, /* phy_pcie.phy0.ahb_lane_csr_4_x119 .. phy_pcie.phy0.ahb_lane_csr_4_x128 (10 regs) */ 3107 0x29188882, /* phy_pcie.phy0.ahb_lane_csr_4_x130 .. phy_pcie.phy0.ahb_lane_csr_4_x170 (41 regs) */ 3108 0x081888c9, /* phy_pcie.phy0.ahb_lane_csr_4_x201 .. phy_pcie.phy0.ahb_lane_csr_4_x208 (8 regs) */ 3109 0x051888d5, /* phy_pcie.phy0.ahb_lane_csr_4_x213 .. phy_pcie.phy0.ahb_lane_csr_4_x217 (5 regs) */ 3110 0x421888dc, /* phy_pcie.phy0.ahb_lane_csr_4_x220 .. phy_pcie.phy0.ahb_lane_csr_4_x285 (66 regs) */ 3111 0x1b18892d, /* phy_pcie.phy0.ahb_lane_csr_4_x301 .. phy_pcie.phy0.ahb_lane_csr_4_x327 (27 regs) */ 3112 0x0118894a, /* phy_pcie.phy0.ahb_lane_csr_4_x330 (1 regs) */ 3113 0x05188a00, /* phy_pcie.phy0.ahb_comlane_csr_5_x0 .. phy_pcie.phy0.ahb_comlane_csr_5_x4 (5 regs) */ 3114 0x15188a06, /* phy_pcie.phy0.ahb_comlane_csr_5_x6 .. phy_pcie.phy0.ahb_comlane_csr_5_x26 (21 regs) */ 3115 0x07188a1d, /* phy_pcie.phy0.ahb_comlane_csr_5_x29 .. phy_pcie.phy0.ahb_comlane_csr_5_x35 (7 regs) */ 3116 0x04188a26, /* phy_pcie.phy0.ahb_comlane_csr_5_x38 .. phy_pcie.phy0.ahb_comlane_csr_5_x41 (4 regs) */ 3117 0x78188a2b, /* phy_pcie.phy0.ahb_comlane_csr_5_x43 .. phy_pcie.phy0.ahb_comlane_csr_5_x162 (120 regs) */ 3118 0x5e188aa8, /* phy_pcie.phy0.ahb_comlane_csr_5_x168 .. phy_pcie.phy0.ahb_comlane_csr_5_x261 (94 regs) */ 3119 0x23188b07, /* phy_pcie.phy0.ahb_comlane_csr_5_x263 .. phy_pcie.phy0.ahb_comlane_csr_5_x297 (35 regs) */ 3120 0x01188b2d, /* phy_pcie.phy0.ahb_comlane_csr_5_x301 (1 regs) */ 3121 0x05188b30, /* phy_pcie.phy0.ahb_comlane_csr_5_x304 .. phy_pcie.phy0.ahb_comlane_csr_5_x308 (5 regs) */ 3122 0x06188b36, /* phy_pcie.phy0.ahb_comlane_csr_5_x310 .. phy_pcie.phy0.ahb_comlane_csr_5_x315 (6 regs) */ 3123 0x05188b3e, /* phy_pcie.phy0.ahb_comlane_csr_5_x318 .. phy_pcie.phy0.ahb_comlane_csr_5_x322 (5 regs) */ 3124 0x0a188b44, /* phy_pcie.phy0.ahb_comlane_csr_5_x324 .. phy_pcie.phy0.ahb_comlane_csr_5_x333 (10 regs) */ 3125 0x02188b52, /* phy_pcie.phy0.ahb_comlane_csr_5_x338 .. phy_pcie.phy0.ahb_comlane_csr_5_x339 (2 regs) */ 3126 0x02188b55, /* phy_pcie.phy0.ahb_comlane_csr_5_x341 .. phy_pcie.phy0.ahb_comlane_csr_5_x342 (2 regs) */ 3127 0x01188b58, /* phy_pcie.phy0.ahb_comlane_csr_5_x344 (1 regs) */ 3128 0x0a188b5a, /* phy_pcie.phy0.ahb_comlane_csr_5_x346 .. phy_pcie.phy0.ahb_comlane_csr_5_x355 (10 regs) */ 3129 0x01188b66, /* phy_pcie.phy0.ahb_comlane_csr_5_x358 (1 regs) */ 3130 0x0c188b6a, /* phy_pcie.phy0.ahb_comlane_csr_5_x362 .. phy_pcie.phy0.ahb_comlane_csr_5_x373 (12 regs) */ 3131 0x11188b78, /* phy_pcie.phy0.ahb_comlane_csr_5_x376 .. phy_pcie.phy0.ahb_comlane_csr_5_x392 (17 regs) */ 3132 0x01188b8a, /* phy_pcie.phy0.ahb_comlane_csr_5_x394 (1 regs) */ 3133 0x0b188b91, /* phy_pcie.phy0.ahb_comlane_csr_5_x401 .. phy_pcie.phy0.ahb_comlane_csr_5_x411 (11 regs) */ 3134 0x57188b9d, /* phy_pcie.phy0.ahb_comlane_csr_5_x413 .. phy_pcie.phy0.ahb_comlane_csr_5_x499 (87 regs) */ 3135 0x23189000, /* phy_pcie.phy1.ahb_cmu_csr_0_x0 .. phy_pcie.phy1.ahb_cmu_csr_0_x34 (35 regs) */ 3136 0x2f189038, /* phy_pcie.phy1.ahb_cmu_csr_0_x56 .. phy_pcie.phy1.ahb_cmu_csr_0_x102 (47 regs) */ 3137 0x2818906c, /* phy_pcie.phy1.ahb_cmu_csr_0_x108 .. phy_pcie.phy1.ahb_cmu_csr_0_x147 (40 regs) */ 3138 0x06189095, /* phy_pcie.phy1.ahb_cmu_csr_0_x149 .. phy_pcie.phy1.ahb_cmu_csr_0_x154 (6 regs) */ 3139 0x1c1890a1, /* phy_pcie.phy1.ahb_cmu_csr_0_x161 .. phy_pcie.phy1.ahb_cmu_csr_0_x188 (28 regs) */ 3140 0x141890bf, /* phy_pcie.phy1.ahb_cmu_csr_0_x191 .. phy_pcie.phy1.ahb_cmu_csr_0_x210 (20 regs) */ 3141 0x06189200, /* phy_pcie.phy1.ahb_lane_csr_1_x0 .. phy_pcie.phy1.ahb_lane_csr_1_x5 (6 regs) */ 3142 0x38189207, /* phy_pcie.phy1.ahb_lane_csr_1_x7 .. phy_pcie.phy1.ahb_lane_csr_1_x62 (56 regs) */ 3143 0x21189241, /* phy_pcie.phy1.ahb_lane_csr_1_x65 .. phy_pcie.phy1.ahb_lane_csr_1_x97 (33 regs) */ 3144 0x11189263, /* phy_pcie.phy1.ahb_lane_csr_1_x99 .. phy_pcie.phy1.ahb_lane_csr_1_x115 (17 regs) */ 3145 0x0a189277, /* phy_pcie.phy1.ahb_lane_csr_1_x119 .. phy_pcie.phy1.ahb_lane_csr_1_x128 (10 regs) */ 3146 0x29189282, /* phy_pcie.phy1.ahb_lane_csr_1_x130 .. phy_pcie.phy1.ahb_lane_csr_1_x170 (41 regs) */ 3147 0x081892c9, /* phy_pcie.phy1.ahb_lane_csr_1_x201 .. phy_pcie.phy1.ahb_lane_csr_1_x208 (8 regs) */ 3148 0x051892d5, /* phy_pcie.phy1.ahb_lane_csr_1_x213 .. phy_pcie.phy1.ahb_lane_csr_1_x217 (5 regs) */ 3149 0x421892dc, /* phy_pcie.phy1.ahb_lane_csr_1_x220 .. phy_pcie.phy1.ahb_lane_csr_1_x285 (66 regs) */ 3150 0x1b18932d, /* phy_pcie.phy1.ahb_lane_csr_1_x301 .. phy_pcie.phy1.ahb_lane_csr_1_x327 (27 regs) */ 3151 0x0118934a, /* phy_pcie.phy1.ahb_lane_csr_1_x330 (1 regs) */ 3152 0x06189400, /* phy_pcie.phy1.ahb_lane_csr_2_x0 .. phy_pcie.phy1.ahb_lane_csr_2_x5 (6 regs) */ 3153 0x38189407, /* phy_pcie.phy1.ahb_lane_csr_2_x7 .. phy_pcie.phy1.ahb_lane_csr_2_x62 (56 regs) */ 3154 0x21189441, /* phy_pcie.phy1.ahb_lane_csr_2_x65 .. phy_pcie.phy1.ahb_lane_csr_2_x97 (33 regs) */ 3155 0x11189463, /* phy_pcie.phy1.ahb_lane_csr_2_x99 .. phy_pcie.phy1.ahb_lane_csr_2_x115 (17 regs) */ 3156 0x0a189477, /* phy_pcie.phy1.ahb_lane_csr_2_x119 .. phy_pcie.phy1.ahb_lane_csr_2_x128 (10 regs) */ 3157 0x29189482, /* phy_pcie.phy1.ahb_lane_csr_2_x130 .. phy_pcie.phy1.ahb_lane_csr_2_x170 (41 regs) */ 3158 0x081894c9, /* phy_pcie.phy1.ahb_lane_csr_2_x201 .. phy_pcie.phy1.ahb_lane_csr_2_x208 (8 regs) */ 3159 0x051894d5, /* phy_pcie.phy1.ahb_lane_csr_2_x213 .. phy_pcie.phy1.ahb_lane_csr_2_x217 (5 regs) */ 3160 0x421894dc, /* phy_pcie.phy1.ahb_lane_csr_2_x220 .. phy_pcie.phy1.ahb_lane_csr_2_x285 (66 regs) */ 3161 0x1b18952d, /* phy_pcie.phy1.ahb_lane_csr_2_x301 .. phy_pcie.phy1.ahb_lane_csr_2_x327 (27 regs) */ 3162 0x0118954a, /* phy_pcie.phy1.ahb_lane_csr_2_x330 (1 regs) */ 3163 0x06189600, /* phy_pcie.phy1.ahb_lane_csr_3_x0 .. phy_pcie.phy1.ahb_lane_csr_3_x5 (6 regs) */ 3164 0x38189607, /* phy_pcie.phy1.ahb_lane_csr_3_x7 .. phy_pcie.phy1.ahb_lane_csr_3_x62 (56 regs) */ 3165 0x21189641, /* phy_pcie.phy1.ahb_lane_csr_3_x65 .. phy_pcie.phy1.ahb_lane_csr_3_x97 (33 regs) */ 3166 0x11189663, /* phy_pcie.phy1.ahb_lane_csr_3_x99 .. phy_pcie.phy1.ahb_lane_csr_3_x115 (17 regs) */ 3167 0x0a189677, /* phy_pcie.phy1.ahb_lane_csr_3_x119 .. phy_pcie.phy1.ahb_lane_csr_3_x128 (10 regs) */ 3168 0x29189682, /* phy_pcie.phy1.ahb_lane_csr_3_x130 .. phy_pcie.phy1.ahb_lane_csr_3_x170 (41 regs) */ 3169 0x081896c9, /* phy_pcie.phy1.ahb_lane_csr_3_x201 .. phy_pcie.phy1.ahb_lane_csr_3_x208 (8 regs) */ 3170 0x051896d5, /* phy_pcie.phy1.ahb_lane_csr_3_x213 .. phy_pcie.phy1.ahb_lane_csr_3_x217 (5 regs) */ 3171 0x421896dc, /* phy_pcie.phy1.ahb_lane_csr_3_x220 .. phy_pcie.phy1.ahb_lane_csr_3_x285 (66 regs) */ 3172 0x1b18972d, /* phy_pcie.phy1.ahb_lane_csr_3_x301 .. phy_pcie.phy1.ahb_lane_csr_3_x327 (27 regs) */ 3173 0x0118974a, /* phy_pcie.phy1.ahb_lane_csr_3_x330 (1 regs) */ 3174 0x06189800, /* phy_pcie.phy1.ahb_lane_csr_4_x0 .. phy_pcie.phy1.ahb_lane_csr_4_x5 (6 regs) */ 3175 0x38189807, /* phy_pcie.phy1.ahb_lane_csr_4_x7 .. phy_pcie.phy1.ahb_lane_csr_4_x62 (56 regs) */ 3176 0x21189841, /* phy_pcie.phy1.ahb_lane_csr_4_x65 .. phy_pcie.phy1.ahb_lane_csr_4_x97 (33 regs) */ 3177 0x11189863, /* phy_pcie.phy1.ahb_lane_csr_4_x99 .. phy_pcie.phy1.ahb_lane_csr_4_x115 (17 regs) */ 3178 0x0a189877, /* phy_pcie.phy1.ahb_lane_csr_4_x119 .. phy_pcie.phy1.ahb_lane_csr_4_x128 (10 regs) */ 3179 0x29189882, /* phy_pcie.phy1.ahb_lane_csr_4_x130 .. phy_pcie.phy1.ahb_lane_csr_4_x170 (41 regs) */ 3180 0x081898c9, /* phy_pcie.phy1.ahb_lane_csr_4_x201 .. phy_pcie.phy1.ahb_lane_csr_4_x208 (8 regs) */ 3181 0x051898d5, /* phy_pcie.phy1.ahb_lane_csr_4_x213 .. phy_pcie.phy1.ahb_lane_csr_4_x217 (5 regs) */ 3182 0x421898dc, /* phy_pcie.phy1.ahb_lane_csr_4_x220 .. phy_pcie.phy1.ahb_lane_csr_4_x285 (66 regs) */ 3183 0x1b18992d, /* phy_pcie.phy1.ahb_lane_csr_4_x301 .. phy_pcie.phy1.ahb_lane_csr_4_x327 (27 regs) */ 3184 0x0118994a, /* phy_pcie.phy1.ahb_lane_csr_4_x330 (1 regs) */ 3185 0x05189a00, /* phy_pcie.phy1.ahb_comlane_csr_5_x0 .. phy_pcie.phy1.ahb_comlane_csr_5_x4 (5 regs) */ 3186 0x15189a06, /* phy_pcie.phy1.ahb_comlane_csr_5_x6 .. phy_pcie.phy1.ahb_comlane_csr_5_x26 (21 regs) */ 3187 0x07189a1d, /* phy_pcie.phy1.ahb_comlane_csr_5_x29 .. phy_pcie.phy1.ahb_comlane_csr_5_x35 (7 regs) */ 3188 0x04189a26, /* phy_pcie.phy1.ahb_comlane_csr_5_x38 .. phy_pcie.phy1.ahb_comlane_csr_5_x41 (4 regs) */ 3189 0x78189a2b, /* phy_pcie.phy1.ahb_comlane_csr_5_x43 .. phy_pcie.phy1.ahb_comlane_csr_5_x162 (120 regs) */ 3190 0x5e189aa8, /* phy_pcie.phy1.ahb_comlane_csr_5_x168 .. phy_pcie.phy1.ahb_comlane_csr_5_x261 (94 regs) */ 3191 0x23189b07, /* phy_pcie.phy1.ahb_comlane_csr_5_x263 .. phy_pcie.phy1.ahb_comlane_csr_5_x297 (35 regs) */ 3192 0x01189b2d, /* phy_pcie.phy1.ahb_comlane_csr_5_x301 (1 regs) */ 3193 0x05189b30, /* phy_pcie.phy1.ahb_comlane_csr_5_x304 .. phy_pcie.phy1.ahb_comlane_csr_5_x308 (5 regs) */ 3194 0x06189b36, /* phy_pcie.phy1.ahb_comlane_csr_5_x310 .. phy_pcie.phy1.ahb_comlane_csr_5_x315 (6 regs) */ 3195 0x05189b3e, /* phy_pcie.phy1.ahb_comlane_csr_5_x318 .. phy_pcie.phy1.ahb_comlane_csr_5_x322 (5 regs) */ 3196 0x0a189b44, /* phy_pcie.phy1.ahb_comlane_csr_5_x324 .. phy_pcie.phy1.ahb_comlane_csr_5_x333 (10 regs) */ 3197 0x02189b52, /* phy_pcie.phy1.ahb_comlane_csr_5_x338 .. phy_pcie.phy1.ahb_comlane_csr_5_x339 (2 regs) */ 3198 0x02189b55, /* phy_pcie.phy1.ahb_comlane_csr_5_x341 .. phy_pcie.phy1.ahb_comlane_csr_5_x342 (2 regs) */ 3199 0x01189b58, /* phy_pcie.phy1.ahb_comlane_csr_5_x344 (1 regs) */ 3200 0x0a189b5a, /* phy_pcie.phy1.ahb_comlane_csr_5_x346 .. phy_pcie.phy1.ahb_comlane_csr_5_x355 (10 regs) */ 3201 0x01189b66, /* phy_pcie.phy1.ahb_comlane_csr_5_x358 (1 regs) */ 3202 0x0c189b6a, /* phy_pcie.phy1.ahb_comlane_csr_5_x362 .. phy_pcie.phy1.ahb_comlane_csr_5_x373 (12 regs) */ 3203 0x11189b78, /* phy_pcie.phy1.ahb_comlane_csr_5_x376 .. phy_pcie.phy1.ahb_comlane_csr_5_x392 (17 regs) */ 3204 0x01189b8a, /* phy_pcie.phy1.ahb_comlane_csr_5_x394 (1 regs) */ 3205 0x0b189b91, /* phy_pcie.phy1.ahb_comlane_csr_5_x401 .. phy_pcie.phy1.ahb_comlane_csr_5_x411 (11 regs) */ 3206 0x57189b9d, /* phy_pcie.phy1.ahb_comlane_csr_5_x413 .. phy_pcie.phy1.ahb_comlane_csr_5_x499 (87 regs) */ 3207 0x0100007e, /* split PORT */ 3208 0x03060000, /* block cpmu */ 3209 0x0700c080, /* cpmu.lpi_mode_config .. cpmu.sw_force_lpi (7 regs) */ 3210 0x0600c0c9, /* cpmu.lpi_tx_req_stat_ro .. cpmu.lpi_duration_stat_ro (6 regs) */ 3211 0x0600c0df, /* cpmu.lpi_tx_req_stat .. cpmu.lpi_duration_stat (6 regs) */ 3212 0x02200000, /* block dorq */ 3213 0x0104013f, /* dorq.wake_misc_en (1 regs) */ 3214 0x08040221, /* dorq.tag1_ethertype .. dorq.tag4_size (8 regs) */ 3215 0x01210000, /* block brb */ 3216 0x010d0201, /* brb.header_size (1 regs) */ 3217 0x0f230000, /* block prs */ 3218 0x0107c11d, /* prs.t_tag_tagnum (1 regs) */ 3219 0x5607c144, /* prs.ets_packet_additional_network_size .. prs.wfq_port_arb_current_credit (86 regs) */ 3220 0x0107c1c0, /* prs.prop_hdr_size (1 regs) */ 3221 0x0107c1cc, /* prs.encapsulation_type_en (1 regs) */ 3222 0x0107c1ce, /* prs.vxlan_port (1 regs) */ 3223 0x1007c1df, /* prs.first_hdr_hdrs_after_basic .. prs.inner_hdr_must_have_hdrs (16 regs) */ 3224 0x2007c1fa, /* prs.src_mac_0_0 .. prs.src_mac_15_1 (32 regs) */ 3225 0x0107c21b, /* prs.nge_port (1 regs) */ 3226 0x0207c21d, /* prs.rroce_enable .. prs.nge_comp_ver (2 regs) */ 3227 0x0107c250, /* prs.no_match_pfid (1 regs) */ 3228 0x0307c284, /* prs.classify_failed_pkt_len_stat_add_crc .. prs.classify_failed_pkt_len_stat_tags_not_counted_first (3 regs) */ 3229 0x1307c288, /* prs.nig_classify_failed .. prs.ignore_udp_zero_checksum (19 regs) */ 3230 0x0907c2c2, /* prs.num_of_packets_0 .. prs.num_of_packets_8 (9 regs) */ 3231 0x0207c2d5, /* prs.queue_pkt_avail_status .. prs.storm_bkprs_status (2 regs) */ 3232 0x0107c3cd, /* prs.eop_req_ct (1 regs) */ 3233 0x063c0000, /* block pbf */ 3234 0x1236012c, /* pbf.first_hdr_hdrs_after_basic .. pbf.inner_hdr_must_have_hdrs (18 regs) */ 3235 0x02360146, /* pbf.vxlan_port .. pbf.nge_port (2 regs) */ 3236 0x01360149, /* pbf.nge_comp_ver (1 regs) */ 3237 0x01360160, /* pbf.prop_hdr_size (1 regs) */ 3238 0x01360162, /* pbf.t_tag_tagnum (1 regs) */ 3239 0x05360170, /* pbf.btb_shared_area_size .. pbf.num_strict_priority_slots (5 regs) */ 3240 0x2e4b0000, /* block nig */ 3241 0x05140384, /* nig.mac_in_en .. nig.flowctrl_out_en (5 regs) */ 3242 0x01140402, /* nig.rx_pkt_has_fcs (1 regs) */ 3243 0x03140404, /* nig.llc_jumbo_type .. nig.first_hdr_hdrs_after_basic (3 regs) */ 3244 0x07140408, /* nig.first_hdr_hdrs_after_tag_0 .. nig.inner_hdr_hdrs_after_basic (7 regs) */ 3245 0x08140410, /* nig.inner_hdr_hdrs_after_tag_0 .. nig.vxlan_ctrl (8 regs) */ 3246 0x2c140422, /* nig.llh_dest_mac_0_0 .. nig.rx_llh_svol_mcp_mask (44 regs) */ 3247 0x04140450, /* nig.rx_llh_ncsi_brb_dntfwd_mask .. nig.rx_llh_svol_brb_dntfwd_mask (4 regs) */ 3248 0x26140456, /* nig.l2filt_ethertype0 .. nig.rx_llh_brb_gate_dntfwd (38 regs) */ 3249 0x0514047e, /* nig.storm_ethertype0 .. nig.rx_llh_storm_mask (5 regs) */ 3250 0x061404c2, /* nig.rx_llh_dfifo_empty .. nig.rx_llh_rfifo_full (6 regs) */ 3251 0x01140500, /* nig.storm_status (1 regs) */ 3252 0x33140540, /* nig.lb_min_cyc_threshold .. nig.lb_arb_num_strict_arb_slots (51 regs) */ 3253 0x02940574, /* nig.lb_arb_priority_client (2 regs, WB) */ 3254 0x22140576, /* nig.lb_arb_burst_mode .. nig.lb_llh_brb_gate_dntfwd (34 regs) */ 3255 0x0f1405d9, /* nig.lb_btb_fifo_alm_full_thr .. nig.lb_llh_rfifo_alm_full (15 regs) */ 3256 0x01140600, /* nig.lb_llh_rfifo_full (1 regs) */ 3257 0x29140640, /* nig.rx_ptp_en .. nig.outer_tag_value_mask (41 regs) */ 3258 0x2d1406e8, /* nig.flowctrl_mode .. nig.rx_flowctrl_status_clear (45 regs) */ 3259 0x08140719, /* nig.stat_rx_brb_packet_priority_0 .. nig.stat_rx_brb_packet_priority_7 (8 regs) */ 3260 0x22140728, /* nig.stat_rx_brb_octet_priority_0 .. nig.stat_rx_brb_discard_priority_7 (34 regs) */ 3261 0x0214074b, /* nig.stat_rx_storm_packet_discard .. nig.stat_rx_storm_packet_truncate (2 regs) */ 3262 0x46140750, /* nig.stat_lb_brb_packet_priority_0 .. nig.stat_tx_octet_tc_7 (70 regs) */ 3263 0x20940796, /* nig.tx_xoff_cyc_tc_0 .. nig.lb_xoff_cyc_tc_7 (32 regs, WB) */ 3264 0x1a1407b6, /* nig.stat_rx_bmb_octet .. nig.tx_arb_num_strict_arb_slots (26 regs) */ 3265 0x029407d0, /* nig.tx_arb_priority_client (2 regs, WB) */ 3266 0x3d1407d2, /* nig.tx_arb_burst_mode .. nig.tx_gnt_fifo_full (61 regs) */ 3267 0x02140825, /* nig.mng_tc .. nig.tx_mng_tc_en (2 regs) */ 3268 0x03140828, /* nig.tx_mng_timestamp_pkt .. nig.bmb_pkt_len (3 regs) */ 3269 0x0414082c, /* nig.tx_bmb_fifo_empty .. nig.lb_bmb_fifo_full (4 regs) */ 3270 0x01140835, /* nig.debug_pkt_len (1 regs) */ 3271 0x05140850, /* nig.dbg_select .. nig.dbg_force_frame (5 regs) */ 3272 0x0f140862, /* nig.rx_fc_dbg_select .. nig.lb_fc_dbg_force_frame (15 regs) */ 3273 0x01140881, /* nig.eco_reserved_perport (1 regs) */ 3274 0x0214220a, /* nig.tx_ptp_one_stp_en .. nig.rx_ptp_one_stp_en (2 regs) */ 3275 0x01142214, /* nig.add_freecnt_offset (1 regs) */ 3276 0x0214222c, /* nig.tsgen_offset_value_lsb .. nig.tsgen_offset_value_msb (2 regs) */ 3277 0x04142230, /* nig.tsgen_sync_time_lsb .. nig.tsgen_sw_pps_en (4 regs) */ 3278 0x02142236, /* nig.tsgen_rst_drift_cntr .. nig.tsgen_drift_cntr_conf (2 regs) */ 3279 0x0214223c, /* nig.roce_duplicate_to_host .. nig.default_engine_id_sel (2 regs) */ 3280 0x43142280, /* nig.dscp_to_tc_map .. nig.rroce_zero_udp_ignore (67 regs) */ 3281 0x011422c8, /* nig.add_eth_crc (1 regs) */ 3282 0x031422ca, /* nig.nge_ip_enable .. nig.nge_comp_ver (3 regs) */ 3283 0x021422ce, /* nig.nge_port .. nig.llh_lb_tc_remap (2 regs) */ 3284 0x051422d2, /* nig.rx_llh_ncsi_mcp_mask_2 .. nig.tx_llh_ncsi_ntwk_mask_2 (5 regs) */ 3285 0x071422d8, /* nig.timer_counter .. nig.tx_parity_error_close_egress (7 regs) */ 3286 0x031422e0, /* nig.tx_arb_client_0_map .. nig.lb_arb_client_0_map (3 regs) */ 3287 0x044b0025, /* mode !bb, block nig */ 3288 0x02142407, /* nig.tsgen_tsio_in_sel_mask .. nig.tsgen_tsio_in_sel_pol (2 regs) */ 3289 0x0494240a, /* nig.tsgen_tsio_in_latched_value .. nig.tsgen_tsio_out_next_toggle_time (4 regs, WB) */ 3290 0x0514240e, /* nig.tsgen_pps_start_time_0 .. nig.ptp_update_sw_osts_pkt_time (5 regs) */ 3291 0x04142416, /* nig.llh_dest_mac_6_0 .. nig.llh_dest_mac_7_1 (4 regs) */ 3292 0x024d0000, /* block bmbn */ 3293 0x06184078, /* bmbn.mng_outer_tag0_0 .. bmbn.mng_inner_vlan_tag1 (6 regs) */ 3294 0x01184081, /* bmbn.eco_reserved_perport (1 regs) */ 3295 0x01530000, /* block led */ 3296 0x061ae000, /* led.control .. led.mac_led_speed (6 regs) */ 3297 0x01050015, /* mode !(k2|e5), block cnig */ 3298 0x0608608f, /* cnig.led_control .. cnig.mac_led_speed (6 regs) */ 3299 0x144b0000, /* block nig */ 3300 0x02140391, /* nig.rx_macfifo_empty .. nig.rx_macfifo_full (2 regs) */ 3301 0x01140400, /* nig.hdr_skip_size (1 regs) */ 3302 0x01140407, /* nig.first_hdr_hdrs_after_llc (1 regs) */ 3303 0x0114040f, /* nig.inner_hdr_hdrs_after_llc (1 regs) */ 3304 0x03140418, /* nig.ipv4_type .. nig.fcoe_type (3 regs) */ 3305 0x0414041d, /* nig.tcp_protocol .. nig.icmpv6_protocol (4 regs) */ 3306 0x1614080f, /* nig.mng_outer_tag0_0 .. nig.mng_prop_hdr1_7 (22 regs) */ 3307 0x01140827, /* nig.tx_host_mng_enable (1 regs) */ 3308 0x02142002, /* nig.mf_global_en .. nig.upon_mgmt (2 regs) */ 3309 0x04142070, /* nig.wake_buffer_clear .. nig.wake_details (4 regs) */ 3310 0x02142208, /* nig.tx_up_ts_en .. nig.rx_up_ts_en (2 regs) */ 3311 0x0814220c, /* nig.tx_up_ts_addr_0 .. nig.rx_enable_up_rules (8 regs) */ 3312 0x01142215, /* nig.up_ts_insert_en (1 regs) */ 3313 0x0114221f, /* nig.llh_up_buf_seqid (1 regs) */ 3314 0x04942220, /* nig.llh_up_buf_timestamp .. nig.llh_up_buf_src_addr (4 regs, WB) */ 3315 0x01142224, /* nig.tx_llh_up_buf_seqid (1 regs) */ 3316 0x04942226, /* nig.tx_llh_up_buf_timestamp .. nig.llh_up_buf_dst_addr (4 regs, WB) */ 3317 0x0114223b, /* nig.mld_msg_type (1 regs) */ 3318 0x041422c4, /* nig.acpi_tag_remove .. nig.rm_eth_crc (4 regs) */ 3319 0x011422c9, /* nig.corrupt_eth_crc (1 regs) */ 3320 0x01170003, /* mode !(bb|k2), block ptu */ 3321 0x0415817b, /* ptu.LOG_INV_HALT_RSC_TYPE .. ptu.LOG_TRANSPEND_REUSE_MISS_PAGE_INDEX_MSB (4 regs) */ 3322 0x024b0000, /* block nig */ 3323 0x02143420, /* nig.mng_to_mcp_ncsi_filter_0 .. nig.mng_to_mcp_ncsi_filter_1 (2 regs) */ 3324 0x02143601, /* nig.tx_order_fifo_full .. nig.lb_order_fifo_full (2 regs) */ 3325 0x034b0051, /* mode !e5, block nig */ 3326 0x01140390, /* nig.tx_macfifo_alm_full_thr (1 regs) */ 3327 0x02140393, /* nig.tx_macfifo_alm_full .. nig.tx_macfifo_empty (2 regs) */ 3328 0x011403c0, /* nig.tx_macfifo_full (1 regs) */ 3329 0x044c00fd, /* mode (!bb)&(!fpga), block wol */ 3330 0x02182000, /* wol.acpi_tag_rm .. wol.upon_mgmt (2 regs) */ 3331 0x06182060, /* wol.wake_buffer_clear .. wol.acpi_pat_sel (6 regs) */ 3332 0x0118206d, /* wol.wake_mem_rd_offset (1 regs) */ 3333 0x0418206f, /* wol.eco_reserved_perport .. wol.hdr_fifo_error (4 regs) */ 3334 0x020000b4, /* split PF */ 3335 0x01010000, /* block miscs */ 3336 0x010025d7, /* miscs.unprepared_dr (1 regs) */ 3337 0x05040000, /* block pglue_b */ 3338 0x040aa136, /* pglue_b.pseudo_vf_master_enable .. pglue_b.vf_base (4 regs) */ 3339 0x030aa85b, /* pglue_b.internal_pfid_enable_master .. pglue_b.internal_pfid_enable_target_read (3 regs) */ 3340 0x010aa950, /* pglue_b.pf_trusted (1 regs) */ 3341 0x010aa965, /* pglue_b.mask_block_discard_attn_pf (1 regs) */ 3342 0x040aab97, /* pglue_b.config_reg_78 .. pglue_b.vf_bar1_size (4 regs) */ 3343 0x03140000, /* block pswrq2 */ 3344 0x1b090003, /* pswrq2.cdut_p_size .. pswrq2.dbg_last_ilt (27 regs) */ 3345 0x0b090024, /* pswrq2.tm_number_of_pf_blocks .. pswrq2.vf_last_ilt (11 regs) */ 3346 0x010901fc, /* pswrq2.atc_internal_ats_enable (1 regs) */ 3347 0x01170000, /* block ptu */ 3348 0x0515801e, /* ptu.inv_tid .. ptu.inv_halt_on_err (5 regs) */ 3349 0x01180000, /* block tcm */ 3350 0x04460241, /* tcm.con_phy_q0 .. tcm.task_phy_q1 (4 regs) */ 3351 0x01190000, /* block mcm */ 3352 0x04480241, /* mcm.con_phy_q0 .. mcm.task_phy_q1 (4 regs) */ 3353 0x011a0000, /* block ucm */ 3354 0x044a0241, /* ucm.con_phy_q0 .. ucm.task_phy_q1 (4 regs) */ 3355 0x011b0000, /* block xcm */ 3356 0x01400241, /* xcm.con_phy_q3 (1 regs) */ 3357 0x011c0000, /* block ycm */ 3358 0x04420241, /* ycm.con_phy_q0 .. ycm.task_phy_q1 (4 regs) */ 3359 0x041e0000, /* block qm */ 3360 0x030bc10d, /* qm.MaxPqSize_0 .. qm.MaxPqSize_2 (3 regs) */ 3361 0x010bc54c, /* qm.PciReqTph (1 regs) */ 3362 0x020bcba8, /* qm.pci_rd_err .. qm.pf_en (2 regs) */ 3363 0x020bcbab, /* qm.usg_cnt_pf_tx .. qm.usg_cnt_pf_other (2 regs) */ 3364 0x031f0000, /* block tm */ 3365 0x010b010f, /* tm.pf_enable_conn (1 regs) */ 3366 0x010b0111, /* tm.pf_enable_task (1 regs) */ 3367 0x020b013f, /* tm.pf_scan_active_conn .. tm.pf_scan_active_task (2 regs) */ 3368 0x07200000, /* block dorq */ 3369 0x02040100, /* dorq.pf_min_addr_reg1 .. dorq.vf_min_addr_reg1 (2 regs) */ 3370 0x06040112, /* dorq.pf_icid_bit_shift_norm .. dorq.vf_min_val_dpi (6 regs) */ 3371 0x03040140, /* dorq.pf_net_port_id .. dorq.pf_db_enable (3 regs) */ 3372 0x02040144, /* dorq.pf_dpm_enable .. dorq.vf_dpm_enable (2 regs) */ 3373 0x0404022d, /* dorq.tag1_ovrd_mode .. dorq.tag4_ovrd_mode (4 regs) */ 3374 0x01040270, /* dorq.pf_usage_cnt (1 regs) */ 3375 0x03040272, /* dorq.pf_usage_cnt_lim .. dorq.pf_ovfl_sticky (3 regs) */ 3376 0x05220000, /* block src */ 3377 0x0208e127, /* src.NumIpv4Conn .. src.NumIpv6Conn (2 regs) */ 3378 0x0288e140, /* src.FirstFree (2 regs, WB) */ 3379 0x0288e148, /* src.LastFree (2 regs, WB) */ 3380 0x0108e150, /* src.CountFree (1 regs) */ 3381 0x0108e181, /* src.number_hash_bits (1 regs) */ 3382 0x11230000, /* block prs */ 3383 0x0407c05a, /* prs.task_id_max_initiator_pf .. prs.task_id_max_target_vf (4 regs) */ 3384 0x0107c064, /* prs.roce_separate_rx_tx_cid_flg (1 regs) */ 3385 0x0107c066, /* prs.load_l2_filter (1 regs) */ 3386 0x0207c068, /* prs.target_initiator_select .. prs.fcoe_search_with_exchange_context (2 regs) */ 3387 0x0407c100, /* prs.search_tcp .. prs.search_roce (4 regs) */ 3388 0x0507c105, /* prs.tcp_search_key_mask .. prs.roce_build_cid_wo_search (5 regs) */ 3389 0x0907c10b, /* prs.roce_dest_qp_max_vf .. prs.search_tenant_id (9 regs) */ 3390 0x0207c1cf, /* prs.roce_icid_base_pf .. prs.roce_icid_base_vf (2 regs) */ 3391 0x0507c1f5, /* prs.first_hdr_dst_ip_0 .. prs.first_hdr_dst_ip_4 (5 regs) */ 3392 0x0307c251, /* prs.override_pfid_if_no_match .. prs.no_match_lcid (3 regs) */ 3393 0x0207c25a, /* prs.light_l2_ethertype_en .. prs.use_light_l2 (2 regs) */ 3394 0x0107c26f, /* prs.mac_vlan_cache_use_tenant_id (1 regs) */ 3395 0x0107c274, /* prs.sort_sack (1 regs) */ 3396 0x0107c276, /* prs.rdma_syn_mask (1 regs) */ 3397 0x0507c27f, /* prs.rdma_syn_cookie_en .. prs.pkt_len_stat_tags_not_counted_first (5 regs) */ 3398 0x0107c287, /* prs.msg_info (1 regs) */ 3399 0x0207c46f, /* prs.search_gft .. prs.search_non_ip_as_gft (2 regs) */ 3400 0x013f0000, /* block cdu */ 3401 0x0a160243, /* cdu.pf_seg0_type_offset .. cdu.vf_fl_seg_type_offset (10 regs) */ 3402 0x06400000, /* block ccfc */ 3403 0x010b8176, /* ccfc.robustwb_pf (1 regs) */ 3404 0x010b81c0, /* ccfc.weak_enable_pf (1 regs) */ 3405 0x010b81c2, /* ccfc.strong_enable_pf (1 regs) */ 3406 0x010b81c6, /* ccfc.pf_minicache_enable (1 regs) */ 3407 0x010bb403, /* ccfc.pf_lstate_cnt1 (1 regs) */ 3408 0x010bb405, /* ccfc.pf_lstate_cnt2 (1 regs) */ 3409 0x06410000, /* block tcfc */ 3410 0x010b4176, /* tcfc.robustwb_pf (1 regs) */ 3411 0x010b41c0, /* tcfc.weak_enable_pf (1 regs) */ 3412 0x010b41c2, /* tcfc.strong_enable_pf (1 regs) */ 3413 0x010b41c6, /* tcfc.pf_minicache_enable (1 regs) */ 3414 0x010b7403, /* tcfc.pf_lstate_cnt1 (1 regs) */ 3415 0x010b7405, /* tcfc.pf_lstate_cnt2 (1 regs) */ 3416 0x08420000, /* block igu */ 3417 0x02060100, /* igu.statistic_num_pf_msg_sent (2 regs) */ 3418 0x0106010b, /* igu.statistic_num_of_inta_asserted (1 regs) */ 3419 0x01060200, /* igu.pf_configuration (1 regs) */ 3420 0x0a060208, /* igu.attn_msg_addr_l .. igu.command_reg_32msb_data (10 regs) */ 3421 0x05060328, /* igu.int_before_mask_sts_pf (5 regs) */ 3422 0x05060338, /* igu.int_mask_sts_pf (5 regs) */ 3423 0x05060348, /* igu.pba_sts_pf (5 regs) */ 3424 0x01060486, /* igu.attn_tph (1 regs) */ 3425 0x01430000, /* block cau */ 3426 0x01070106, /* cau.cleanup_command_done (1 regs) */ 3427 0x094b0000, /* block nig */ 3428 0x01140300, /* nig.tx_lb_pf_drop_perpf (1 regs) */ 3429 0x0114044f, /* nig.rx_llh_svol_mcp_fwd_perpf (1 regs) */ 3430 0x01140455, /* nig.rx_llh_svol_brb_dntfwd_perpf (1 regs) */ 3431 0x0114047d, /* nig.rx_llh_brb_gate_dntfwd_perpf (1 regs) */ 3432 0x01140599, /* nig.lb_llh_brb_gate_dntfwd_perpf (1 regs) */ 3433 0x011406e7, /* nig.llh_eng_cls_eng_id_perpf (1 regs) */ 3434 0x07142051, /* nig.tcp_syn_enable .. nig.tcp_syn_ipv4_dst_port (7 regs) */ 3435 0x08942058, /* nig.tcp_syn_ipv6_src_addr .. nig.tcp_syn_ipv6_dst_addr (8 regs, WB) */ 3436 0x02142060, /* nig.tcp_syn_ipv4_src_addr .. nig.tcp_syn_ipv4_dst_addr (2 regs) */ 3437 0x02040025, /* mode !bb, block pglue_b */ 3438 0x020aabad, /* pglue_b.vf_bar0_size .. pglue_b.pf_rom_size (2 regs) */ 3439 0x040aabe6, /* pglue_b.pgl_addr_e8_f0 .. pglue_b.pgl_addr_f4_f0 (4 regs) */ 3440 0x1c150000, /* block pglcs */ 3441 0x0e000800, /* pglcs.pgl_cs.DEVICE_ID_VENDOR_ID_REG .. pglcs.pgl_cs.PCI_CAP_PTR_REG (14 regs) */ 3442 0x0300080f, /* pglcs.pgl_cs.MAX_LATENCY_MIN_GRANT_INTERRUPT_PIN_INTERRUPT_LINE_REG .. pglcs.pgl_cs.CON_STATUS_REG (3 regs) */ 3443 0x06000814, /* pglcs.pgl_cs.PCI_MSI_CAP_ID_NEXT_CTRL_REG .. pglcs.pgl_cs.MSI_CAP_OFF_14H_REG (6 regs) */ 3444 0x0500081c, /* pglcs.pgl_cs.PCIE_CAP_ID_PCIE_NEXT_CAP_PTR_PCIE_CAP_REG .. pglcs.pgl_cs.LINK_CONTROL_LINK_STATUS_REG (5 regs) */ 3445 0x04000825, /* pglcs.pgl_cs.DEVICE_CAPABILITIES2_REG .. pglcs.pgl_cs.LINK_CONTROL2_LINK_STATUS2_REG (4 regs) */ 3446 0x0300082c, /* pglcs.pgl_cs.PCI_MSIX_CAP_ID_NEXT_CTRL_REG .. pglcs.pgl_cs.MSIX_PBA_OFFSET_REG (3 regs) */ 3447 0x02000834, /* pglcs.pgl_cs.VPD_BASE .. pglcs.pgl_cs.DATA_REG (2 regs) */ 3448 0x0b000840, /* pglcs.pgl_cs.AER_EXT_CAP_HDR_OFF .. pglcs.pgl_cs.HDR_LOG_3_OFF (11 regs) */ 3449 0x0400084e, /* pglcs.pgl_cs.TLP_PREFIX_LOG_1_OFF .. pglcs.pgl_cs.TLP_PREFIX_LOG_4_OFF (4 regs) */ 3450 0x0300085a, /* pglcs.pgl_cs.SN_BASE .. pglcs.pgl_cs.SER_NUM_REG_DW_2 (3 regs) */ 3451 0x0600085e, /* pglcs.pgl_cs.PB_BASE .. pglcs.pgl_cs.CAP_REG (6 regs) */ 3452 0x1400086e, /* pglcs.pgl_cs.SRIOV_BASE_REG .. pglcs.pgl_cs.TPH_ST_TABLE_REG_0 (20 regs) */ 3453 0x060008a3, /* pglcs.pgl_cs.RAS_DES_CAP_HEADER_REG .. pglcs.pgl_cs.TIME_BASED_ANALYSIS_DATA_REG (6 regs) */ 3454 0x180008af, /* pglcs.pgl_cs.EINJ_ENABLE_REG .. pglcs.pgl_cs.EINJ6_TLP_REG (24 regs) */ 3455 0x020008cb, /* pglcs.pgl_cs.SD_CONTROL1_REG .. pglcs.pgl_cs.SD_CONTROL2_REG (2 regs) */ 3456 0x060008cf, /* pglcs.pgl_cs.SD_STATUS_L1LANE_REG .. pglcs.pgl_cs.SD_STATUS_L3_REG (6 regs) */ 3457 0x030008d7, /* pglcs.pgl_cs.SD_EQ_CONTROL1_REG .. pglcs.pgl_cs.SD_EQ_CONTROL3_REG (3 regs) */ 3458 0x030008db, /* pglcs.pgl_cs.SD_EQ_STATUS1_REG .. pglcs.pgl_cs.SD_EQ_STATUS3_REG (3 regs) */ 3459 0x0e0008e3, /* pglcs.pgl_cs.RASDP_EXT_CAP_HDR_OFF .. pglcs.pgl_cs.RASDP_RAM_ADDR_UNCORR_ERROR_OFF (14 regs) */ 3460 0x180008f4, /* pglcs.pgl_cs.PTM_REQ_CAP_HDR_OFF .. pglcs.pgl_cs.RESBAR_CTRL_REG_0_REG (24 regs) */ 3461 0x01000d05, /* pglcs.pgl_cs_shadow.BAR1_MASK_REG (1 regs) */ 3462 0x01000d0c, /* pglcs.pgl_cs_shadow.EXP_ROM_BAR_MASK_REG (1 regs) */ 3463 0x01000d71, /* pglcs.pgl_cs_shadow.SHADOW_SRIOV_INITIAL_VFS (1 regs) */ 3464 0x01000d73, /* pglcs.pgl_cs_shadow.SHADOW_SRIOV_VF_OFFSET_POSITION (1 regs) */ 3465 0x01000d78, /* pglcs.pgl_cs_shadow.SRIOV_BAR1_MASK_REG (1 regs) */ 3466 0x01000d7a, /* pglcs.pgl_cs_shadow.SRIOV_BAR3_MASK_REG (1 regs) */ 3467 0x01000d7c, /* pglcs.pgl_cs_shadow.SRIOV_BAR5_MASK_REG (1 regs) */ 3468 0x01000e00, /* pglcs.first_vf (1 regs) */ 3469 0x01040015, /* mode !(k2|e5), block pglue_b */ 3470 0x040aa901, /* pglue_b.pgl_addr_88_f0 .. pglue_b.pgl_addr_94_f0 (4 regs) */ 3471 0x0f150000, /* block pglcs */ 3472 0x0e000800, /* pglcs.pgl_cs.device_vendor_id .. pglcs.pgl_cs.cap_pointer (14 regs) */ 3473 0x0100080f, /* pglcs.pgl_cs.lat_min_grant_int_pin_int_line (1 regs) */ 3474 0x08000812, /* pglcs.pgl_cs.pm_cap .. pglcs.pgl_cs.msi_data (8 regs) */ 3475 0x12000828, /* pglcs.pgl_cs.msix_cap .. pglcs.pgl_cs.slot_status_control_2 (18 regs) */ 3476 0x0e000840, /* pglcs.pgl_cs.adv_err_cap .. pglcs.pgl_cs.root_err_id (14 regs) */ 3477 0x0300084f, /* pglcs.pgl_cs.device_ser_num_cap .. pglcs.pgl_cs.upper_ser_num (3 regs) */ 3478 0x0b000854, /* pglcs.pgl_cs.pwr_bdgt_cap .. pglcs.pgl_cs.vc_rsrc_status (11 regs) */ 3479 0x07000860, /* pglcs.pgl_cs.vendor_cap .. pglcs.pgl_cs.vendor_specific_reg5 (7 regs) */ 3480 0x1300086c, /* pglcs.pgl_cs.LTR_cap .. pglcs.pgl_cs.VF_BAR5 (19 regs) */ 3481 0x03000880, /* pglcs.pgl_cs.PTM_extended_cap .. pglcs.pgl_cs.ptm_ctrl_reg (3 regs) */ 3482 0x02000884, /* pglcs.pgl_cs.ATS_cap .. pglcs.pgl_cs.ATS_control (2 regs) */ 3483 0x03000888, /* pglcs.pgl_cs.RBAR_ext_cap .. pglcs.pgl_cs.RBAR_CTRL (3 regs) */ 3484 0x0300088c, /* pglcs.pgl_cs.TPH_extended_cap .. pglcs.pgl_cs.tph_req_control (3 regs) */ 3485 0x04000890, /* pglcs.pgl_cs.PML1sub_capID .. pglcs.pgl_cs.PML1_sub_control2 (4 regs) */ 3486 0x0b0008c0, /* pglcs.pgl_cs.Secondary_PCIE_Extended_Cap .. pglcs.pgl_cs.Lane14_15_equalization_ctrl (11 regs) */ 3487 0x01420000, /* block igu */ 3488 0x03060203, /* igu.pci_pf_msi_en .. igu.pci_pf_msix_func_mask (3 regs) */ 3489 0x01040135, /* mode !k2, block pglue_b */ 3490 0x010aa839, /* pglue_b.shadow_ats_stu (1 regs) */ 3491 0x01170003, /* mode !(bb|k2), block ptu */ 3492 0x02158179, /* ptu.inv_rsc_type .. ptu.inv_rsc_type_mask (2 regs) */ 3493 0x03200000, /* block dorq */ 3494 0x10040a04, /* dorq.prv_pf_max_icid_2 .. dorq.prv_vf_range2conn_type_5 (16 regs) */ 3495 0x02040add, /* dorq.ddp_version .. dorq.rdmap_version (2 regs) */ 3496 0x08040ae1, /* dorq.pf_ext_pcp_roce .. dorq.pf_int_vid_iwarp (8 regs) */ 3497 0x01230000, /* block prs */ 3498 0x0107c5b9, /* prs.new_entry_exclusive (1 regs) */ 3499 0x03450000, /* block rgsrc */ 3500 0x010c8104, /* rgsrc.hash_bin_bit_w (1 regs) */ 3501 0x020c8106, /* rgsrc.table_t1_entry_size .. rgsrc.table_t2_entry_size (2 regs) */ 3502 0x010c810c, /* rgsrc.was_error (1 regs) */ 3503 0x03470000, /* block tgsrc */ 3504 0x010c8904, /* tgsrc.hash_bin_bit_w (1 regs) */ 3505 0x020c8906, /* tgsrc.table_t1_entry_size .. tgsrc.table_t2_entry_size (2 regs) */ 3506 0x010c890c, /* tgsrc.was_error (1 regs) */ 3507 0x02200051, /* mode !e5, block dorq */ 3508 0x10040102, /* dorq.pf_max_icid_0 .. dorq.vf_max_icid_7 (16 regs) */ 3509 0x02040231, /* dorq.pf_pcp .. dorq.pf_ext_vid (2 regs) */ 3510 0x044c00fd, /* mode (!bb)&(!fpga), block wol */ 3511 0x12182040, /* wol.acpi_enable .. wol.mpkt_enable (18 regs) */ 3512 0x02982052, /* wol.mpkt_mac_addr (2 regs, WB) */ 3513 0x01182054, /* wol.force_wol (1 regs) */ 3514 0x01182066, /* wol.tcp_syn_enable (1 regs) */ 3515 0x0300000f, /* split PORT_PF */ 3516 0x01230000, /* block prs */ 3517 0x0207c1f3, /* prs.first_hdr_dst_mac_0 .. prs.first_hdr_dst_mac_1 (2 regs) */ 3518 0x034b0000, /* block nig */ 3519 0x01140669, /* nig.llh_func_tagmac_cls_type (1 regs) */ 3520 0x0d14066c, /* nig.llh_func_tag_en .. nig.llh_func_no_tag (13 regs) */ 3521 0x0114223e, /* nig.dscp_to_tc_map_enable (1 regs) */ 3522 0x054b0015, /* mode !(k2|e5), block nig */ 3523 0x02142000, /* nig.acpi_tag_rm .. nig.acpi_prop_hdr_rm (2 regs) */ 3524 0x11142040, /* nig.acpi_enable .. nig.acpi_pat_7_len (17 regs) */ 3525 0x01142062, /* nig.mpkt_enable (1 regs) */ 3526 0x02942064, /* nig.mpkt_mac_addr (2 regs, WB) */ 3527 0x01142066, /* nig.force_wol (1 regs) */ 3528 0x024b0051, /* mode !e5, block nig */ 3529 0x20940680, /* nig.llh_func_filter_value (32 regs, WB) */ 3530 0x401406a0, /* nig.llh_func_filter_en .. nig.llh_func_filter_hdr_sel (64 regs) */ 3531 0x0400002a, /* split VF */ 3532 0x03040000, /* block pglue_b */ 3533 0x010aa85a, /* pglue_b.internal_vfid_enable (1 regs) */ 3534 0x010aa95f, /* pglue_b.fid_channel_enable (1 regs) */ 3535 0x010aa966, /* pglue_b.mask_block_discard_attn_vf (1 regs) */ 3536 0x021e0000, /* block qm */ 3537 0x010bcbaa, /* qm.vf_en (1 regs) */ 3538 0x020bcbad, /* qm.usg_cnt_vf_tx .. qm.usg_cnt_vf_other (2 regs) */ 3539 0x031f0000, /* block tm */ 3540 0x010b010e, /* tm.vf_enable_conn (1 regs) */ 3541 0x010b0110, /* tm.vf_enable_task (1 regs) */ 3542 0x020b0141, /* tm.vf_scan_active_conn .. tm.vf_scan_active_task (2 regs) */ 3543 0x03200000, /* block dorq */ 3544 0x01040143, /* dorq.vf_db_enable (1 regs) */ 3545 0x01040271, /* dorq.vf_usage_cnt (1 regs) */ 3546 0x01040275, /* dorq.vf_ovfl_sticky (1 regs) */ 3547 0x04400000, /* block ccfc */ 3548 0x010b81c1, /* ccfc.weak_enable_vf (1 regs) */ 3549 0x010b81c3, /* ccfc.strong_enable_vf (1 regs) */ 3550 0x010bb402, /* ccfc.vf_lstate_cnt1 (1 regs) */ 3551 0x010bb404, /* ccfc.vf_lstate_cnt2 (1 regs) */ 3552 0x04410000, /* block tcfc */ 3553 0x010b41c1, /* tcfc.weak_enable_vf (1 regs) */ 3554 0x010b41c3, /* tcfc.strong_enable_vf (1 regs) */ 3555 0x010b7402, /* tcfc.vf_lstate_cnt1 (1 regs) */ 3556 0x010b7404, /* tcfc.vf_lstate_cnt2 (1 regs) */ 3557 0x05420000, /* block igu */ 3558 0x01060102, /* igu.statistic_num_vf_msg_sent (1 regs) */ 3559 0x01060201, /* igu.vf_configuration (1 regs) */ 3560 0x02060330, /* igu.int_before_mask_sts_vf_lsb .. igu.int_before_mask_sts_vf_msb (2 regs) */ 3561 0x02060340, /* igu.int_mask_sts_vf_lsb .. igu.int_mask_sts_vf_msb (2 regs) */ 3562 0x02060350, /* igu.pba_sts_vf_lsb .. igu.pba_sts_vf_msb (2 regs) */ 3563 0x08150025, /* mode !bb, block pglcs */ 3564 0x0c000c00, /* pglcs.pgl_cs_vf_1.VF_DEVICE_ID_VENDOR_ID_REG .. pglcs.pgl_cs_vf_1.VF_SUBSYSTEM_ID_SUBSYSTEM_VENDOR_ID_REG (12 regs) */ 3565 0x01000c0d, /* pglcs.pgl_cs_vf_1.VF_PCI_CAP_PTR_REG (1 regs) */ 3566 0x01000c0f, /* pglcs.pgl_cs_vf_1.VF_MAX_LATENCY_MIN_GRANT_INTERRUPT_PIN_INTERRUPT_LINE_REG (1 regs) */ 3567 0x05000c1c, /* pglcs.pgl_cs_vf_1.VF_PCIE_CAP_ID_PCIE_NEXT_CAP_PTR_PCIE_CAP_REG .. pglcs.pgl_cs_vf_1.VF_LINK_CONTROL_LINK_STATUS_REG (5 regs) */ 3568 0x04000c25, /* pglcs.pgl_cs_vf_1.VF_DEVICE_CAPABILITIES2_REG .. pglcs.pgl_cs_vf_1.VF_LINK_CONTROL2_LINK_STATUS2_REG (4 regs) */ 3569 0x03000c2c, /* pglcs.pgl_cs_vf_1.VF_PCI_MSIX_CAP_ID_NEXT_CTRL_REG .. pglcs.pgl_cs_vf_1.VF_MSIX_PBA_OFFSET_REG (3 regs) */ 3570 0x02000c40, /* pglcs.pgl_cs_vf_1.VF_ARI_BASE .. pglcs.pgl_cs_vf_1.VF_CAP_REG (2 regs) */ 3571 0x04000c44, /* pglcs.pgl_cs_vf_1.VF_TPH_EXT_CAP_HDR_REG .. pglcs.pgl_cs_vf_1.VF_TPH_ST_TABLE_REG_0 (4 regs) */ 3572 0x01420015, /* mode !(k2|e5), block igu */ 3573 0x02060206, /* igu.pci_vf_msix_en .. igu.pci_vf_msix_func_mask (2 regs) */ 3574 }; 3575 /* Data size: 14044 bytes */ 3576 3577 #ifndef __PREVENT_DUMP_MEM_ARR__ 3578 3579 /* Array of memories to be dumped */ 3580 static const u32 dump_mem[] = { 3581 0x0000026f, /* split NONE */ 3582 0x14040000, /* block pglue_b */ 3583 0x000aa910, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_0, group=PXP_MEM, size=6 regs */ 3584 0x000aa918, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_1, group=PXP_MEM, size=6 regs */ 3585 0x000aa920, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_2, group=PXP_MEM, size=6 regs */ 3586 0x000aa928, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_3, group=PXP_MEM, size=6 regs */ 3587 0x000aa930, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_4, group=PXP_MEM, size=6 regs */ 3588 0x000aa938, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_5, group=PXP_MEM, size=6 regs */ 3589 0x000aa940, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_6, group=PXP_MEM, size=6 regs */ 3590 0x000aa948, 0x00000006, /* pglue_b.sdm_inb_int_b_pf_7, group=PXP_MEM, size=6 regs */ 3591 0x000aaa00, 0x010000b0, /* pglue_b.write_fifo_queue, group=PXP_MEM, size=176 regs, WB */ 3592 0x000aab00, 0x01000070, /* pglue_b.read_fifo_queue, group=PXP_MEM, size=112 regs, WB */ 3593 0x020d0000, /* block pswhst */ 3594 0x000a8100, 0x00000048, /* pswhst.inbound_int, group=PXP_MEM, size=72 regs */ 3595 0x02160000, /* block dmae */ 3596 0x01003200, 0x000001c0, /* dmae.cmd_mem, group=DMAE_MEM, size=448 regs */ 3597 0x02180000, /* block tcm */ 3598 0x02460600, 0x00000040, /* tcm.xx_dscr_tbl, group=CM_MEM, size=64 regs */ 3599 0x02190000, /* block mcm */ 3600 0x02480700, 0x00000040, /* mcm.xx_dscr_tbl, group=CM_MEM, size=64 regs */ 3601 0x021a0000, /* block ucm */ 3602 0x024a06c0, 0x00000040, /* ucm.xx_dscr_tbl, group=CM_MEM, size=64 regs */ 3603 0x041b0000, /* block xcm */ 3604 0x024006c0, 0x00000040, /* xcm.xx_dscr_tbl, group=CM_MEM, size=64 regs */ 3605 0x02400800, 0x00000400, /* xcm.xx_msg_ram, group=CM_MEM, size=1024 regs */ 3606 0x041c0000, /* block ycm */ 3607 0x02420700, 0x00000040, /* ycm.xx_dscr_tbl, group=CM_MEM, size=64 regs */ 3608 0x02422000, 0x00001860, /* ycm.xx_msg_ram, group=CM_MEM, size=6240 regs */ 3609 0x081d0000, /* block pcm */ 3610 0x02440540, 0x00000002, /* pcm.xx_lcid_cam, group=CM_MEM, size=2 regs */ 3611 0x02440580, 0x00000002, /* pcm.xx_tbl, group=CM_MEM, size=2 regs */ 3612 0x024405c0, 0x00000004, /* pcm.xx_dscr_tbl, group=CM_MEM, size=4 regs */ 3613 0x02440800, 0x000002c0, /* pcm.xx_msg_ram, group=CM_MEM, size=704 regs */ 3614 0x081e0000, /* block qm */ 3615 0x030bc700, 0x00000048, /* qm.CMIntQMask, group=QM_MEM, size=72 regs */ 3616 0x030bcd00, 0x00000100, /* qm.RlGlblIncVal, group=QM_MEM, size=256 regs */ 3617 0x030bcf00, 0x00000100, /* qm.RlGlblUpperBound, group=QM_MEM, size=256 regs */ 3618 0x030bd100, 0x00000100, /* qm.RlGlblCrd, group=QM_MEM, size=256 regs */ 3619 0x021f0000, /* block tm */ 3620 0x040b2000, 0x01000a00, /* tm.context_mem, group=TM_MEM, size=2560 regs, WB */ 3621 0x0c210000, /* block brb */ 3622 0x050d0204, 0x00000004, /* brb.free_list_head, group=BRB_RAM, size=4 regs */ 3623 0x050d0208, 0x00000004, /* brb.free_list_tail, group=BRB_RAM, size=4 regs */ 3624 0x050d020c, 0x00000004, /* brb.free_list_size, group=BRB_RAM, size=4 regs */ 3625 0x060d0600, 0x01000014, /* brb.stopped_rd_req, group=BRB_MEM, size=20 regs, WB */ 3626 0x060d0640, 0x01000014, /* brb.stopped_rls_req, group=BRB_MEM, size=20 regs, WB */ 3627 0x060d0680, 0x00000022, /* brb.per_tc_counters, group=BRB_MEM, size=34 regs */ 3628 0x04230000, /* block prs */ 3629 0x0707c400, 0x01000040, /* prs.gft_profile_mask_ram, group=PRS_MEM, size=64 regs, WB */ 3630 0x0707c440, 0x0000001f, /* prs.gft_cam, group=PRS_MEM, size=31 regs */ 3631 0x04250000, /* block msdm */ 3632 0x083f0200, 0x00000020, /* msdm.agg_int_ctrl, group=SDM_MEM, size=32 regs */ 3633 0x083f0280, 0x00000020, /* msdm.agg_int_state, group=SDM_MEM, size=32 regs */ 3634 0x04260000, /* block usdm */ 3635 0x083f4200, 0x00000020, /* usdm.agg_int_ctrl, group=SDM_MEM, size=32 regs */ 3636 0x083f4280, 0x00000020, /* usdm.agg_int_state, group=SDM_MEM, size=32 regs */ 3637 0x04270000, /* block xsdm */ 3638 0x083e0200, 0x00000020, /* xsdm.agg_int_ctrl, group=SDM_MEM, size=32 regs */ 3639 0x083e0280, 0x00000020, /* xsdm.agg_int_state, group=SDM_MEM, size=32 regs */ 3640 0x04280000, /* block ysdm */ 3641 0x083e4200, 0x00000020, /* ysdm.agg_int_ctrl, group=SDM_MEM, size=32 regs */ 3642 0x083e4280, 0x00000020, /* ysdm.agg_int_state, group=SDM_MEM, size=32 regs */ 3643 0x04290000, /* block psdm */ 3644 0x083e8200, 0x00000020, /* psdm.agg_int_ctrl, group=SDM_MEM, size=32 regs */ 3645 0x083e8280, 0x00000020, /* psdm.agg_int_state, group=SDM_MEM, size=32 regs */ 3646 0x062a0000, /* block tsem */ 3647 0x095d0100, 0x00000020, /* tsem.fast_memory.gpre, group=IOR, size=32 regs */ 3648 0x095d0130, 0x00000001, /* tsem.fast_memory.active_reg_set, group=IOR, size=1 regs */ 3649 0x0a5d8000, 0x00005000, /* tsem.fast_memory.int_ram, group=RAM, size=20480 regs */ 3650 0x062b0000, /* block msem */ 3651 0x09610100, 0x00000020, /* msem.fast_memory.gpre, group=IOR, size=32 regs */ 3652 0x09610130, 0x00000001, /* msem.fast_memory.active_reg_set, group=IOR, size=1 regs */ 3653 0x0a618000, 0x00005000, /* msem.fast_memory.int_ram, group=RAM, size=20480 regs */ 3654 0x062c0000, /* block usem */ 3655 0x09650100, 0x00000020, /* usem.fast_memory.gpre, group=IOR, size=32 regs */ 3656 0x09650130, 0x00000001, /* usem.fast_memory.active_reg_set, group=IOR, size=1 regs */ 3657 0x0a658000, 0x00005000, /* usem.fast_memory.int_ram, group=RAM, size=20480 regs */ 3658 0x062d0000, /* block xsem */ 3659 0x09510100, 0x00000020, /* xsem.fast_memory.gpre, group=IOR, size=32 regs */ 3660 0x09510130, 0x00000001, /* xsem.fast_memory.active_reg_set, group=IOR, size=1 regs */ 3661 0x0a518000, 0x00005000, /* xsem.fast_memory.int_ram, group=RAM, size=20480 regs */ 3662 0x062e0000, /* block ysem */ 3663 0x09550100, 0x00000020, /* ysem.fast_memory.gpre, group=IOR, size=32 regs */ 3664 0x09550130, 0x00000001, /* ysem.fast_memory.active_reg_set, group=IOR, size=1 regs */ 3665 0x0a558000, 0x00005000, /* ysem.fast_memory.int_ram, group=RAM, size=20480 regs */ 3666 0x062f0000, /* block psem */ 3667 0x09590100, 0x00000020, /* psem.fast_memory.gpre, group=IOR, size=32 regs */ 3668 0x09590130, 0x00000001, /* psem.fast_memory.active_reg_set, group=IOR, size=1 regs */ 3669 0x0a598000, 0x00005000, /* psem.fast_memory.int_ram, group=RAM, size=20480 regs */ 3670 0x063b0000, /* block btb */ 3671 0x0b36c204, 0x00000004, /* btb.free_list_head, group=BTB_RAM, size=4 regs */ 3672 0x0b36c208, 0x00000004, /* btb.free_list_tail, group=BTB_RAM, size=4 regs */ 3673 0x0b36c20c, 0x00000004, /* btb.free_list_size, group=BTB_RAM, size=4 regs */ 3674 0x023d0000, /* block rdif */ 3675 0x0c0c1000, 0x01000a00, /* rdif.l1_task_context, group=RDIF_CTX, size=2560 regs, WB */ 3676 0x023e0000, /* block tdif */ 3677 0x0d0c6000, 0x01001400, /* tdif.l1_task_context, group=TDIF_CTX, size=5120 regs, WB */ 3678 0x0a400000, /* block ccfc */ 3679 0x0e0b81d0, 0x0000000e, /* ccfc.lcreq_credit, group=CFC_MEM, size=14 regs */ 3680 0x0f0ba200, 0x00000140, /* ccfc.activity_counter, group=CONN_CFC_MEM, size=320 regs */ 3681 0x0f0ba400, 0x00000140, /* ccfc.info_state, group=CONN_CFC_MEM, size=320 regs */ 3682 0x0f0ba600, 0x00000140, /* ccfc.info_reg, group=CONN_CFC_MEM, size=320 regs */ 3683 0x0f0bac00, 0x01000280, /* ccfc.cid_cam, group=CONN_CFC_MEM, size=640 regs, WB */ 3684 0x0a410000, /* block tcfc */ 3685 0x0e0b41d0, 0x0000000e, /* tcfc.lcreq_credit, group=CFC_MEM, size=14 regs */ 3686 0x100b6200, 0x00000140, /* tcfc.activity_counter, group=TASK_CFC_MEM, size=320 regs */ 3687 0x100b6400, 0x00000140, /* tcfc.info_state, group=TASK_CFC_MEM, size=320 regs */ 3688 0x100b6600, 0x00000140, /* tcfc.info_reg, group=TASK_CFC_MEM, size=320 regs */ 3689 0x100b6c00, 0x01000280, /* tcfc.cid_cam, group=TASK_CFC_MEM, size=640 regs, WB */ 3690 0x0e430000, /* block cau */ 3691 0x11070100, 0x00000001, /* cau.num_pi_per_sb, group=CAU_PI, size=1 regs */ 3692 0x12070800, 0x01000078, /* cau.cqe_fifo, group=CAU_MEM, size=120 regs, WB */ 3693 0x12070880, 0x01000010, /* cau.igu_cmd_fifo, group=CAU_MEM, size=16 regs, WB */ 3694 0x120708c0, 0x01000020, /* cau.pxp_req_fifo, group=CAU_MEM, size=32 regs, WB */ 3695 0x12070900, 0x01000100, /* cau.pxp_wdata_fifo, group=CAU_MEM, size=256 regs, WB */ 3696 0x12071100, 0x00000100, /* cau.fsm_table, group=CAU_MEM, size=256 regs */ 3697 0x12077000, 0x01000100, /* cau.agg_unit_descriptor, group=CAU_MEM, size=256 regs, WB */ 3698 0x02140007, /* mode bb, block pswrq2 */ 3699 0x13098000, 0x01003b60, /* pswrq2.ilt_memory, group=PXP_ILT, size=15200 regs, WB */ 3700 0x06180000, /* block tcm */ 3701 0x02460580, 0x00000020, /* tcm.xx_lcid_cam, group=CM_MEM, size=32 regs */ 3702 0x024605c0, 0x00000020, /* tcm.xx_tbl, group=CM_MEM, size=32 regs */ 3703 0x02462000, 0x00001600, /* tcm.xx_msg_ram, group=CM_MEM, size=5632 regs */ 3704 0x06190000, /* block mcm */ 3705 0x02480680, 0x00000016, /* mcm.xx_lcid_cam, group=CM_MEM, size=22 regs */ 3706 0x024806c0, 0x00000016, /* mcm.xx_tbl, group=CM_MEM, size=22 regs */ 3707 0x02482000, 0x00001a00, /* mcm.xx_msg_ram, group=CM_MEM, size=6656 regs */ 3708 0x061a0000, /* block ucm */ 3709 0x024a0640, 0x00000018, /* ucm.xx_lcid_cam, group=CM_MEM, size=24 regs */ 3710 0x024a0680, 0x00000018, /* ucm.xx_tbl, group=CM_MEM, size=24 regs */ 3711 0x024a2000, 0x00001a00, /* ucm.xx_msg_ram, group=CM_MEM, size=6656 regs */ 3712 0x041b0000, /* block xcm */ 3713 0x02400640, 0x0000001e, /* xcm.xx_lcid_cam, group=CM_MEM, size=30 regs */ 3714 0x02400680, 0x0000001e, /* xcm.xx_tbl, group=CM_MEM, size=30 regs */ 3715 0x041c0000, /* block ycm */ 3716 0x02420680, 0x00000016, /* ycm.xx_lcid_cam, group=CM_MEM, size=22 regs */ 3717 0x024206c0, 0x00000016, /* ycm.xx_tbl, group=CM_MEM, size=22 regs */ 3718 0x2a1e0000, /* block qm */ 3719 0x030bc180, 0x00000040, /* qm.BaseAddrOtherPq, group=QM_MEM, size=64 regs */ 3720 0x030bc560, 0x00000012, /* qm.VoqCrdLine, group=QM_MEM, size=18 regs */ 3721 0x030bc5a0, 0x00000012, /* qm.VoqInitCrdLine, group=QM_MEM, size=18 regs */ 3722 0x030bc5e0, 0x00000012, /* qm.VoqCrdByte, group=QM_MEM, size=18 regs */ 3723 0x030bc620, 0x00000012, /* qm.VoqInitCrdByte, group=QM_MEM, size=18 regs */ 3724 0x030bc800, 0x00000040, /* qm.PqFillLvlOther, group=QM_MEM, size=64 regs */ 3725 0x030bca00, 0x00000040, /* qm.PqStsOther, group=QM_MEM, size=64 regs */ 3726 0x030bd320, 0x00000008, /* qm.RlPfIncVal, group=QM_MEM, size=8 regs */ 3727 0x030bd340, 0x00000008, /* qm.RlPfUpperBound, group=QM_MEM, size=8 regs */ 3728 0x030bd360, 0x00000008, /* qm.RlPfCrd, group=QM_MEM, size=8 regs */ 3729 0x030bd3a0, 0x00000008, /* qm.WfqPfWeight, group=QM_MEM, size=8 regs */ 3730 0x030bd3c0, 0x00000008, /* qm.WfqPfUpperBound, group=QM_MEM, size=8 regs */ 3731 0x030bd500, 0x00000090, /* qm.WfqPfCrd, group=QM_MEM, size=144 regs */ 3732 0x030bd800, 0x000001c0, /* qm.BaseAddrTxPq, group=QM_MEM, size=448 regs */ 3733 0x030bdc00, 0x000001c0, /* qm.PqFillLvlTx, group=QM_MEM, size=448 regs */ 3734 0x030be000, 0x000001c0, /* qm.PqStsTx, group=QM_MEM, size=448 regs */ 3735 0x030be400, 0x000001c0, /* qm.TxPqMap, group=QM_MEM, size=448 regs */ 3736 0x030be800, 0x000001c0, /* qm.WfqVpWeight, group=QM_MEM, size=448 regs */ 3737 0x030bec00, 0x000001c0, /* qm.WfqVpUpperBound, group=QM_MEM, size=448 regs */ 3738 0x030bf000, 0x000001c0, /* qm.WfqVpCrd, group=QM_MEM, size=448 regs */ 3739 0x030bf400, 0x000001c0, /* qm.WfqVpMap, group=QM_MEM, size=448 regs */ 3740 0x021f0000, /* block tm */ 3741 0x040b0800, 0x01000130, /* tm.config_task_mem, group=TM_MEM, size=304 regs, WB */ 3742 0x02210000, /* block brb */ 3743 0x050d2000, 0x000012c0, /* brb.link_list, group=BRB_RAM, size=4800 regs */ 3744 0x022a0000, /* block tsem */ 3745 0x145c8000, 0x010010e0, /* tsem.passive_buffer, group=PBUF, size=4320 regs, WB */ 3746 0x022b0000, /* block msem */ 3747 0x14608000, 0x010010e0, /* msem.passive_buffer, group=PBUF, size=4320 regs, WB */ 3748 0x022c0000, /* block usem */ 3749 0x14648000, 0x01000b40, /* usem.passive_buffer, group=PBUF, size=2880 regs, WB */ 3750 0x022d0000, /* block xsem */ 3751 0x14508000, 0x010010e0, /* xsem.passive_buffer, group=PBUF, size=4320 regs, WB */ 3752 0x022e0000, /* block ysem */ 3753 0x14548000, 0x010009d8, /* ysem.passive_buffer, group=PBUF, size=2520 regs, WB */ 3754 0x022f0000, /* block psem */ 3755 0x14588000, 0x010002d0, /* psem.passive_buffer, group=PBUF, size=720 regs, WB */ 3756 0x04320000, /* block muld */ 3757 0x15139000, 0x01000800, /* muld.bd_db_arr_dw, group=MULD_MEM, size=2048 regs, WB */ 3758 0x1513a000, 0x01000800, /* muld.sge_db_arr_dw, group=MULD_MEM, size=2048 regs, WB */ 3759 0x063b0000, /* block btb */ 3760 0x1636c400, 0x01000008, /* btb.stopped_rd_req, group=BTB_MEM, size=8 regs, WB */ 3761 0x1636c440, 0x01000008, /* btb.stopped_rls_req, group=BTB_MEM, size=8 regs, WB */ 3762 0x0b36d000, 0x00000b40, /* btb.link_list, group=BTB_RAM, size=2880 regs */ 3763 0x0c420000, /* block igu */ 3764 0x17060220, 0x00000009, /* igu.pending_bits_status, group=IGU_MEM, size=9 regs */ 3765 0x17060240, 0x00000009, /* igu.write_done_pending, group=IGU_MEM, size=9 regs */ 3766 0x17060800, 0x00000128, /* igu.producer_memory, group=IGU_MEM, size=296 regs */ 3767 0x17060c00, 0x00000128, /* igu.consumer_mem, group=IGU_MEM, size=296 regs */ 3768 0x17061000, 0x00000120, /* igu.mapping_memory, group=IGU_MEM, size=288 regs */ 3769 0x18061800, 0x01000480, /* igu.msix_memory, group=IGU_MSIX, size=1152 regs, WB */ 3770 0x06430000, /* block cau */ 3771 0x19071800, 0x01000240, /* cau.sb_var_memory, group=CAU_SB, size=576 regs, WB */ 3772 0x19072000, 0x01000240, /* cau.sb_addr_memory, group=CAU_SB, size=576 regs, WB */ 3773 0x11074000, 0x00000d80, /* cau.pi_memory, group=CAU_PI, size=3456 regs */ 3774 0x020d0009, /* mode k2, block pswhst */ 3775 0x000a8200, 0x00000140, /* pswhst.zone_permission_table, group=PXP_MEM, size=320 regs */ 3776 0x06180000, /* block tcm */ 3777 0x02460580, 0x00000020, /* tcm.xx_lcid_cam, group=CM_MEM, size=32 regs */ 3778 0x024605c0, 0x00000020, /* tcm.xx_tbl, group=CM_MEM, size=32 regs */ 3779 0x02462000, 0x00001600, /* tcm.xx_msg_ram, group=CM_MEM, size=5632 regs */ 3780 0x06190000, /* block mcm */ 3781 0x02480680, 0x00000016, /* mcm.xx_lcid_cam, group=CM_MEM, size=22 regs */ 3782 0x024806c0, 0x00000016, /* mcm.xx_tbl, group=CM_MEM, size=22 regs */ 3783 0x02482000, 0x00001a00, /* mcm.xx_msg_ram, group=CM_MEM, size=6656 regs */ 3784 0x061a0000, /* block ucm */ 3785 0x024a0640, 0x00000018, /* ucm.xx_lcid_cam, group=CM_MEM, size=24 regs */ 3786 0x024a0680, 0x00000018, /* ucm.xx_tbl, group=CM_MEM, size=24 regs */ 3787 0x024a2000, 0x00001a00, /* ucm.xx_msg_ram, group=CM_MEM, size=6656 regs */ 3788 0x041b0000, /* block xcm */ 3789 0x02400640, 0x0000001e, /* xcm.xx_lcid_cam, group=CM_MEM, size=30 regs */ 3790 0x02400680, 0x0000001e, /* xcm.xx_tbl, group=CM_MEM, size=30 regs */ 3791 0x041c0000, /* block ycm */ 3792 0x02420680, 0x00000016, /* ycm.xx_lcid_cam, group=CM_MEM, size=22 regs */ 3793 0x024206c0, 0x00000016, /* ycm.xx_tbl, group=CM_MEM, size=22 regs */ 3794 0x0e1e0000, /* block qm */ 3795 0x030bc560, 0x00000014, /* qm.VoqCrdLine, group=QM_MEM, size=20 regs */ 3796 0x030bc5a0, 0x00000014, /* qm.VoqInitCrdLine, group=QM_MEM, size=20 regs */ 3797 0x030bc5e0, 0x00000014, /* qm.VoqCrdByte, group=QM_MEM, size=20 regs */ 3798 0x030bc620, 0x00000014, /* qm.VoqInitCrdByte, group=QM_MEM, size=20 regs */ 3799 0x030bd500, 0x000000a0, /* qm.WfqPfCrd, group=QM_MEM, size=160 regs */ 3800 0x030bfc00, 0x00000048, /* qm.CMIntQMask_msb, group=QM_MEM, size=72 regs */ 3801 0x030bfd00, 0x000000a0, /* qm.WfqPfCrd_msb, group=QM_MEM, size=160 regs */ 3802 0x041f0000, /* block tm */ 3803 0x040b0400, 0x010001a0, /* tm.config_conn_mem, group=TM_MEM, size=416 regs, WB */ 3804 0x040b0800, 0x01000200, /* tm.config_task_mem, group=TM_MEM, size=512 regs, WB */ 3805 0x02210000, /* block brb */ 3806 0x050d2000, 0x00001e00, /* brb.link_list, group=BRB_RAM, size=7680 regs */ 3807 0x022a0000, /* block tsem */ 3808 0x145c8000, 0x010010e0, /* tsem.passive_buffer, group=PBUF, size=4320 regs, WB */ 3809 0x022b0000, /* block msem */ 3810 0x14608000, 0x010010e0, /* msem.passive_buffer, group=PBUF, size=4320 regs, WB */ 3811 0x022c0000, /* block usem */ 3812 0x14648000, 0x01000b40, /* usem.passive_buffer, group=PBUF, size=2880 regs, WB */ 3813 0x022d0000, /* block xsem */ 3814 0x14508000, 0x010010e0, /* xsem.passive_buffer, group=PBUF, size=4320 regs, WB */ 3815 0x022e0000, /* block ysem */ 3816 0x14548000, 0x010009d8, /* ysem.passive_buffer, group=PBUF, size=2520 regs, WB */ 3817 0x022f0000, /* block psem */ 3818 0x14588000, 0x010002d0, /* psem.passive_buffer, group=PBUF, size=720 regs, WB */ 3819 0x04320000, /* block muld */ 3820 0x15139000, 0x01000a00, /* muld.bd_db_arr_dw, group=MULD_MEM, size=2560 regs, WB */ 3821 0x1513a000, 0x01000a00, /* muld.sge_db_arr_dw, group=MULD_MEM, size=2560 regs, WB */ 3822 0x043b0000, /* block btb */ 3823 0x1636c400, 0x01000010, /* btb.stopped_rd_req, group=BTB_MEM, size=16 regs, WB */ 3824 0x0b36d000, 0x00000e60, /* btb.link_list, group=BTB_RAM, size=3680 regs */ 3825 0x0c420000, /* block igu */ 3826 0x17060220, 0x0000000c, /* igu.pending_bits_status, group=IGU_MEM, size=12 regs */ 3827 0x17060240, 0x0000000c, /* igu.write_done_pending, group=IGU_MEM, size=12 regs */ 3828 0x17060800, 0x00000180, /* igu.producer_memory, group=IGU_MEM, size=384 regs */ 3829 0x17060c00, 0x00000180, /* igu.consumer_mem, group=IGU_MEM, size=384 regs */ 3830 0x17061000, 0x00000170, /* igu.mapping_memory, group=IGU_MEM, size=368 regs */ 3831 0x18061800, 0x010005c0, /* igu.msix_memory, group=IGU_MSIX, size=1472 regs, WB */ 3832 0x02140025, /* mode !bb, block pswrq2 */ 3833 0x13098000, 0x010055f0, /* pswrq2.ilt_memory, group=PXP_ILT, size=22000 regs, WB */ 3834 0x201e0000, /* block qm */ 3835 0x030bc180, 0x00000080, /* qm.BaseAddrOtherPq, group=QM_MEM, size=128 regs */ 3836 0x030bc800, 0x00000080, /* qm.PqFillLvlOther, group=QM_MEM, size=128 regs */ 3837 0x030bca00, 0x00000080, /* qm.PqStsOther, group=QM_MEM, size=128 regs */ 3838 0x030bd320, 0x00000010, /* qm.RlPfIncVal, group=QM_MEM, size=16 regs */ 3839 0x030bd340, 0x00000010, /* qm.RlPfUpperBound, group=QM_MEM, size=16 regs */ 3840 0x030bd360, 0x00000010, /* qm.RlPfCrd, group=QM_MEM, size=16 regs */ 3841 0x030bd3a0, 0x00000010, /* qm.WfqPfWeight, group=QM_MEM, size=16 regs */ 3842 0x030bd3c0, 0x00000010, /* qm.WfqPfUpperBound, group=QM_MEM, size=16 regs */ 3843 0x030bd800, 0x00000200, /* qm.BaseAddrTxPq, group=QM_MEM, size=512 regs */ 3844 0x030bdc00, 0x00000200, /* qm.PqFillLvlTx, group=QM_MEM, size=512 regs */ 3845 0x030be000, 0x00000200, /* qm.PqStsTx, group=QM_MEM, size=512 regs */ 3846 0x030be400, 0x00000200, /* qm.TxPqMap, group=QM_MEM, size=512 regs */ 3847 0x030be800, 0x00000200, /* qm.WfqVpWeight, group=QM_MEM, size=512 regs */ 3848 0x030bec00, 0x00000200, /* qm.WfqVpUpperBound, group=QM_MEM, size=512 regs */ 3849 0x030bf000, 0x00000200, /* qm.WfqVpCrd, group=QM_MEM, size=512 regs */ 3850 0x030bf400, 0x00000200, /* qm.WfqVpMap, group=QM_MEM, size=512 regs */ 3851 0x023b0000, /* block btb */ 3852 0x1636c440, 0x01000010, /* btb.stopped_rls_req, group=BTB_MEM, size=16 regs, WB */ 3853 0x06430000, /* block cau */ 3854 0x19071800, 0x010002e0, /* cau.sb_var_memory, group=CAU_SB, size=736 regs, WB */ 3855 0x19072000, 0x010002e0, /* cau.sb_addr_memory, group=CAU_SB, size=736 regs, WB */ 3856 0x11074000, 0x00001140, /* cau.pi_memory, group=CAU_PI, size=4416 regs */ 3857 0x020d0135, /* mode !k2, block pswhst */ 3858 0x000a8200, 0x00000100, /* pswhst.zone_permission_table, group=PXP_MEM, size=256 regs */ 3859 0x021f0000, /* block tm */ 3860 0x040b0400, 0x01000100, /* tm.config_conn_mem, group=TM_MEM, size=256 regs, WB */ 3861 0x06180003, /* mode !(bb|k2), block tcm */ 3862 0x02460580, 0x00000040, /* tcm.xx_lcid_cam, group=CM_MEM, size=64 regs */ 3863 0x024605c0, 0x00000040, /* tcm.xx_tbl, group=CM_MEM, size=64 regs */ 3864 0x02462000, 0x00001800, /* tcm.xx_msg_ram, group=CM_MEM, size=6144 regs */ 3865 0x06190000, /* block mcm */ 3866 0x02480680, 0x00000040, /* mcm.xx_lcid_cam, group=CM_MEM, size=64 regs */ 3867 0x024806c0, 0x00000040, /* mcm.xx_tbl, group=CM_MEM, size=64 regs */ 3868 0x02482000, 0x00001c00, /* mcm.xx_msg_ram, group=CM_MEM, size=7168 regs */ 3869 0x061a0000, /* block ucm */ 3870 0x024a0640, 0x00000040, /* ucm.xx_lcid_cam, group=CM_MEM, size=64 regs */ 3871 0x024a0680, 0x00000040, /* ucm.xx_tbl, group=CM_MEM, size=64 regs */ 3872 0x024a2000, 0x00001c00, /* ucm.xx_msg_ram, group=CM_MEM, size=7168 regs */ 3873 0x041b0000, /* block xcm */ 3874 0x02400640, 0x00000040, /* xcm.xx_lcid_cam, group=CM_MEM, size=64 regs */ 3875 0x02400680, 0x00000040, /* xcm.xx_tbl, group=CM_MEM, size=64 regs */ 3876 0x041c0000, /* block ycm */ 3877 0x02420680, 0x00000040, /* ycm.xx_lcid_cam, group=CM_MEM, size=64 regs */ 3878 0x024206c0, 0x00000040, /* ycm.xx_tbl, group=CM_MEM, size=64 regs */ 3879 0x0e1e0000, /* block qm */ 3880 0x030bd500, 0x00000100, /* qm.WfqPfCrd, group=QM_MEM, size=256 regs */ 3881 0x030bfc00, 0x00000140, /* qm.WfqPfCrd_msb, group=QM_MEM, size=320 regs */ 3882 0x030bfe00, 0x00000048, /* qm.CMIntQMask_msb, group=QM_MEM, size=72 regs */ 3883 0x030bfe80, 0x00000024, /* qm.VoqCrdLine, group=QM_MEM, size=36 regs */ 3884 0x030bfec0, 0x00000024, /* qm.VoqInitCrdLine, group=QM_MEM, size=36 regs */ 3885 0x030bff00, 0x00000024, /* qm.VoqCrdByte, group=QM_MEM, size=36 regs */ 3886 0x030bff40, 0x00000024, /* qm.VoqInitCrdByte, group=QM_MEM, size=36 regs */ 3887 0x021f0000, /* block tm */ 3888 0x040b0800, 0x01000260, /* tm.config_task_mem, group=TM_MEM, size=608 regs, WB */ 3889 0x02210000, /* block brb */ 3890 0x050d4000, 0x00002280, /* brb.link_list, group=BRB_RAM, size=8832 regs */ 3891 0x022a0000, /* block tsem */ 3892 0x145c8000, 0x00003100, /* tsem.passive_buffer, group=PBUF, size=12544 regs */ 3893 0x022b0000, /* block msem */ 3894 0x14608000, 0x00003100, /* msem.passive_buffer, group=PBUF, size=12544 regs */ 3895 0x022c0000, /* block usem */ 3896 0x14648000, 0x00003100, /* usem.passive_buffer, group=PBUF, size=12544 regs */ 3897 0x022d0000, /* block xsem */ 3898 0x14508000, 0x00003100, /* xsem.passive_buffer, group=PBUF, size=12544 regs */ 3899 0x022e0000, /* block ysem */ 3900 0x14548000, 0x00003100, /* ysem.passive_buffer, group=PBUF, size=12544 regs */ 3901 0x022f0000, /* block psem */ 3902 0x14588000, 0x00003100, /* psem.passive_buffer, group=PBUF, size=12544 regs */ 3903 0x04320000, /* block muld */ 3904 0x15139000, 0x01001000, /* muld.bd_db_arr_dw, group=MULD_MEM, size=4096 regs, WB */ 3905 0x1513a000, 0x01001000, /* muld.sge_db_arr_dw, group=MULD_MEM, size=4096 regs, WB */ 3906 0x043b0000, /* block btb */ 3907 0x1636c400, 0x01000020, /* btb.stopped_rd_req, group=BTB_MEM, size=32 regs, WB */ 3908 0x0b36e000, 0x00001900, /* btb.link_list, group=BTB_RAM, size=6400 regs */ 3909 0x0c420000, /* block igu */ 3910 0x17060220, 0x00000010, /* igu.pending_bits_status, group=IGU_MEM, size=16 regs */ 3911 0x17060240, 0x00000010, /* igu.write_done_pending, group=IGU_MEM, size=16 regs */ 3912 0x17060800, 0x00000210, /* igu.producer_memory, group=IGU_MEM, size=528 regs */ 3913 0x17060c00, 0x00000210, /* igu.consumer_mem, group=IGU_MEM, size=528 regs */ 3914 0x17061000, 0x00000200, /* igu.mapping_memory, group=IGU_MEM, size=512 regs */ 3915 0x18061800, 0x01000800, /* igu.msix_memory, group=IGU_MSIX, size=2048 regs, WB */ 3916 0x02230051, /* mode !e5, block prs */ 3917 0x0707c300, 0x00000080, /* prs.last_pkt_list, group=PRS_MEM, size=128 regs */ 3918 0x022a0000, /* block tsem */ 3919 0x145c02c4, 0x00000001, /* tsem.thread_valid, group=PBUF, size=1 regs */ 3920 0x022b0000, /* block msem */ 3921 0x146002c4, 0x00000001, /* msem.thread_valid, group=PBUF, size=1 regs */ 3922 0x022c0000, /* block usem */ 3923 0x146402c4, 0x00000001, /* usem.thread_valid, group=PBUF, size=1 regs */ 3924 0x022d0000, /* block xsem */ 3925 0x145002c4, 0x00000001, /* xsem.thread_valid, group=PBUF, size=1 regs */ 3926 0x022e0000, /* block ysem */ 3927 0x145402c4, 0x00000001, /* ysem.thread_valid, group=PBUF, size=1 regs */ 3928 0x022f0000, /* block psem */ 3929 0x145802c4, 0x00000001, /* psem.thread_valid, group=PBUF, size=1 regs */ 3930 0x0809000b, /* mode !(emul_reduced|fpga), block bmb */ 3931 0x1a150204, 0x00000004, /* bmb.free_list_head, group=BMB_RAM, size=4 regs */ 3932 0x1a150208, 0x00000004, /* bmb.free_list_tail, group=BMB_RAM, size=4 regs */ 3933 0x1a15020c, 0x00000004, /* bmb.free_list_size, group=BMB_RAM, size=4 regs */ 3934 0x1a150800, 0x00000480, /* bmb.link_list, group=BMB_RAM, size=1152 regs */ 3935 0x04090001, /* mode (!(bb|k2))&(!(emul_reduced|fpga)), block bmb */ 3936 0x1b150480, 0x01000006, /* bmb.stopped_rd_req, group=BMB_MEM, size=6 regs, WB */ 3937 0x1b1504c0, 0x0100000c, /* bmb.stopped_rls_req, group=BMB_MEM, size=12 regs, WB */ 3938 0x040900c9, /* mode bb&(!(emul_reduced|fpga)), block bmb */ 3939 0x1b150480, 0x01000014, /* bmb.stopped_rd_req, group=BMB_MEM, size=20 regs, WB */ 3940 0x1b1504c0, 0x01000028, /* bmb.stopped_rls_req, group=BMB_MEM, size=40 regs, WB */ 3941 0x0409008d, /* mode k2&(!(emul_reduced|fpga)), block bmb */ 3942 0x1b150480, 0x01000014, /* bmb.stopped_rd_req, group=BMB_MEM, size=20 regs, WB */ 3943 0x1b1504c0, 0x01000028, /* bmb.stopped_rls_req, group=BMB_MEM, size=40 regs, WB */ 3944 }; 3945 /* Data size: 2496 bytes */ 3946 3947 #endif /* __PREVENT_DUMP_MEM_ARR__ */ 3948 3949 /* Idle check registers */ 3950 static const u32 idle_chk_regs[] = { 3951 0x02002060, 0x00010001, /* cond: misc.INT_STS */ 3952 0x02002061, 0x00010001, /* cond: misc.INT_MASK */ 3953 0x020021ed, 0x00010001, /* cond: misc.aeu_after_invert_1_igu */ 3954 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3955 0x020021ee, 0x00010001, /* cond: misc.aeu_after_invert_2_igu */ 3956 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3957 0x020021f0, 0x00010001, /* cond: misc.aeu_after_invert_4_igu */ 3958 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3959 0x020021f1, 0x00010001, /* cond: misc.aeu_after_invert_5_igu */ 3960 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3961 0x020021f2, 0x00010001, /* cond: misc.aeu_after_invert_6_igu */ 3962 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3963 0x020021f3, 0x00010001, /* cond: misc.aeu_after_invert_7_igu */ 3964 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3965 0x020021f4, 0x00010001, /* cond: misc.aeu_after_invert_8_igu */ 3966 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3967 0x020021f5, 0x00010001, /* cond: misc.aeu_after_invert_9_igu */ 3968 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3969 0x020021f6, 0x00010001, /* cond: misc.aeu_after_invert_1_mcp */ 3970 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3971 0x020021f7, 0x00010001, /* cond: misc.aeu_after_invert_2_mcp */ 3972 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3973 0x020021f9, 0x00010001, /* cond: misc.aeu_after_invert_4_mcp */ 3974 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3975 0x020021fa, 0x00010001, /* cond: misc.aeu_after_invert_5_mcp */ 3976 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3977 0x020021fb, 0x00010001, /* cond: misc.aeu_after_invert_6_mcp */ 3978 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3979 0x020021fc, 0x00010001, /* cond: misc.aeu_after_invert_7_mcp */ 3980 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3981 0x020021fd, 0x00010001, /* cond: misc.aeu_after_invert_8_mcp */ 3982 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3983 0x020021fe, 0x00010001, /* cond: misc.aeu_after_invert_9_mcp */ 3984 0x0200220f, 0x00000001, /* info: misc.attn_num_st mode=all */ 3985 0x020021ff, 0x00010001, /* cond: misc.aeu_sys_kill_occurred */ 3986 0x01002460, 0x00010001, /* cond: miscs.INT_STS_0 */ 3987 0x01002461, 0x00010001, /* cond: miscs.INT_MASK_0 */ 3988 0x010025bf, 0x00010001, /* cond: miscs.pcie_hot_reset */ 3989 0x16003012, 0x00010001, /* cond: dmae.go_c0 */ 3990 0x16003013, 0x00010001, /* cond: dmae.go_c1 */ 3991 0x16003014, 0x00010001, /* cond: dmae.go_c2 */ 3992 0x16003015, 0x00010001, /* cond: dmae.go_c3 */ 3993 0x16003016, 0x00010001, /* cond: dmae.go_c4 */ 3994 0x16003017, 0x00010001, /* cond: dmae.go_c5 */ 3995 0x16003018, 0x00010001, /* cond: dmae.go_c6 */ 3996 0x16003019, 0x00010001, /* cond: dmae.go_c7 */ 3997 0x1600301a, 0x00010001, /* cond: dmae.go_c8 */ 3998 0x1600301b, 0x00010001, /* cond: dmae.go_c9 */ 3999 0x1600301c, 0x00010001, /* cond: dmae.go_c10 */ 4000 0x1600301d, 0x00010001, /* cond: dmae.go_c11 */ 4001 0x1600301e, 0x00010001, /* cond: dmae.go_c12 */ 4002 0x1600301f, 0x00010001, /* cond: dmae.go_c13 */ 4003 0x16003020, 0x00010001, /* cond: dmae.go_c14 */ 4004 0x16003021, 0x00010001, /* cond: dmae.go_c15 */ 4005 0x16003022, 0x00010001, /* cond: dmae.go_c16 */ 4006 0x16003023, 0x00010001, /* cond: dmae.go_c17 */ 4007 0x16003024, 0x00010001, /* cond: dmae.go_c18 */ 4008 0x16003025, 0x00010001, /* cond: dmae.go_c19 */ 4009 0x16003026, 0x00010001, /* cond: dmae.go_c20 */ 4010 0x16003027, 0x00010001, /* cond: dmae.go_c21 */ 4011 0x16003028, 0x00010001, /* cond: dmae.go_c22 */ 4012 0x16003029, 0x00010001, /* cond: dmae.go_c23 */ 4013 0x1600302a, 0x00010001, /* cond: dmae.go_c24 */ 4014 0x1600302b, 0x00010001, /* cond: dmae.go_c25 */ 4015 0x1600302c, 0x00010001, /* cond: dmae.go_c26 */ 4016 0x1600302d, 0x00010001, /* cond: dmae.go_c27 */ 4017 0x1600302e, 0x00010001, /* cond: dmae.go_c28 */ 4018 0x1600302f, 0x00010001, /* cond: dmae.go_c29 */ 4019 0x16003030, 0x00010001, /* cond: dmae.go_c30 */ 4020 0x16003031, 0x00010001, /* cond: dmae.go_c31 */ 4021 0x00014019, 0x00010001, /* cond: grc.trace_fifo_valid_data */ 4022 0x00014060, 0x00010001, /* cond: grc.INT_STS_0 */ 4023 0x00014061, 0x00010001, /* cond: grc.INT_MASK_0 */ 4024 0x00014080, 0x00010001, /* cond: grc.PRTY_STS_H_0 */ 4025 0x00014081, 0x00010001, /* cond: grc.PRTY_MASK_H_0 */ 4026 0x20040060, 0x00010001, /* cond: dorq.INT_STS */ 4027 0x20040061, 0x00010001, /* cond: dorq.INT_MASK */ 4028 0x20040260, 0x00010001, /* cond: dorq.xcm_msg_init_crd */ 4029 0x20040261, 0x00010001, /* cond: dorq.tcm_msg_init_crd */ 4030 0x20040262, 0x00010001, /* cond: dorq.ucm_msg_init_crd */ 4031 0x20040263, 0x00010001, /* cond: dorq.pbf_cmd_init_crd */ 4032 0x20040270, 0x00010001, /* cond: dorq.pf_usage_cnt */ 4033 0x20040271, 0x00010001, /* cond: dorq.vf_usage_cnt */ 4034 0x20040282, 0x00010001, /* cond: dorq.cfc_ld_req_fifo_fill_lvl */ 4035 0x20040283, 0x00010001, /* cond: dorq.dorq_fifo_fill_lvl */ 4036 0x20040286, 0x00010001, /* cond: dorq.db_drop_cnt */ 4037 0x20040289, 0x00000001, /* info: dorq.db_drop_details mode=all */ 4038 0x20040288, 0x00000001, /* info: dorq.db_drop_details_reason mode=all */ 4039 0x2004028c, 0x00010001, /* cond: dorq.dpm_abort_cnt */ 4040 0x20040293, 0x00000001, /* info: dorq.dpm_abort_reason mode=all */ 4041 0x20040291, 0x00000001, /* info: dorq.dpm_abort_details_reason mode=all */ 4042 0x200402a2, 0x00010001, /* cond: dorq.dpm_tbl_fill_lvl */ 4043 0x42060064, 0x00010001, /* cond: igu.PRTY_STS */ 4044 0x42060065, 0x00010001, /* cond: igu.PRTY_MASK */ 4045 0x42060545, 0x00010001, /* cond: igu.attn_write_done_pending */ 4046 0x42060547, 0x00010001, /* cond: igu.Interrupt_status */ 4047 0x4206054c, 0x00010001, /* cond: igu.error_handling_data_valid */ 4048 0x4206054d, 0x00010001, /* cond: igu.silent_drop */ 4049 0x4206054f, 0x00010001, /* cond: igu.sb_ctrl_fsm */ 4050 0x42060550, 0x00010001, /* cond: igu.int_handle_fsm */ 4051 0x42060551, 0x00010001, /* cond: igu.attn_fsm */ 4052 0x42060555, 0x00010001, /* cond: igu.ctrl_fsm */ 4053 0x42060556, 0x00010001, /* cond: igu.pxp_arb_fsm */ 4054 0x43070080, 0x00010001, /* cond: cau.PRTY_STS_H_0 */ 4055 0x43070081, 0x00010001, /* cond: cau.PRTY_MASK_H_0 */ 4056 0x43070260, 0x00010001, /* cond: cau.igu_req_credit_status */ 4057 0x43070261, 0x00010001, /* cond: cau.igu_cmd_credit_status */ 4058 0x43070320, 0x00010001, /* cond: cau.debug_fifo_status */ 4059 0x43070321, 0x00010001, /* cond: cau.error_pxp_req */ 4060 0x43070322, 0x00010001, /* cond: cau.error_fsm_line */ 4061 0x43070323, 0x00000001, /* info: cau.error_fsm_line_pre mode=all */ 4062 0x43070324, 0x00010001, /* cond: cau.parity_latch_status */ 4063 0x43070325, 0x00010001, /* cond: cau.error_cleanup_cmd_reg */ 4064 0x43070327, 0x00010001, /* cond: cau.agg_units_0to15_state */ 4065 0x43070328, 0x00010001, /* cond: cau.agg_units_16to31_state */ 4066 0x43070329, 0x00010001, /* cond: cau.agg_units_32to47_state */ 4067 0x4307032a, 0x00010001, /* cond: cau.agg_units_48to63_state */ 4068 0x43070380, 0x00010001, /* cond: cau.req_counter */ 4069 0x43070381, 0x00010001, /* cond: cau.ack_counter */ 4070 0x43070380, 0x00010001, /* cond: cau.req_counter */ 4071 0x43070382, 0x00010001, /* cond: cau.wdone_counter */ 4072 0x430703c0, 0x00010001, /* cond: cau.main_fsm_status */ 4073 0x430703c1, 0x00010001, /* cond: cau.var_read_fsm_status */ 4074 0x430703c2, 0x00010001, /* cond: cau.igu_dma_fsm_status */ 4075 0x430703c3, 0x00010001, /* cond: cau.igu_cqe_cmd_fsm_status */ 4076 0x430703c4, 0x00010001, /* cond: cau.igu_cqe_agg_fsm_status */ 4077 0x2307c010, 0x00010001, /* cond: prs.INT_STS_0 */ 4078 0x2307c011, 0x00010001, /* cond: prs.INT_MASK_0 */ 4079 0x2307c2da, 0x00000001, /* info: prs.mini_cache_failed_response mode=all */ 4080 0x2387c2d8, 0x00000002, /* info: prs.mini_cache_entry width=2 access=WB mode=all */ 4081 0x00014019, 0x00000001, /* info: grc.trace_fifo_valid_data mode=all */ 4082 0x2307c014, 0x00010001, /* cond: prs.PRTY_STS */ 4083 0x2307c015, 0x00010001, /* cond: prs.PRTY_MASK */ 4084 0x2307c2d5, 0x00010001, /* cond: prs.queue_pkt_avail_status */ 4085 0x2307c2d6, 0x00010001, /* cond: prs.storm_bkprs_status */ 4086 0x2307c2d7, 0x00010001, /* cond: prs.stop_parsing_status */ 4087 0x2307c3c4, 0x00010001, /* cond: prs.ccfc_search_current_credit */ 4088 0x2307c3c5, 0x00010001, /* cond: prs.tcfc_search_current_credit */ 4089 0x2307c3c6, 0x00010001, /* cond: prs.ccfc_load_current_credit */ 4090 0x2307c3c7, 0x00010001, /* cond: prs.tcfc_load_current_credit */ 4091 0x2307c3c8, 0x00010001, /* cond: prs.ccfc_search_req_ct */ 4092 0x2307c3c9, 0x00010001, /* cond: prs.tcfc_search_req_ct */ 4093 0x2307c3ca, 0x00010001, /* cond: prs.ccfc_load_req_ct */ 4094 0x2307c3cb, 0x00010001, /* cond: prs.tcfc_load_req_ct */ 4095 0x2307c3cc, 0x00010001, /* cond: prs.sop_req_ct */ 4096 0x2307c3cd, 0x00010001, /* cond: prs.eop_req_ct */ 4097 0x3708c010, 0x00010001, /* cond: prm.INT_STS */ 4098 0x3708c011, 0x00010001, /* cond: prm.INT_MASK */ 4099 0x3008e202, 0x00010001, /* cond: rss.rss_init_done */ 4100 0x3008e260, 0x00010001, /* cond: rss.INT_STS */ 4101 0x3008e261, 0x00010001, /* cond: rss.INT_MASK */ 4102 0x3008e301, 0x00010001, /* cond: rss.tmld_credit */ 4103 0x14090000, 0x00010001, /* cond: pswrq2.rbc_done */ 4104 0x14090001, 0x00010001, /* cond: pswrq2.cfg_done */ 4105 0x14090060, 0x00010001, /* cond: pswrq2.INT_STS */ 4106 0x14090061, 0x00010001, /* cond: pswrq2.INT_MASK */ 4107 0x14090080, 0x00010001, /* cond: pswrq2.PRTY_STS_H_0 */ 4108 0x14090081, 0x00010001, /* cond: pswrq2.PRTY_MASK_H_0 */ 4109 0x14090115, 0x00010020, /* cond: pswrq2.vq0_entry_cnt[0:31] */ 4110 0x140901c5, 0x00010001, /* cond: pswrq2.BW_CREDIT */ 4111 0x14090206, 0x00010001, /* cond: pswrq2.treq_fifo_fill_lvl */ 4112 0x14090207, 0x00010001, /* cond: pswrq2.icpl_fifo_fill_lvl */ 4113 0x1409024a, 0x00010001, /* cond: pswrq2.l2p_err_add_31_0 */ 4114 0x1409024b, 0x00010001, /* cond: pswrq2.l2p_err_add_63_32 */ 4115 0x1409024c, 0x00010001, /* cond: pswrq2.l2p_err_details */ 4116 0x1409024d, 0x00010001, /* cond: pswrq2.l2p_err_details2 */ 4117 0x14090271, 0x00010001, /* cond: pswrq2.sr_cnt */ 4118 0x1409024f, 0x00010001, /* cond: pswrq2.sr_num_cfg */ 4119 0x14090271, 0x00010001, /* cond: pswrq2.sr_cnt */ 4120 0x1409024f, 0x00010001, /* cond: pswrq2.sr_num_cfg */ 4121 0x14090272, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_0 */ 4122 0x140902d1, 0x00010001, /* cond: pswrq2.max_srs_vq0 */ 4123 0x14090273, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_1 */ 4124 0x140902d2, 0x00010001, /* cond: pswrq2.max_srs_vq1 */ 4125 0x14090274, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_2 */ 4126 0x140902d3, 0x00010001, /* cond: pswrq2.max_srs_vq2 */ 4127 0x14090275, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_3 */ 4128 0x140902d4, 0x00010001, /* cond: pswrq2.max_srs_vq3 */ 4129 0x14090276, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_4 */ 4130 0x140902d5, 0x00010001, /* cond: pswrq2.max_srs_vq4 */ 4131 0x14090277, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_5 */ 4132 0x140902d6, 0x00010001, /* cond: pswrq2.max_srs_vq5 */ 4133 0x14090278, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_6 */ 4134 0x140902d7, 0x00010001, /* cond: pswrq2.max_srs_vq6 */ 4135 0x1409027b, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_9 */ 4136 0x140902da, 0x00010001, /* cond: pswrq2.max_srs_vq9 */ 4137 0x1409027d, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_11 */ 4138 0x140902dc, 0x00010001, /* cond: pswrq2.max_srs_vq11 */ 4139 0x1409027e, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_12 */ 4140 0x140902dd, 0x00010001, /* cond: pswrq2.max_srs_vq12 */ 4141 0x14090281, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_15 */ 4142 0x140902e0, 0x00010001, /* cond: pswrq2.max_srs_vq15 */ 4143 0x14090282, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_16 */ 4144 0x140902e1, 0x00010001, /* cond: pswrq2.max_srs_vq16 */ 4145 0x14090283, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_17 */ 4146 0x140902e2, 0x00010001, /* cond: pswrq2.max_srs_vq17 */ 4147 0x14090284, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_18 */ 4148 0x140902e3, 0x00010001, /* cond: pswrq2.max_srs_vq18 */ 4149 0x14090285, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_19 */ 4150 0x140902e4, 0x00010001, /* cond: pswrq2.max_srs_vq19 */ 4151 0x14090287, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_21 */ 4152 0x140902e6, 0x00010001, /* cond: pswrq2.max_srs_vq21 */ 4153 0x14090288, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_22 */ 4154 0x140902e7, 0x00010001, /* cond: pswrq2.max_srs_vq22 */ 4155 0x14090289, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_23 */ 4156 0x140902e8, 0x00010001, /* cond: pswrq2.max_srs_vq23 */ 4157 0x1409028a, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_24 */ 4158 0x140902e9, 0x00010001, /* cond: pswrq2.max_srs_vq24 */ 4159 0x1409028c, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_26 */ 4160 0x140902eb, 0x00010001, /* cond: pswrq2.max_srs_vq26 */ 4161 0x1409028e, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_28 */ 4162 0x140902ed, 0x00010001, /* cond: pswrq2.max_srs_vq28 */ 4163 0x1409028f, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_29 */ 4164 0x140902ee, 0x00010001, /* cond: pswrq2.max_srs_vq29 */ 4165 0x14090290, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_30 */ 4166 0x140902ef, 0x00010001, /* cond: pswrq2.max_srs_vq30 */ 4167 0x14090292, 0x00010001, /* cond: pswrq2.blk_cnt */ 4168 0x14090250, 0x00010001, /* cond: pswrq2.blk_num_cfg */ 4169 0x14090292, 0x00010001, /* cond: pswrq2.blk_cnt */ 4170 0x14090250, 0x00010001, /* cond: pswrq2.blk_num_cfg */ 4171 0x14090293, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_0 */ 4172 0x14090251, 0x00010001, /* cond: pswrq2.max_blks_vq0 */ 4173 0x14090294, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_1 */ 4174 0x14090252, 0x00010001, /* cond: pswrq2.max_blks_vq1 */ 4175 0x14090295, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_2 */ 4176 0x14090253, 0x00010001, /* cond: pswrq2.max_blks_vq2 */ 4177 0x14090296, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_3 */ 4178 0x14090254, 0x00010001, /* cond: pswrq2.max_blks_vq3 */ 4179 0x14090297, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_4 */ 4180 0x14090255, 0x00010001, /* cond: pswrq2.max_blks_vq4 */ 4181 0x14090298, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_5 */ 4182 0x14090256, 0x00010001, /* cond: pswrq2.max_blks_vq5 */ 4183 0x14090299, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_6 */ 4184 0x14090257, 0x00010001, /* cond: pswrq2.max_blks_vq6 */ 4185 0x1409029c, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_9 */ 4186 0x1409025a, 0x00010001, /* cond: pswrq2.max_blks_vq9 */ 4187 0x1409029e, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_11 */ 4188 0x1409025c, 0x00010001, /* cond: pswrq2.max_blks_vq11 */ 4189 0x1409029f, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_12 */ 4190 0x1409025d, 0x00010001, /* cond: pswrq2.max_blks_vq12 */ 4191 0x140902a2, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_15 */ 4192 0x14090260, 0x00010001, /* cond: pswrq2.max_blks_vq15 */ 4193 0x140902a3, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_16 */ 4194 0x14090261, 0x00010001, /* cond: pswrq2.max_blks_vq16 */ 4195 0x140902a4, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_17 */ 4196 0x14090262, 0x00010001, /* cond: pswrq2.max_blks_vq17 */ 4197 0x140902a5, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_18 */ 4198 0x14090263, 0x00010001, /* cond: pswrq2.max_blks_vq18 */ 4199 0x140902a6, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_19 */ 4200 0x14090264, 0x00010001, /* cond: pswrq2.max_blks_vq19 */ 4201 0x140902a8, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_21 */ 4202 0x14090266, 0x00010001, /* cond: pswrq2.max_blks_vq21 */ 4203 0x140902a9, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_22 */ 4204 0x14090267, 0x00010001, /* cond: pswrq2.max_blks_vq22 */ 4205 0x140902aa, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_23 */ 4206 0x14090268, 0x00010001, /* cond: pswrq2.max_blks_vq23 */ 4207 0x140902ab, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_24 */ 4208 0x14090269, 0x00010001, /* cond: pswrq2.max_blks_vq24 */ 4209 0x140902ad, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_26 */ 4210 0x1409026b, 0x00010001, /* cond: pswrq2.max_blks_vq26 */ 4211 0x140902af, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_28 */ 4212 0x1409026d, 0x00010001, /* cond: pswrq2.max_blks_vq28 */ 4213 0x140902b0, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_29 */ 4214 0x1409026e, 0x00010001, /* cond: pswrq2.max_blks_vq29 */ 4215 0x140902b1, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_30 */ 4216 0x1409026f, 0x00010001, /* cond: pswrq2.max_blks_vq30 */ 4217 0x140902f2, 0x00010001, /* cond: pswrq2.l2p_close_gate_sts */ 4218 0x140902f3, 0x00010001, /* cond: pswrq2.misc_close_gate_sts */ 4219 0x140902f4, 0x00010001, /* cond: pswrq2.misc_stall_mem_sts */ 4220 0x130a0060, 0x00010001, /* cond: pswrq.INT_STS */ 4221 0x130a0061, 0x00010001, /* cond: pswrq.INT_MASK */ 4222 0x110a6860, 0x00010001, /* cond: pswwr.INT_STS */ 4223 0x110a6861, 0x00010001, /* cond: pswwr.INT_MASK */ 4224 0x120a6c12, 0x00010001, /* cond: pswwr2.pglue_eop_err_details */ 4225 0x120a6c14, 0x00010001, /* cond: pswwr2.prm_curr_fill_level */ 4226 0x120a6c16, 0x00010001, /* cond: pswwr2.cdu_curr_fill_level */ 4227 0x120a6c60, 0x00010001, /* cond: pswwr2.INT_STS */ 4228 0x120a6c61, 0x00010001, /* cond: pswwr2.INT_MASK */ 4229 0x0f0a7029, 0x00010001, /* cond: pswrd.fifo_full_status */ 4230 0x0f0a7060, 0x00010001, /* cond: pswrd.INT_STS */ 4231 0x0f0a7061, 0x00010001, /* cond: pswrd.INT_MASK */ 4232 0x100a7400, 0x00010001, /* cond: pswrd2.start_init */ 4233 0x100a7401, 0x00010001, /* cond: pswrd2.init_done */ 4234 0x100a741a, 0x00010001, /* cond: pswrd2.cpl_err_details */ 4235 0x100a741b, 0x00010001, /* cond: pswrd2.cpl_err_details2 */ 4236 0x100a741f, 0x00010001, /* cond: pswrd2.port_is_idle_0 */ 4237 0x100a7420, 0x00010001, /* cond: pswrd2.port_is_idle_1 */ 4238 0x100a7438, 0x0001000f, /* cond: pswrd2.almost_full_0[0:14] */ 4239 0x100a7460, 0x00010001, /* cond: pswrd2.INT_STS */ 4240 0x100a7461, 0x00010001, /* cond: pswrd2.INT_MASK */ 4241 0x100a7480, 0x00010001, /* cond: pswrd2.PRTY_STS_H_0 */ 4242 0x100a7481, 0x00010001, /* cond: pswrd2.PRTY_MASK_H_0 */ 4243 0x100a7484, 0x00010001, /* cond: pswrd2.PRTY_STS_H_1 */ 4244 0x100a7485, 0x00010001, /* cond: pswrd2.PRTY_MASK_H_1 */ 4245 0x100a7518, 0x00010001, /* cond: pswrd2.disable_inputs */ 4246 0x0e0a7810, 0x00010001, /* cond: pswhst2.header_fifo_status */ 4247 0x0e0a7811, 0x00010001, /* cond: pswhst2.data_fifo_status */ 4248 0x0e0a7860, 0x00010001, /* cond: pswhst2.INT_STS */ 4249 0x0e0a7861, 0x00010001, /* cond: pswhst2.INT_MASK */ 4250 0x0d0a8013, 0x00010001, /* cond: pswhst.discard_internal_writes_status */ 4251 0x0d0a8014, 0x00010001, /* cond: pswhst.discard_doorbells_status */ 4252 0x0d0a8016, 0x00010001, /* cond: pswhst.arb_is_idle */ 4253 0x0d0a801c, 0x00010001, /* cond: pswhst.incorrect_access_valid */ 4254 0x0d0a801a, 0x00000001, /* info: pswhst.incorrect_access_data mode=all */ 4255 0x0d0a801b, 0x00000001, /* info: pswhst.incorrect_access_length mode=all */ 4256 0x0d0a801d, 0x00000001, /* info: pswhst.incorrect_access_address mode=all */ 4257 0x0d0a801e, 0x00010001, /* cond: pswhst.per_violation_valid */ 4258 0x0d0a801f, 0x00000001, /* info: pswhst.per_violation_data mode=all */ 4259 0x0d0a8023, 0x00010001, /* cond: pswhst.source_credits_avail */ 4260 0x0d0a8025, 0x00010001, /* cond: pswhst.source_credit_viol_valid */ 4261 0x0d0a8024, 0x00000001, /* info: pswhst.source_credit_viol_data mode=all */ 4262 0x0d0a8029, 0x00010001, /* cond: pswhst.dest_credits_avail */ 4263 0x0d0a802b, 0x00010001, /* cond: pswhst.is_in_drain_mode */ 4264 0x0d0a802e, 0x00010001, /* cond: pswhst.timeout_valid */ 4265 0x0d0a802d, 0x00000001, /* info: pswhst.timeout_data mode=all */ 4266 0x0d0a802e, 0x00010001, /* cond: pswhst.timeout_valid */ 4267 0x0d0a802f, 0x00000001, /* info: pswhst.timeout_address mode=all */ 4268 0x0d0a8058, 0x00010008, /* cond: pswhst.clients_waiting_to_source_arb[0:7] */ 4269 0x0d0a8060, 0x00010001, /* cond: pswhst.INT_STS */ 4270 0x0d0a8061, 0x00010001, /* cond: pswhst.INT_MASK */ 4271 0x040aa060, 0x00010001, /* cond: pglue_b.INT_STS */ 4272 0x040aa060, 0x00010001, /* cond: pglue_b.INT_STS */ 4273 0x040aa120, 0x00010001, /* cond: pglue_b.pgl_write_blocked */ 4274 0x040aa121, 0x00010001, /* cond: pglue_b.pgl_read_blocked */ 4275 0x040aa122, 0x00010001, /* cond: pglue_b.read_fifo_occupancy_level */ 4276 0x040aa12b, 0x00010001, /* cond: pglue_b.rx_legacy_errors */ 4277 0x040aa159, 0x00010001, /* cond: pglue_b.pgl_txw_cdts */ 4278 0x040aa804, 0x00010001, /* cond: pglue_b.cfg_space_a_request */ 4279 0x040aa806, 0x00010001, /* cond: pglue_b.cfg_space_b_request */ 4280 0x040aa808, 0x00010001, /* cond: pglue_b.flr_request_vf_31_0 */ 4281 0x040aa809, 0x00010001, /* cond: pglue_b.flr_request_vf_63_32 */ 4282 0x040aa80a, 0x00010001, /* cond: pglue_b.flr_request_vf_95_64 */ 4283 0x040aa80b, 0x00010001, /* cond: pglue_b.flr_request_vf_127_96 */ 4284 0x040aa80c, 0x00010001, /* cond: pglue_b.flr_request_vf_159_128 */ 4285 0x040aa80d, 0x00010001, /* cond: pglue_b.flr_request_vf_191_160 */ 4286 0x040aa810, 0x00010001, /* cond: pglue_b.flr_request_pf_31_0 */ 4287 0x040aa81b, 0x00010001, /* cond: pglue_b.sr_iov_disabled_request */ 4288 0x040aa83d, 0x00010001, /* cond: pglue_b.was_error_vf_31_0 */ 4289 0x040aa83e, 0x00010001, /* cond: pglue_b.was_error_vf_63_32 */ 4290 0x040aa83f, 0x00010001, /* cond: pglue_b.was_error_vf_95_64 */ 4291 0x040aa840, 0x00010001, /* cond: pglue_b.was_error_vf_127_96 */ 4292 0x040aa841, 0x00010001, /* cond: pglue_b.was_error_vf_159_128 */ 4293 0x040aa842, 0x00010001, /* cond: pglue_b.was_error_vf_191_160 */ 4294 0x040aa845, 0x00010001, /* cond: pglue_b.was_error_pf_31_0 */ 4295 0x040aa84f, 0x00010001, /* cond: pglue_b.rx_err_details */ 4296 0x040aa850, 0x00010001, /* cond: pglue_b.rx_tcpl_err_details */ 4297 0x040aa851, 0x00010001, /* cond: pglue_b.tx_err_wr_add_31_0 */ 4298 0x040aa852, 0x00010001, /* cond: pglue_b.tx_err_wr_add_63_32 */ 4299 0x040aa853, 0x00010001, /* cond: pglue_b.tx_err_wr_details */ 4300 0x040aa854, 0x00010001, /* cond: pglue_b.tx_err_wr_details2 */ 4301 0x040aa855, 0x00010001, /* cond: pglue_b.tx_err_rd_add_31_0 */ 4302 0x040aa856, 0x00010001, /* cond: pglue_b.tx_err_rd_add_63_32 */ 4303 0x040aa857, 0x00010001, /* cond: pglue_b.tx_err_rd_details */ 4304 0x040aa858, 0x00010001, /* cond: pglue_b.tx_err_rd_details2 */ 4305 0x040aa8ec, 0x00010001, /* cond: pglue_b.vf_length_violation_details */ 4306 0x040aa8ed, 0x00010001, /* cond: pglue_b.vf_length_violation_details2 */ 4307 0x040aa8ee, 0x00010001, /* cond: pglue_b.vf_grc_space_violation_details */ 4308 0x040aa951, 0x00010001, /* cond: pglue_b.master_zlr_err_add_31_0 */ 4309 0x040aa952, 0x00010001, /* cond: pglue_b.master_zlr_err_add_63_32 */ 4310 0x040aa953, 0x00010001, /* cond: pglue_b.master_zlr_err_details */ 4311 0x040aa955, 0x00010001, /* cond: pglue_b.admin_window_violation_details */ 4312 0x040aa956, 0x00010001, /* cond: pglue_b.out_of_range_function_in_pretend_details */ 4313 0x040aa957, 0x00010001, /* cond: pglue_b.out_of_range_function_in_pretend_address */ 4314 0x040aab80, 0x00010001, /* cond: pglue_b.write_fifo_occupancy_level */ 4315 0x040aab84, 0x00010001, /* cond: pglue_b.illegal_address_add_31_0 */ 4316 0x040aab85, 0x00010001, /* cond: pglue_b.illegal_address_add_63_32 */ 4317 0x040aab86, 0x00010001, /* cond: pglue_b.illegal_address_details */ 4318 0x040aab87, 0x00010001, /* cond: pglue_b.illegal_address_details2 */ 4319 0x040aab8e, 0x00010001, /* cond: pglue_b.tags_31_0 */ 4320 0x040aab8f, 0x00010001, /* cond: pglue_b.tags_63_32 */ 4321 0x040aab90, 0x00010001, /* cond: pglue_b.tags_95_64 */ 4322 0x040aab91, 0x00010001, /* cond: pglue_b.tags_127_96 */ 4323 0x040aab9d, 0x00010001, /* cond: pglue_b.vf_ilt_err_add_31_0 */ 4324 0x040aab9e, 0x00010001, /* cond: pglue_b.vf_ilt_err_add_63_32 */ 4325 0x040aab9f, 0x00010001, /* cond: pglue_b.vf_ilt_err_details */ 4326 0x040aaba0, 0x00010001, /* cond: pglue_b.vf_ilt_err_details2 */ 4327 0x1f0b0060, 0x00010001, /* cond: tm.INT_STS_0 */ 4328 0x1f0b0060, 0x00010001, /* cond: tm.INT_STS_0 */ 4329 0x1f0b0060, 0x00010001, /* cond: tm.INT_STS_0 */ 4330 0x1f0b0064, 0x00010001, /* cond: tm.INT_STS_1 */ 4331 0x1f0b01c4, 0x00010001, /* cond: tm.pxp_read_data_fifo_status */ 4332 0x1f0b01c6, 0x00010001, /* cond: tm.pxp_read_ctrl_fifo_status */ 4333 0x1f0b01c8, 0x00010001, /* cond: tm.cfc_load_echo_fifo_status */ 4334 0x1f0b01c9, 0x00010001, /* cond: tm.client_out_fifo_status */ 4335 0x1f0b01ca, 0x00010001, /* cond: tm.client_in_pbf_fifo_status */ 4336 0x1f0b01cb, 0x00010001, /* cond: tm.client_in_xcm_fifo_status */ 4337 0x1f0b01cc, 0x00010001, /* cond: tm.client_in_tcm_fifo_status */ 4338 0x1f0b01cd, 0x00010001, /* cond: tm.client_in_ucm_fifo_status */ 4339 0x1f0b01ce, 0x00010001, /* cond: tm.expiration_cmd_fifo_status */ 4340 0x1f0b01cf, 0x00010001, /* cond: tm.ac_command_fifo_status */ 4341 0x410b4001, 0x00010001, /* cond: tcfc.ll_init_done */ 4342 0x410b4002, 0x00010001, /* cond: tcfc.ac_init_done */ 4343 0x410b4003, 0x00010001, /* cond: tcfc.cam_init_done */ 4344 0x410b4004, 0x00010001, /* cond: tcfc.tidram_init_done */ 4345 0x410b4060, 0x00010001, /* cond: tcfc.INT_STS_0 */ 4346 0x410b4061, 0x00010001, /* cond: tcfc.INT_MASK_0 */ 4347 0x410b4153, 0x00000001, /* info: tcfc.error_vector mode=all */ 4348 0x410b4156, 0x00000001, /* info: tcfc.error_data1 mode=all */ 4349 0x410b4157, 0x00000001, /* info: tcfc.error_data2 mode=all */ 4350 0x410b4158, 0x00000001, /* info: tcfc.error_data3 mode=all */ 4351 0x410b4159, 0x00000001, /* info: tcfc.error_data4 mode=all */ 4352 0x410b4184, 0x00010001, /* cond: tcfc.lstate_arriving */ 4353 0x410b4187, 0x00010001, /* cond: tcfc.lstate_leaving */ 4354 0x410b41e2, 0x00010001, /* cond: tcfc.cduld_credit */ 4355 0x410b41e3, 0x00010001, /* cond: tcfc.cduwb_credit */ 4356 0x400b8001, 0x00010001, /* cond: ccfc.ll_init_done */ 4357 0x400b8002, 0x00010001, /* cond: ccfc.ac_init_done */ 4358 0x400b8003, 0x00010001, /* cond: ccfc.cam_init_done */ 4359 0x400b8004, 0x00010001, /* cond: ccfc.tidram_init_done */ 4360 0x400b8060, 0x00010001, /* cond: ccfc.INT_STS_0 */ 4361 0x400b8061, 0x00010001, /* cond: ccfc.INT_MASK_0 */ 4362 0x400b8153, 0x00000001, /* info: ccfc.error_vector mode=all */ 4363 0x400b8156, 0x00000001, /* info: ccfc.error_data1 mode=all */ 4364 0x400b8157, 0x00000001, /* info: ccfc.error_data2 mode=all */ 4365 0x400b8158, 0x00000001, /* info: ccfc.error_data3 mode=all */ 4366 0x400b8159, 0x00000001, /* info: ccfc.error_data4 mode=all */ 4367 0x400b8179, 0x00010001, /* cond: ccfc.PRTY_STS */ 4368 0x400b817a, 0x00010001, /* cond: ccfc.PRTY_MASK */ 4369 0x400b8184, 0x00010001, /* cond: ccfc.lstate_arriving */ 4370 0x400b8187, 0x00010001, /* cond: ccfc.lstate_leaving */ 4371 0x400b81e2, 0x00010001, /* cond: ccfc.cduld_credit */ 4372 0x400b81e3, 0x00010001, /* cond: ccfc.cduwb_credit */ 4373 0x1e0bc060, 0x00010001, /* cond: qm.INT_STS */ 4374 0x1e0bc061, 0x00010001, /* cond: qm.INT_MASK */ 4375 0x1e0bc064, 0x00010001, /* cond: qm.PRTY_STS */ 4376 0x1e0bc065, 0x00010001, /* cond: qm.PRTY_MASK */ 4377 0x1e0bc106, 0x00010006, /* cond: qm.wrc_fifolvl_0[0:5] */ 4378 0x1e0bc202, 0x00010001, /* cond: qm.OutLdReqCrdConnTx */ 4379 0x1e0bc200, 0x00010001, /* cond: qm.OutLdReqSizeConnTx */ 4380 0x1e0bc203, 0x00010001, /* cond: qm.OutLdReqCrdConnOther */ 4381 0x1e0bc201, 0x00010001, /* cond: qm.OutLdReqSizeConnOther */ 4382 0x1e0bc54e, 0x00010001, /* cond: qm.OvfQNumTx */ 4383 0x1e0bc54f, 0x00010001, /* cond: qm.OvfErrorTx */ 4384 0x1e0bc54e, 0x00000001, /* info: qm.OvfQNumTx mode=all */ 4385 0x1e0bc550, 0x00010001, /* cond: qm.OvfQNumOther */ 4386 0x1e0bc551, 0x00010001, /* cond: qm.OvfErrorOther */ 4387 0x1e0bc550, 0x00000001, /* info: qm.OvfQNumOther mode=all */ 4388 0x1e0bc68e, 0x00010001, /* cond: qm.CmCrd_0 */ 4389 0x1e0bc684, 0x00010001, /* cond: qm.CmInitCrd_0 */ 4390 0x1e0bc68f, 0x00010001, /* cond: qm.CmCrd_1 */ 4391 0x1e0bc685, 0x00010001, /* cond: qm.CmInitCrd_1 */ 4392 0x1e0bc690, 0x00010001, /* cond: qm.CmCrd_2 */ 4393 0x1e0bc686, 0x00010001, /* cond: qm.CmInitCrd_2 */ 4394 0x1e0bc691, 0x00010001, /* cond: qm.CmCrd_3 */ 4395 0x1e0bc687, 0x00010001, /* cond: qm.CmInitCrd_3 */ 4396 0x1e0bc692, 0x00010001, /* cond: qm.CmCrd_4 */ 4397 0x1e0bc688, 0x00010001, /* cond: qm.CmInitCrd_4 */ 4398 0x1e0bc693, 0x00010001, /* cond: qm.CmCrd_5 */ 4399 0x1e0bc689, 0x00010001, /* cond: qm.CmInitCrd_5 */ 4400 0x1e0bc694, 0x00010001, /* cond: qm.CmCrd_6 */ 4401 0x1e0bc68a, 0x00010001, /* cond: qm.CmInitCrd_6 */ 4402 0x1e0bc695, 0x00010001, /* cond: qm.CmCrd_7 */ 4403 0x1e0bc68b, 0x00010001, /* cond: qm.CmInitCrd_7 */ 4404 0x1e0bc696, 0x00010001, /* cond: qm.CmCrd_8 */ 4405 0x1e0bc68c, 0x00010001, /* cond: qm.CmInitCrd_8 */ 4406 0x1e0bc697, 0x00010001, /* cond: qm.CmCrd_9 */ 4407 0x1e0bc68d, 0x00010001, /* cond: qm.CmInitCrd_9 */ 4408 0x3d0c0060, 0x00010001, /* cond: rdif.INT_STS */ 4409 0x3d0c0061, 0x00010001, /* cond: rdif.INT_MASK */ 4410 0x3e0c4060, 0x00010001, /* cond: tdif.INT_STS */ 4411 0x3e0c4061, 0x00010001, /* cond: tdif.INT_MASK */ 4412 0x210d0030, 0x00010001, /* cond: brb.INT_STS_0 */ 4413 0x210d0031, 0x00010001, /* cond: brb.INT_MASK_0 */ 4414 0x218d0600, 0x00000014, /* info: brb.stopped_rd_req[0:4] width=3 access=WB mode=all */ 4415 0x218d0640, 0x00000014, /* info: brb.stopped_rls_req[0:4] width=3 access=WB mode=all */ 4416 0x210d0036, 0x00010001, /* cond: brb.INT_STS_1 */ 4417 0x210d0037, 0x00010001, /* cond: brb.INT_MASK_1 */ 4418 0x210d003c, 0x00010001, /* cond: brb.INT_STS_2 */ 4419 0x210d003d, 0x00010001, /* cond: brb.INT_MASK_2 */ 4420 0x210d0042, 0x00010001, /* cond: brb.INT_STS_3 */ 4421 0x210d0043, 0x00010001, /* cond: brb.INT_MASK_3 */ 4422 0x210d0048, 0x00010001, /* cond: brb.INT_STS_4 */ 4423 0x210d0049, 0x00010001, /* cond: brb.INT_MASK_4 */ 4424 0x218d0600, 0x00000014, /* info: brb.stopped_rd_req[0:4] width=3 access=WB mode=all */ 4425 0x218d0640, 0x00000014, /* info: brb.stopped_rls_req[0:4] width=3 access=WB mode=all */ 4426 0x210d03ec, 0x00010001, /* cond: brb.wc_bandwidth_if_full */ 4427 0x210d03ed, 0x00010001, /* cond: brb.rc_pkt_if_full */ 4428 0x210d03ee, 0x00010005, /* cond: brb.rc_pkt_empty_0[0:4] */ 4429 0x210d041b, 0x00010001, /* cond: brb.rc_sop_empty */ 4430 0x210d0421, 0x00010001, /* cond: brb.ll_arb_empty */ 4431 0x210d0468, 0x00010001, /* cond: brb.stop_packet_counter */ 4432 0x210d0469, 0x00010001, /* cond: brb.stop_byte_counter */ 4433 0x210d046a, 0x00010001, /* cond: brb.rc_pkt_state */ 4434 0x210d0474, 0x00010001, /* cond: brb.mac0_tc_occupancy_0 */ 4435 0x210d0475, 0x00010001, /* cond: brb.mac0_tc_occupancy_1 */ 4436 0x210d0476, 0x00010001, /* cond: brb.mac0_tc_occupancy_2 */ 4437 0x210d0477, 0x00010001, /* cond: brb.mac0_tc_occupancy_3 */ 4438 0x210d0478, 0x00010001, /* cond: brb.mac0_tc_occupancy_4 */ 4439 0x210d0479, 0x00010001, /* cond: brb.mac0_tc_occupancy_5 */ 4440 0x210d047a, 0x00010001, /* cond: brb.mac0_tc_occupancy_6 */ 4441 0x210d047b, 0x00010001, /* cond: brb.mac0_tc_occupancy_7 */ 4442 0x210d047c, 0x00010001, /* cond: brb.mac0_tc_occupancy_8 */ 4443 0x210d0484, 0x00010001, /* cond: brb.mac1_tc_occupancy_0 */ 4444 0x210d0485, 0x00010001, /* cond: brb.mac1_tc_occupancy_1 */ 4445 0x210d0486, 0x00010001, /* cond: brb.mac1_tc_occupancy_2 */ 4446 0x210d0487, 0x00010001, /* cond: brb.mac1_tc_occupancy_3 */ 4447 0x210d0488, 0x00010001, /* cond: brb.mac1_tc_occupancy_4 */ 4448 0x210d0489, 0x00010001, /* cond: brb.mac1_tc_occupancy_5 */ 4449 0x210d048a, 0x00010001, /* cond: brb.mac1_tc_occupancy_6 */ 4450 0x210d048b, 0x00010001, /* cond: brb.mac1_tc_occupancy_7 */ 4451 0x210d048c, 0x00010001, /* cond: brb.mac1_tc_occupancy_8 */ 4452 0x34130017, 0x00010001, /* cond: xyld.pending_msg_to_ext_ev_1_ctr */ 4453 0x34130018, 0x00010001, /* cond: xyld.pending_msg_to_ext_ev_2_ctr */ 4454 0x34130019, 0x00010001, /* cond: xyld.pending_msg_to_ext_ev_3_ctr */ 4455 0x3413001a, 0x00010001, /* cond: xyld.pending_msg_to_ext_ev_4_ctr */ 4456 0x3413001b, 0x00010001, /* cond: xyld.pending_msg_to_ext_ev_5_ctr */ 4457 0x3413001c, 0x00010001, /* cond: xyld.foc_remain_credits */ 4458 0x34130003, 0x00010001, /* cond: xyld.foci_foc_credits */ 4459 0x3413001f, 0x00010001, /* cond: xyld.pci_pending_msg_ctr */ 4460 0x34130039, 0x00010001, /* cond: xyld.dbg_pending_ccfc_req */ 4461 0x3413003a, 0x00010001, /* cond: xyld.dbg_pending_tcfc_req */ 4462 0x31134016, 0x00010001, /* cond: tmld.pending_msg_to_ext_ev_1_ctr */ 4463 0x31134017, 0x00010001, /* cond: tmld.pending_msg_to_ext_ev_2_ctr */ 4464 0x31134018, 0x00010001, /* cond: tmld.pending_msg_to_ext_ev_3_ctr */ 4465 0x31134019, 0x00010001, /* cond: tmld.pending_msg_to_ext_ev_4_ctr */ 4466 0x3113401a, 0x00010001, /* cond: tmld.pending_msg_to_ext_ev_5_ctr */ 4467 0x3113401b, 0x00010001, /* cond: tmld.foc_remain_credits */ 4468 0x31134003, 0x00010001, /* cond: tmld.foci_foc_credits */ 4469 0x31134031, 0x00010001, /* cond: tmld.dbg_pending_ccfc_req */ 4470 0x31134032, 0x00010001, /* cond: tmld.dbg_pending_tcfc_req */ 4471 0x3213801c, 0x00010001, /* cond: muld.pending_msg_to_ext_ev_1_ctr */ 4472 0x3213801d, 0x00010001, /* cond: muld.pending_msg_to_ext_ev_2_ctr */ 4473 0x3213801e, 0x00010001, /* cond: muld.pending_msg_to_ext_ev_3_ctr */ 4474 0x3213801f, 0x00010001, /* cond: muld.pending_msg_to_ext_ev_4_ctr */ 4475 0x32138020, 0x00010001, /* cond: muld.pending_msg_to_ext_ev_5_ctr */ 4476 0x32138021, 0x00010001, /* cond: muld.foc_remain_credits */ 4477 0x32138009, 0x00010001, /* cond: muld.foci_foc_credits */ 4478 0x32138022, 0x00010001, /* cond: muld.bd_pending_msg_ctr */ 4479 0x32138023, 0x00010001, /* cond: muld.sge_pending_msg_ctr */ 4480 0x32138026, 0x00010001, /* cond: muld.pci_pending_msg_ctr */ 4481 0x3213803a, 0x00010001, /* cond: muld.dbg_pending_ccfc_req */ 4482 0x3213803b, 0x00010001, /* cond: muld.dbg_pending_tcfc_req */ 4483 0x4b140010, 0x00010001, /* cond: nig.INT_STS_0 */ 4484 0x4b140011, 0x00010001, /* cond: nig.INT_MASK_0 */ 4485 0x4b140014, 0x00010001, /* cond: nig.INT_STS_1 */ 4486 0x4b140015, 0x00010001, /* cond: nig.INT_MASK_1 */ 4487 0x4b140018, 0x00010001, /* cond: nig.INT_STS_2 */ 4488 0x4b140019, 0x00010001, /* cond: nig.INT_MASK_2 */ 4489 0x4b14001c, 0x00010001, /* cond: nig.INT_STS_3 */ 4490 0x4b14001d, 0x00010001, /* cond: nig.INT_MASK_3 */ 4491 0x4b1406e8, 0x00000001, /* info: nig.flowctrl_mode mode=all */ 4492 0x4b140713, 0x00000001, /* info: nig.rx_flowctrl_status mode=all */ 4493 0x4b140020, 0x00010001, /* cond: nig.INT_STS_4 */ 4494 0x4b140021, 0x00010001, /* cond: nig.INT_MASK_4 */ 4495 0x4b140024, 0x00010001, /* cond: nig.INT_STS_5 */ 4496 0x4b140025, 0x00010001, /* cond: nig.INT_MASK_5 */ 4497 0x4b1406e8, 0x00000001, /* info: nig.flowctrl_mode mode=all */ 4498 0x4b140713, 0x00000001, /* info: nig.rx_flowctrl_status mode=all */ 4499 0x4b140301, 0x00010001, /* cond: nig.lb_sopq_empty */ 4500 0x4b140303, 0x00010001, /* cond: nig.tx_sopq_empty */ 4501 0x4b1404c6, 0x00010001, /* cond: nig.rx_llh_rfifo_empty */ 4502 0x4b1405db, 0x00010001, /* cond: nig.lb_btb_fifo_empty */ 4503 0x4b1405e6, 0x00010001, /* cond: nig.lb_llh_rfifo_empty */ 4504 0x4b140655, 0x00010001, /* cond: nig.rx_ptp_ts_msb_err */ 4505 0x4b140640, 0x00010001, /* cond: nig.rx_ptp_en */ 4506 0x4b1407ff, 0x00010001, /* cond: nig.tx_btb_fifo_empty */ 4507 0x4b140838, 0x00010001, /* cond: nig.debug_fifo_empty */ 4508 0x1715801c, 0x00010001, /* cond: ptu.pxp_err_ctr */ 4509 0x1715801d, 0x00010001, /* cond: ptu.inv_err_ctr */ 4510 0x17158032, 0x00010001, /* cond: ptu.pbf_fill_level */ 4511 0x17158033, 0x00010001, /* cond: ptu.prm_fill_level */ 4512 0x17158060, 0x00010001, /* cond: ptu.INT_STS */ 4513 0x17158061, 0x00010001, /* cond: ptu.INT_MASK */ 4514 0x3f160070, 0x00010001, /* cond: cdu.INT_STS */ 4515 0x3f160073, 0x00010001, /* cond: cdu.INT_MASK */ 4516 0x3f160200, 0x00000001, /* info: cdu.ccfc_cvld_error_data mode=all */ 4517 0x3f160201, 0x00000001, /* info: cdu.tcfc_cvld_error_data mode=all */ 4518 0x3f160202, 0x00000001, /* info: cdu.ccfc_ld_l1_num_error_data mode=all */ 4519 0x3f160203, 0x00000001, /* info: cdu.tcfc_ld_l1_num_error_data mode=all */ 4520 0x3f160204, 0x00000001, /* info: cdu.ccfc_wb_l1_num_error_data mode=all */ 4521 0x3f160205, 0x00000001, /* info: cdu.tcfc_wb_l1_num_error_data mode=all */ 4522 0x3c36019a, 0x00010001, /* cond: pbf.num_pkts_received_with_error */ 4523 0x3c36019b, 0x00010001, /* cond: pbf.num_pkts_sent_with_error_to_btb */ 4524 0x3c36019c, 0x00010001, /* cond: pbf.num_pkts_sent_with_drop_to_btb */ 4525 0x3c3601ac, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq0 */ 4526 0x3c3601ae, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq0 */ 4527 0x3c3601b1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq0 */ 4528 0x3c3601bc, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq1 */ 4529 0x3c3601be, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq1 */ 4530 0x3c3601c1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq1 */ 4531 0x3c3601cc, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq2 */ 4532 0x3c3601ce, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq2 */ 4533 0x3c3601d1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq2 */ 4534 0x3c3601dc, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq3 */ 4535 0x3c3601de, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq3 */ 4536 0x3c3601e1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq3 */ 4537 0x3c3601ec, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq4 */ 4538 0x3c3601ee, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq4 */ 4539 0x3c3601f1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq4 */ 4540 0x3c3601fc, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq5 */ 4541 0x3c3601fe, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq5 */ 4542 0x3c360201, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq5 */ 4543 0x3c36020c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq6 */ 4544 0x3c36020e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq6 */ 4545 0x3c360211, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq6 */ 4546 0x3c36021c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq7 */ 4547 0x3c36021e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq7 */ 4548 0x3c360221, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq7 */ 4549 0x3c36022c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq8 */ 4550 0x3c36022e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq8 */ 4551 0x3c360231, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq8 */ 4552 0x3c36023c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq9 */ 4553 0x3c36023e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq9 */ 4554 0x3c360241, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq9 */ 4555 0x3c36024c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq10 */ 4556 0x3c36024e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq10 */ 4557 0x3c360251, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq10 */ 4558 0x3c36025c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq11 */ 4559 0x3c36025e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq11 */ 4560 0x3c360261, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq11 */ 4561 0x3c36026c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq12 */ 4562 0x3c36026e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq12 */ 4563 0x3c360271, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq12 */ 4564 0x3c36027c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq13 */ 4565 0x3c36027e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq13 */ 4566 0x3c360281, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq13 */ 4567 0x3c36028c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq14 */ 4568 0x3c36028e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq14 */ 4569 0x3c360291, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq14 */ 4570 0x3c36029c, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq15 */ 4571 0x3c36029e, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq15 */ 4572 0x3c3602a1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq15 */ 4573 0x3c3602ac, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq16 */ 4574 0x3c3602ae, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq16 */ 4575 0x3c3602b1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq16 */ 4576 0x3c3602bc, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq17 */ 4577 0x3c3602be, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq17 */ 4578 0x3c3602c1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq17 */ 4579 0x3c3602cc, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq18 */ 4580 0x3c3602ce, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq18 */ 4581 0x3c3602d1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq18 */ 4582 0x3c3602dc, 0x00010001, /* cond: pbf.ycmd_qs_cmd_cnt_voq19 */ 4583 0x3c3602de, 0x00010001, /* cond: pbf.ycmd_qs_occupancy_voq19 */ 4584 0x3c3602e1, 0x00010001, /* cond: pbf.btb_allocated_blocks_voq19 */ 4585 0x3b36c036, 0x00010001, /* cond: btb.INT_STS_1 */ 4586 0x3b36c037, 0x00010001, /* cond: btb.INT_MASK_1 */ 4587 0x3b36c03c, 0x00010001, /* cond: btb.INT_STS_2 */ 4588 0x3b36c03d, 0x00010001, /* cond: btb.INT_MASK_2 */ 4589 0x3b36c042, 0x00010001, /* cond: btb.INT_STS_3 */ 4590 0x3b36c043, 0x00010001, /* cond: btb.INT_MASK_3 */ 4591 0x3b36c244, 0x00010001, /* cond: btb.wc_dup_empty */ 4592 0x3b36c246, 0x00010001, /* cond: btb.wc_dup_status */ 4593 0x3b36c247, 0x00010001, /* cond: btb.wc_empty_0 */ 4594 0x3b36c267, 0x00010001, /* cond: btb.wc_bandwidth_if_full */ 4595 0x3b36c268, 0x00010001, /* cond: btb.rc_pkt_if_full */ 4596 0x3b36c269, 0x00010001, /* cond: btb.rc_pkt_empty_0 */ 4597 0x3b36c26a, 0x00010001, /* cond: btb.rc_pkt_empty_1 */ 4598 0x3b36c26b, 0x00010001, /* cond: btb.rc_pkt_empty_2 */ 4599 0x3b36c26c, 0x00010001, /* cond: btb.rc_pkt_empty_3 */ 4600 0x3b36c296, 0x00010001, /* cond: btb.rc_sop_empty */ 4601 0x3b36c299, 0x00010001, /* cond: btb.ll_arb_empty */ 4602 0x3b36c29c, 0x00010001, /* cond: btb.block_occupancy */ 4603 0x3b36c2ae, 0x00010001, /* cond: btb.rc_pkt_state */ 4604 0x3bb6c480, 0x00030001, /* cond: btb.wc_status_0 width=3 access=WB */ 4605 0x273e0010, 0x00010001, /* cond: xsdm.INT_STS */ 4606 0x273e0011, 0x00010001, /* cond: xsdm.INT_MASK */ 4607 0x273e0109, 0x00000001, /* info: xsdm.inp_queue_err_vect mode=all */ 4608 0x273e0303, 0x00010001, /* cond: xsdm.qm_full */ 4609 0x273e030c, 0x00010001, /* cond: xsdm.rsp_brb_if_full */ 4610 0x273e030d, 0x00010001, /* cond: xsdm.rsp_pxp_if_full */ 4611 0x273e0316, 0x00010001, /* cond: xsdm.dst_pxp_if_full */ 4612 0x273e0317, 0x00010001, /* cond: xsdm.dst_int_ram_if_full */ 4613 0x273e0318, 0x00010001, /* cond: xsdm.dst_pas_buf_if_full */ 4614 0x273e0340, 0x00010001, /* cond: xsdm.int_cmpl_pend_empty */ 4615 0x273e0341, 0x00010001, /* cond: xsdm.int_cprm_pend_empty */ 4616 0x273e0342, 0x00010001, /* cond: xsdm.queue_empty */ 4617 0x273e0343, 0x00010001, /* cond: xsdm.delay_fifo_empty */ 4618 0x273e0346, 0x00010001, /* cond: xsdm.rsp_pxp_rdata_empty */ 4619 0x273e0347, 0x00010001, /* cond: xsdm.rsp_brb_rdata_empty */ 4620 0x273e0348, 0x00010001, /* cond: xsdm.rsp_int_ram_rdata_empty */ 4621 0x273e0349, 0x00010001, /* cond: xsdm.rsp_brb_pend_empty */ 4622 0x273e034a, 0x00010001, /* cond: xsdm.rsp_int_ram_pend_empty */ 4623 0x273e034b, 0x00010001, /* cond: xsdm.dst_pxp_immed_empty */ 4624 0x273e034c, 0x00010001, /* cond: xsdm.dst_pxp_dst_pend_empty */ 4625 0x273e034d, 0x00010001, /* cond: xsdm.dst_pxp_src_pend_empty */ 4626 0x273e034e, 0x00010001, /* cond: xsdm.dst_brb_src_pend_empty */ 4627 0x273e034f, 0x00010001, /* cond: xsdm.dst_brb_src_addr_empty */ 4628 0x273e0350, 0x00010001, /* cond: xsdm.dst_pxp_link_empty */ 4629 0x273e0351, 0x00010001, /* cond: xsdm.dst_int_ram_wait_empty */ 4630 0x273e0352, 0x00010001, /* cond: xsdm.dst_pas_buf_wait_empty */ 4631 0x273e0353, 0x00010001, /* cond: xsdm.sh_delay_empty */ 4632 0x273e0354, 0x00010001, /* cond: xsdm.cm_delay_empty */ 4633 0x273e0355, 0x00010001, /* cond: xsdm.cmsg_que_empty */ 4634 0x273e0356, 0x00010001, /* cond: xsdm.ccfc_load_pend_empty */ 4635 0x273e0357, 0x00010001, /* cond: xsdm.tcfc_load_pend_empty */ 4636 0x273e0358, 0x00010001, /* cond: xsdm.async_host_empty */ 4637 0x273e0359, 0x00010001, /* cond: xsdm.prm_fifo_empty */ 4638 0x283e4010, 0x00010001, /* cond: ysdm.INT_STS */ 4639 0x283e4011, 0x00010001, /* cond: ysdm.INT_MASK */ 4640 0x283e4109, 0x00000001, /* info: ysdm.inp_queue_err_vect mode=all */ 4641 0x283e4303, 0x00010001, /* cond: ysdm.qm_full */ 4642 0x283e430c, 0x00010001, /* cond: ysdm.rsp_brb_if_full */ 4643 0x283e430d, 0x00010001, /* cond: ysdm.rsp_pxp_if_full */ 4644 0x283e4316, 0x00010001, /* cond: ysdm.dst_pxp_if_full */ 4645 0x283e4317, 0x00010001, /* cond: ysdm.dst_int_ram_if_full */ 4646 0x283e4318, 0x00010001, /* cond: ysdm.dst_pas_buf_if_full */ 4647 0x283e4340, 0x00010001, /* cond: ysdm.int_cmpl_pend_empty */ 4648 0x283e4341, 0x00010001, /* cond: ysdm.int_cprm_pend_empty */ 4649 0x283e4342, 0x00010001, /* cond: ysdm.queue_empty */ 4650 0x283e4343, 0x00010001, /* cond: ysdm.delay_fifo_empty */ 4651 0x283e4346, 0x00010001, /* cond: ysdm.rsp_pxp_rdata_empty */ 4652 0x283e4347, 0x00010001, /* cond: ysdm.rsp_brb_rdata_empty */ 4653 0x283e4348, 0x00010001, /* cond: ysdm.rsp_int_ram_rdata_empty */ 4654 0x283e4349, 0x00010001, /* cond: ysdm.rsp_brb_pend_empty */ 4655 0x283e434a, 0x00010001, /* cond: ysdm.rsp_int_ram_pend_empty */ 4656 0x283e434b, 0x00010001, /* cond: ysdm.dst_pxp_immed_empty */ 4657 0x283e434c, 0x00010001, /* cond: ysdm.dst_pxp_dst_pend_empty */ 4658 0x283e434d, 0x00010001, /* cond: ysdm.dst_pxp_src_pend_empty */ 4659 0x283e434e, 0x00010001, /* cond: ysdm.dst_brb_src_pend_empty */ 4660 0x283e434f, 0x00010001, /* cond: ysdm.dst_brb_src_addr_empty */ 4661 0x283e4350, 0x00010001, /* cond: ysdm.dst_pxp_link_empty */ 4662 0x283e4351, 0x00010001, /* cond: ysdm.dst_int_ram_wait_empty */ 4663 0x283e4352, 0x00010001, /* cond: ysdm.dst_pas_buf_wait_empty */ 4664 0x283e4353, 0x00010001, /* cond: ysdm.sh_delay_empty */ 4665 0x283e4354, 0x00010001, /* cond: ysdm.cm_delay_empty */ 4666 0x283e4355, 0x00010001, /* cond: ysdm.cmsg_que_empty */ 4667 0x283e4356, 0x00010001, /* cond: ysdm.ccfc_load_pend_empty */ 4668 0x283e4357, 0x00010001, /* cond: ysdm.tcfc_load_pend_empty */ 4669 0x283e4358, 0x00010001, /* cond: ysdm.async_host_empty */ 4670 0x283e4359, 0x00010001, /* cond: ysdm.prm_fifo_empty */ 4671 0x293e8010, 0x00010001, /* cond: psdm.INT_STS */ 4672 0x293e8011, 0x00010001, /* cond: psdm.INT_MASK */ 4673 0x293e8109, 0x00000001, /* info: psdm.inp_queue_err_vect mode=all */ 4674 0x293e8303, 0x00010001, /* cond: psdm.qm_full */ 4675 0x293e830c, 0x00010001, /* cond: psdm.rsp_brb_if_full */ 4676 0x293e830d, 0x00010001, /* cond: psdm.rsp_pxp_if_full */ 4677 0x293e8316, 0x00010001, /* cond: psdm.dst_pxp_if_full */ 4678 0x293e8317, 0x00010001, /* cond: psdm.dst_int_ram_if_full */ 4679 0x293e8318, 0x00010001, /* cond: psdm.dst_pas_buf_if_full */ 4680 0x293e8340, 0x00010001, /* cond: psdm.int_cmpl_pend_empty */ 4681 0x293e8341, 0x00010001, /* cond: psdm.int_cprm_pend_empty */ 4682 0x293e8342, 0x00010001, /* cond: psdm.queue_empty */ 4683 0x293e8343, 0x00010001, /* cond: psdm.delay_fifo_empty */ 4684 0x293e8346, 0x00010001, /* cond: psdm.rsp_pxp_rdata_empty */ 4685 0x293e8347, 0x00010001, /* cond: psdm.rsp_brb_rdata_empty */ 4686 0x293e8348, 0x00010001, /* cond: psdm.rsp_int_ram_rdata_empty */ 4687 0x293e8349, 0x00010001, /* cond: psdm.rsp_brb_pend_empty */ 4688 0x293e834a, 0x00010001, /* cond: psdm.rsp_int_ram_pend_empty */ 4689 0x293e834b, 0x00010001, /* cond: psdm.dst_pxp_immed_empty */ 4690 0x293e834c, 0x00010001, /* cond: psdm.dst_pxp_dst_pend_empty */ 4691 0x293e834d, 0x00010001, /* cond: psdm.dst_pxp_src_pend_empty */ 4692 0x293e834e, 0x00010001, /* cond: psdm.dst_brb_src_pend_empty */ 4693 0x293e834f, 0x00010001, /* cond: psdm.dst_brb_src_addr_empty */ 4694 0x293e8350, 0x00010001, /* cond: psdm.dst_pxp_link_empty */ 4695 0x293e8351, 0x00010001, /* cond: psdm.dst_int_ram_wait_empty */ 4696 0x293e8352, 0x00010001, /* cond: psdm.dst_pas_buf_wait_empty */ 4697 0x293e8353, 0x00010001, /* cond: psdm.sh_delay_empty */ 4698 0x293e8354, 0x00010001, /* cond: psdm.cm_delay_empty */ 4699 0x293e8355, 0x00010001, /* cond: psdm.cmsg_que_empty */ 4700 0x293e8356, 0x00010001, /* cond: psdm.ccfc_load_pend_empty */ 4701 0x293e8357, 0x00010001, /* cond: psdm.tcfc_load_pend_empty */ 4702 0x293e8358, 0x00010001, /* cond: psdm.async_host_empty */ 4703 0x293e8359, 0x00010001, /* cond: psdm.prm_fifo_empty */ 4704 0x243ec010, 0x00010001, /* cond: tsdm.INT_STS */ 4705 0x243ec011, 0x00010001, /* cond: tsdm.INT_MASK */ 4706 0x243ec109, 0x00000001, /* info: tsdm.inp_queue_err_vect mode=all */ 4707 0x243ec303, 0x00010001, /* cond: tsdm.qm_full */ 4708 0x243ec30c, 0x00010001, /* cond: tsdm.rsp_brb_if_full */ 4709 0x243ec30d, 0x00010001, /* cond: tsdm.rsp_pxp_if_full */ 4710 0x243ec316, 0x00010001, /* cond: tsdm.dst_pxp_if_full */ 4711 0x243ec317, 0x00010001, /* cond: tsdm.dst_int_ram_if_full */ 4712 0x243ec318, 0x00010001, /* cond: tsdm.dst_pas_buf_if_full */ 4713 0x243ec340, 0x00010001, /* cond: tsdm.int_cmpl_pend_empty */ 4714 0x243ec341, 0x00010001, /* cond: tsdm.int_cprm_pend_empty */ 4715 0x243ec342, 0x00010001, /* cond: tsdm.queue_empty */ 4716 0x243ec343, 0x00010001, /* cond: tsdm.delay_fifo_empty */ 4717 0x243ec346, 0x00010001, /* cond: tsdm.rsp_pxp_rdata_empty */ 4718 0x243ec347, 0x00010001, /* cond: tsdm.rsp_brb_rdata_empty */ 4719 0x243ec348, 0x00010001, /* cond: tsdm.rsp_int_ram_rdata_empty */ 4720 0x243ec349, 0x00010001, /* cond: tsdm.rsp_brb_pend_empty */ 4721 0x243ec34a, 0x00010001, /* cond: tsdm.rsp_int_ram_pend_empty */ 4722 0x243ec34b, 0x00010001, /* cond: tsdm.dst_pxp_immed_empty */ 4723 0x243ec34c, 0x00010001, /* cond: tsdm.dst_pxp_dst_pend_empty */ 4724 0x243ec34d, 0x00010001, /* cond: tsdm.dst_pxp_src_pend_empty */ 4725 0x243ec34e, 0x00010001, /* cond: tsdm.dst_brb_src_pend_empty */ 4726 0x243ec34f, 0x00010001, /* cond: tsdm.dst_brb_src_addr_empty */ 4727 0x243ec350, 0x00010001, /* cond: tsdm.dst_pxp_link_empty */ 4728 0x243ec351, 0x00010001, /* cond: tsdm.dst_int_ram_wait_empty */ 4729 0x243ec352, 0x00010001, /* cond: tsdm.dst_pas_buf_wait_empty */ 4730 0x243ec353, 0x00010001, /* cond: tsdm.sh_delay_empty */ 4731 0x243ec354, 0x00010001, /* cond: tsdm.cm_delay_empty */ 4732 0x243ec355, 0x00010001, /* cond: tsdm.cmsg_que_empty */ 4733 0x243ec356, 0x00010001, /* cond: tsdm.ccfc_load_pend_empty */ 4734 0x243ec357, 0x00010001, /* cond: tsdm.tcfc_load_pend_empty */ 4735 0x243ec358, 0x00010001, /* cond: tsdm.async_host_empty */ 4736 0x243ec359, 0x00010001, /* cond: tsdm.prm_fifo_empty */ 4737 0x253f0010, 0x00010001, /* cond: msdm.INT_STS */ 4738 0x253f0011, 0x00010001, /* cond: msdm.INT_MASK */ 4739 0x253f0109, 0x00000001, /* info: msdm.inp_queue_err_vect mode=all */ 4740 0x253f0303, 0x00010001, /* cond: msdm.qm_full */ 4741 0x253f030c, 0x00010001, /* cond: msdm.rsp_brb_if_full */ 4742 0x253f030d, 0x00010001, /* cond: msdm.rsp_pxp_if_full */ 4743 0x253f0316, 0x00010001, /* cond: msdm.dst_pxp_if_full */ 4744 0x253f0317, 0x00010001, /* cond: msdm.dst_int_ram_if_full */ 4745 0x253f0318, 0x00010001, /* cond: msdm.dst_pas_buf_if_full */ 4746 0x253f0340, 0x00010001, /* cond: msdm.int_cmpl_pend_empty */ 4747 0x253f0341, 0x00010001, /* cond: msdm.int_cprm_pend_empty */ 4748 0x253f0342, 0x00010001, /* cond: msdm.queue_empty */ 4749 0x253f0343, 0x00010001, /* cond: msdm.delay_fifo_empty */ 4750 0x253f0346, 0x00010001, /* cond: msdm.rsp_pxp_rdata_empty */ 4751 0x253f0347, 0x00010001, /* cond: msdm.rsp_brb_rdata_empty */ 4752 0x253f0348, 0x00010001, /* cond: msdm.rsp_int_ram_rdata_empty */ 4753 0x253f0349, 0x00010001, /* cond: msdm.rsp_brb_pend_empty */ 4754 0x253f034a, 0x00010001, /* cond: msdm.rsp_int_ram_pend_empty */ 4755 0x253f034b, 0x00010001, /* cond: msdm.dst_pxp_immed_empty */ 4756 0x253f034c, 0x00010001, /* cond: msdm.dst_pxp_dst_pend_empty */ 4757 0x253f034d, 0x00010001, /* cond: msdm.dst_pxp_src_pend_empty */ 4758 0x253f034e, 0x00010001, /* cond: msdm.dst_brb_src_pend_empty */ 4759 0x253f034f, 0x00010001, /* cond: msdm.dst_brb_src_addr_empty */ 4760 0x253f0350, 0x00010001, /* cond: msdm.dst_pxp_link_empty */ 4761 0x253f0351, 0x00010001, /* cond: msdm.dst_int_ram_wait_empty */ 4762 0x253f0352, 0x00010001, /* cond: msdm.dst_pas_buf_wait_empty */ 4763 0x253f0353, 0x00010001, /* cond: msdm.sh_delay_empty */ 4764 0x253f0354, 0x00010001, /* cond: msdm.cm_delay_empty */ 4765 0x253f0355, 0x00010001, /* cond: msdm.cmsg_que_empty */ 4766 0x253f0356, 0x00010001, /* cond: msdm.ccfc_load_pend_empty */ 4767 0x253f0357, 0x00010001, /* cond: msdm.tcfc_load_pend_empty */ 4768 0x253f0358, 0x00010001, /* cond: msdm.async_host_empty */ 4769 0x253f0359, 0x00010001, /* cond: msdm.prm_fifo_empty */ 4770 0x263f4010, 0x00010001, /* cond: usdm.INT_STS */ 4771 0x263f4011, 0x00010001, /* cond: usdm.INT_MASK */ 4772 0x263f4109, 0x00000001, /* info: usdm.inp_queue_err_vect mode=all */ 4773 0x263f4303, 0x00010001, /* cond: usdm.qm_full */ 4774 0x263f430c, 0x00010001, /* cond: usdm.rsp_brb_if_full */ 4775 0x263f430d, 0x00010001, /* cond: usdm.rsp_pxp_if_full */ 4776 0x263f4316, 0x00010001, /* cond: usdm.dst_pxp_if_full */ 4777 0x263f4317, 0x00010001, /* cond: usdm.dst_int_ram_if_full */ 4778 0x263f4318, 0x00010001, /* cond: usdm.dst_pas_buf_if_full */ 4779 0x263f4340, 0x00010001, /* cond: usdm.int_cmpl_pend_empty */ 4780 0x263f4341, 0x00010001, /* cond: usdm.int_cprm_pend_empty */ 4781 0x263f4342, 0x00010001, /* cond: usdm.queue_empty */ 4782 0x263f4343, 0x00010001, /* cond: usdm.delay_fifo_empty */ 4783 0x263f4346, 0x00010001, /* cond: usdm.rsp_pxp_rdata_empty */ 4784 0x263f4347, 0x00010001, /* cond: usdm.rsp_brb_rdata_empty */ 4785 0x263f4348, 0x00010001, /* cond: usdm.rsp_int_ram_rdata_empty */ 4786 0x263f4349, 0x00010001, /* cond: usdm.rsp_brb_pend_empty */ 4787 0x263f434a, 0x00010001, /* cond: usdm.rsp_int_ram_pend_empty */ 4788 0x263f434b, 0x00010001, /* cond: usdm.dst_pxp_immed_empty */ 4789 0x263f434c, 0x00010001, /* cond: usdm.dst_pxp_dst_pend_empty */ 4790 0x263f434d, 0x00010001, /* cond: usdm.dst_pxp_src_pend_empty */ 4791 0x263f434e, 0x00010001, /* cond: usdm.dst_brb_src_pend_empty */ 4792 0x263f434f, 0x00010001, /* cond: usdm.dst_brb_src_addr_empty */ 4793 0x263f4350, 0x00010001, /* cond: usdm.dst_pxp_link_empty */ 4794 0x263f4351, 0x00010001, /* cond: usdm.dst_int_ram_wait_empty */ 4795 0x263f4352, 0x00010001, /* cond: usdm.dst_pas_buf_wait_empty */ 4796 0x263f4353, 0x00010001, /* cond: usdm.sh_delay_empty */ 4797 0x263f4354, 0x00010001, /* cond: usdm.cm_delay_empty */ 4798 0x263f4355, 0x00010001, /* cond: usdm.cmsg_que_empty */ 4799 0x263f4356, 0x00010001, /* cond: usdm.ccfc_load_pend_empty */ 4800 0x263f4357, 0x00010001, /* cond: usdm.tcfc_load_pend_empty */ 4801 0x263f4358, 0x00010001, /* cond: usdm.async_host_empty */ 4802 0x263f4359, 0x00010001, /* cond: usdm.prm_fifo_empty */ 4803 0x1b400060, 0x00010001, /* cond: xcm.INT_STS_0 */ 4804 0x1b400061, 0x00010001, /* cond: xcm.INT_MASK_0 */ 4805 0x1b400064, 0x00010001, /* cond: xcm.INT_STS_1 */ 4806 0x1b400065, 0x00010001, /* cond: xcm.INT_MASK_1 */ 4807 0x1b400068, 0x00010001, /* cond: xcm.INT_STS_2 */ 4808 0x1b400069, 0x00010001, /* cond: xcm.INT_MASK_2 */ 4809 0x1b4002d4, 0x00000001, /* info: xcm.qm_act_st_cnt_err_details mode=all */ 4810 0x1b4001a2, 0x00010001, /* cond: xcm.fi_desc_input_violate */ 4811 0x1b4001a3, 0x00010001, /* cond: xcm.ia_agg_con_part_fill_lvl */ 4812 0x1b4001a4, 0x00010001, /* cond: xcm.ia_sm_con_part_fill_lvl */ 4813 0x1b4001a5, 0x00010001, /* cond: xcm.ia_trans_part_fill_lvl */ 4814 0x1b4001c4, 0x00010001, /* cond: xcm.xx_free_cnt */ 4815 0x1b4001c5, 0x00010001, /* cond: xcm.xx_lcid_cam_fill_lvl */ 4816 0x1b4001cf, 0x00010001, /* cond: xcm.xx_lock_cnt */ 4817 0x1b4001d6, 0x00010001, /* cond: xcm.xx_cbyp_tbl_fill_lvl */ 4818 0x1b40020b, 0x00010001, /* cond: xcm.agg_con_fic_buf_fill_lvl */ 4819 0x1b40020c, 0x00010001, /* cond: xcm.sm_con_fic_buf_fill_lvl */ 4820 0x1b400283, 0x00010001, /* cond: xcm.in_prcs_tbl_fill_lvl */ 4821 0x1b4002a1, 0x00010001, /* cond: xcm.ccfc_init_crd */ 4822 0x1b4002a2, 0x00010001, /* cond: xcm.qm_init_crd0 */ 4823 0x1b4002a3, 0x00010001, /* cond: xcm.qm_init_crd1 */ 4824 0x1b4002a4, 0x00010001, /* cond: xcm.tm_init_crd */ 4825 0x1b4002a5, 0x00010001, /* cond: xcm.fic_init_crd */ 4826 0x1b4002ab, 0x00010001, /* cond: xcm.xsdm_length_mis */ 4827 0x1b4002ac, 0x00010001, /* cond: xcm.ysdm_length_mis */ 4828 0x1b4002ae, 0x00010001, /* cond: xcm.dorq_length_mis */ 4829 0x1b4002af, 0x00010001, /* cond: xcm.pbf_length_mis */ 4830 0x1b4002c0, 0x00010001, /* cond: xcm.is_qm_p_fill_lvl */ 4831 0x1b4002c1, 0x00010001, /* cond: xcm.is_qm_s_fill_lvl */ 4832 0x1b4002c2, 0x00010001, /* cond: xcm.is_tm_fill_lvl */ 4833 0x1b4002c3, 0x00010001, /* cond: xcm.is_storm_fill_lvl */ 4834 0x1b4002c5, 0x00010001, /* cond: xcm.is_xsdm_fill_lvl */ 4835 0x1b4002c6, 0x00010001, /* cond: xcm.is_ysdm_fill_lvl */ 4836 0x1b4002c8, 0x00010001, /* cond: xcm.is_msem_fill_lvl */ 4837 0x1b4002c9, 0x00010001, /* cond: xcm.is_usem_fill_lvl */ 4838 0x1b4002cb, 0x00010001, /* cond: xcm.is_dorq_fill_lvl */ 4839 0x1b4002cc, 0x00010001, /* cond: xcm.is_pbf_fill_lvl */ 4840 0x1c420060, 0x00010001, /* cond: ycm.INT_STS_0 */ 4841 0x1c420061, 0x00010001, /* cond: ycm.INT_MASK_0 */ 4842 0x1c420064, 0x00010001, /* cond: ycm.INT_STS_1 */ 4843 0x1c420065, 0x00010001, /* cond: ycm.INT_MASK_1 */ 4844 0x1c42019b, 0x00010001, /* cond: ycm.fi_desc_input_violate */ 4845 0x1c42019c, 0x00010001, /* cond: ycm.se_desc_input_violate */ 4846 0x1c42019e, 0x00010001, /* cond: ycm.ia_sm_con_part_fill_lvl */ 4847 0x1c42019f, 0x00010001, /* cond: ycm.ia_agg_task_part_fill_lvl */ 4848 0x1c4201a0, 0x00010001, /* cond: ycm.ia_sm_task_part_fill_lvl */ 4849 0x1c4201a1, 0x00010001, /* cond: ycm.ia_trans_part_fill_lvl */ 4850 0x1c4201c4, 0x00010001, /* cond: ycm.xx_free_cnt */ 4851 0x1c4201c5, 0x00010001, /* cond: ycm.xx_lcid_cam_fill_lvl */ 4852 0x1c4201cf, 0x00010001, /* cond: ycm.xx_lock_cnt */ 4853 0x1c4201d6, 0x00010001, /* cond: ycm.xx_cbyp_tbl_fill_lvl */ 4854 0x1c4201d9, 0x00010001, /* cond: ycm.xx_tbyp_tbl_fill_lvl */ 4855 0x1c4201d9, 0x00010001, /* cond: ycm.xx_tbyp_tbl_fill_lvl */ 4856 0x1c420216, 0x00010001, /* cond: ycm.sm_con_fic_buf_fill_lvl */ 4857 0x1c42021e, 0x00010001, /* cond: ycm.agg_task_fic_buf_fill_lvl */ 4858 0x1c42021f, 0x00010001, /* cond: ycm.sm_task_fic_buf_fill_lvl */ 4859 0x1c420283, 0x00010001, /* cond: ycm.in_prcs_tbl_fill_lvl */ 4860 0x1c4202a1, 0x00010001, /* cond: ycm.ccfc_init_crd */ 4861 0x1c4202a2, 0x00010001, /* cond: ycm.tcfc_init_crd */ 4862 0x1c4202a3, 0x00010001, /* cond: ycm.qm_init_crd0 */ 4863 0x1c4202a6, 0x00010001, /* cond: ycm.fic_init_crd */ 4864 0x1c4202ab, 0x00010001, /* cond: ycm.ysdm_length_mis */ 4865 0x1c4202ac, 0x00010001, /* cond: ycm.pbf_length_mis */ 4866 0x1c4202ad, 0x00010001, /* cond: ycm.xyld_length_mis */ 4867 0x1c4202ba, 0x00010001, /* cond: ycm.is_qm_p_fill_lvl */ 4868 0x1c4202bb, 0x00010001, /* cond: ycm.is_qm_s_fill_lvl */ 4869 0x1c4202bc, 0x00010001, /* cond: ycm.is_storm_fill_lvl */ 4870 0x1c4202be, 0x00010001, /* cond: ycm.is_ysdm_fill_lvl */ 4871 0x1c4202bf, 0x00010001, /* cond: ycm.is_xyld_fill_lvl */ 4872 0x1c4202c0, 0x00010001, /* cond: ycm.is_msem_fill_lvl */ 4873 0x1c4202c1, 0x00010001, /* cond: ycm.is_usem_fill_lvl */ 4874 0x1c4202c2, 0x00010001, /* cond: ycm.is_pbf_fill_lvl */ 4875 0x1d440060, 0x00010001, /* cond: pcm.INT_STS_0 */ 4876 0x1d440061, 0x00010001, /* cond: pcm.INT_MASK_0 */ 4877 0x1d440064, 0x00010001, /* cond: pcm.INT_STS_1 */ 4878 0x1d440065, 0x00010001, /* cond: pcm.INT_MASK_1 */ 4879 0x1d440191, 0x00010001, /* cond: pcm.fi_desc_input_violate */ 4880 0x1d440192, 0x00010001, /* cond: pcm.ia_sm_con_part_fill_lvl */ 4881 0x1d440193, 0x00010001, /* cond: pcm.ia_trans_part_fill_lvl */ 4882 0x1d4401c4, 0x00010001, /* cond: pcm.xx_free_cnt */ 4883 0x1d4401c5, 0x00010001, /* cond: pcm.xx_lcid_cam_fill_lvl */ 4884 0x1d4401cf, 0x00010001, /* cond: pcm.xx_lock_cnt */ 4885 0x1d44020a, 0x00010001, /* cond: pcm.sm_con_fic_buf_fill_lvl */ 4886 0x1d440283, 0x00010001, /* cond: pcm.in_prcs_tbl_fill_lvl */ 4887 0x1d4402a1, 0x00010001, /* cond: pcm.ccfc_init_crd */ 4888 0x1d4402a2, 0x00010001, /* cond: pcm.fic_init_crd */ 4889 0x1d4402b2, 0x00010001, /* cond: pcm.is_storm_fill_lvl */ 4890 0x18460060, 0x00010001, /* cond: tcm.INT_STS_0 */ 4891 0x18460061, 0x00010001, /* cond: tcm.INT_MASK_0 */ 4892 0x18460064, 0x00010001, /* cond: tcm.INT_STS_1 */ 4893 0x18460065, 0x00010001, /* cond: tcm.INT_MASK_1 */ 4894 0x1846019b, 0x00010001, /* cond: tcm.fi_desc_input_violate */ 4895 0x1846019c, 0x00010001, /* cond: tcm.se_desc_input_violate */ 4896 0x1846019d, 0x00010001, /* cond: tcm.ia_agg_con_part_fill_lvl */ 4897 0x1846019e, 0x00010001, /* cond: tcm.ia_sm_con_part_fill_lvl */ 4898 0x1846019f, 0x00010001, /* cond: tcm.ia_agg_task_part_fill_lvl */ 4899 0x184601a0, 0x00010001, /* cond: tcm.ia_sm_task_part_fill_lvl */ 4900 0x184601a1, 0x00010001, /* cond: tcm.ia_trans_part_fill_lvl */ 4901 0x184601c4, 0x00010001, /* cond: tcm.xx_free_cnt */ 4902 0x184601c5, 0x00010001, /* cond: tcm.xx_lcid_cam_fill_lvl */ 4903 0x184601cf, 0x00010001, /* cond: tcm.xx_lock_cnt */ 4904 0x184601d6, 0x00010001, /* cond: tcm.xx_cbyp_tbl_fill_lvl */ 4905 0x184601d9, 0x00010001, /* cond: tcm.xx_tbyp_tbl_fill_lvl */ 4906 0x184601d9, 0x00010001, /* cond: tcm.xx_tbyp_tbl_fill_lvl */ 4907 0x18460215, 0x00010001, /* cond: tcm.agg_con_fic_buf_fill_lvl */ 4908 0x18460216, 0x00010001, /* cond: tcm.sm_con_fic_buf_fill_lvl */ 4909 0x1846021e, 0x00010001, /* cond: tcm.agg_task_fic_buf_fill_lvl */ 4910 0x1846021f, 0x00010001, /* cond: tcm.sm_task_fic_buf_fill_lvl */ 4911 0x18460283, 0x00010001, /* cond: tcm.in_prcs_tbl_fill_lvl */ 4912 0x184602a1, 0x00010001, /* cond: tcm.ccfc_init_crd */ 4913 0x184602a2, 0x00010001, /* cond: tcm.tcfc_init_crd */ 4914 0x184602a3, 0x00010001, /* cond: tcm.qm_init_crd0 */ 4915 0x184602a4, 0x00010001, /* cond: tcm.tm_init_crd */ 4916 0x184602a5, 0x00010001, /* cond: tcm.fic_init_crd */ 4917 0x184602ab, 0x00010001, /* cond: tcm.dorq_length_mis */ 4918 0x184602ac, 0x00010001, /* cond: tcm.pbf_length_mis */ 4919 0x184602bb, 0x00010001, /* cond: tcm.is_qm_p_fill_lvl */ 4920 0x184602bc, 0x00010001, /* cond: tcm.is_qm_s_fill_lvl */ 4921 0x184602bd, 0x00010001, /* cond: tcm.is_tm_fill_lvl */ 4922 0x184602be, 0x00010001, /* cond: tcm.is_storm_fill_lvl */ 4923 0x184602c0, 0x00010001, /* cond: tcm.is_msem_fill_lvl */ 4924 0x184602c2, 0x00010001, /* cond: tcm.is_dorq_fill_lvl */ 4925 0x184602c3, 0x00010001, /* cond: tcm.is_pbf_fill_lvl */ 4926 0x19480060, 0x00010001, /* cond: mcm.INT_STS_0 */ 4927 0x19480061, 0x00010001, /* cond: mcm.INT_MASK_0 */ 4928 0x19480064, 0x00010001, /* cond: mcm.INT_STS_1 */ 4929 0x19480065, 0x00010001, /* cond: mcm.INT_MASK_1 */ 4930 0x1948019d, 0x00010001, /* cond: mcm.fi_desc_input_violate */ 4931 0x1948019e, 0x00010001, /* cond: mcm.se_desc_input_violate */ 4932 0x1948019f, 0x00010001, /* cond: mcm.ia_agg_con_part_fill_lvl */ 4933 0x194801a0, 0x00010001, /* cond: mcm.ia_sm_con_part_fill_lvl */ 4934 0x194801a1, 0x00010001, /* cond: mcm.ia_agg_task_part_fill_lvl */ 4935 0x194801a2, 0x00010001, /* cond: mcm.ia_sm_task_part_fill_lvl */ 4936 0x194801a3, 0x00010001, /* cond: mcm.ia_trans_part_fill_lvl */ 4937 0x194801c4, 0x00010001, /* cond: mcm.xx_free_cnt */ 4938 0x194801c5, 0x00010001, /* cond: mcm.xx_lcid_cam_fill_lvl */ 4939 0x194801cf, 0x00010001, /* cond: mcm.xx_lock_cnt */ 4940 0x194801d6, 0x00010001, /* cond: mcm.xx_cbyp_tbl_fill_lvl */ 4941 0x194801d9, 0x00010001, /* cond: mcm.xx_tbyp_tbl_fill_lvl */ 4942 0x194801d9, 0x00010001, /* cond: mcm.xx_tbyp_tbl_fill_lvl */ 4943 0x19480215, 0x00010001, /* cond: mcm.agg_con_fic_buf_fill_lvl */ 4944 0x19480216, 0x00010001, /* cond: mcm.sm_con_fic_buf_fill_lvl */ 4945 0x1948021e, 0x00010001, /* cond: mcm.agg_task_fic_buf_fill_lvl */ 4946 0x1948021f, 0x00010001, /* cond: mcm.sm_task_fic_buf_fill_lvl */ 4947 0x19480283, 0x00010001, /* cond: mcm.in_prcs_tbl_fill_lvl */ 4948 0x194802a1, 0x00010001, /* cond: mcm.ccfc_init_crd */ 4949 0x194802a2, 0x00010001, /* cond: mcm.tcfc_init_crd */ 4950 0x194802a3, 0x00010001, /* cond: mcm.qm_init_crd0 */ 4951 0x194802a6, 0x00010001, /* cond: mcm.fic_init_crd */ 4952 0x194802ab, 0x00010001, /* cond: mcm.ysdm_length_mis */ 4953 0x194802ac, 0x00010001, /* cond: mcm.usdm_length_mis */ 4954 0x194802ad, 0x00010001, /* cond: mcm.pbf_length_mis */ 4955 0x194802ae, 0x00010001, /* cond: mcm.tmld_length_mis */ 4956 0x194802bc, 0x00010001, /* cond: mcm.is_qm_p_fill_lvl */ 4957 0x194802bd, 0x00010001, /* cond: mcm.is_qm_s_fill_lvl */ 4958 0x194802be, 0x00010001, /* cond: mcm.is_storm_fill_lvl */ 4959 0x194802c0, 0x00010001, /* cond: mcm.is_ysdm_fill_lvl */ 4960 0x194802c1, 0x00010001, /* cond: mcm.is_usdm_fill_lvl */ 4961 0x194802c2, 0x00010001, /* cond: mcm.is_tmld_fill_lvl */ 4962 0x194802c3, 0x00010001, /* cond: mcm.is_usem_fill_lvl */ 4963 0x194802c5, 0x00010001, /* cond: mcm.is_pbf_fill_lvl */ 4964 0x1a4a0060, 0x00010001, /* cond: ucm.INT_STS_0 */ 4965 0x1a4a0061, 0x00010001, /* cond: ucm.INT_MASK_0 */ 4966 0x1a4a0064, 0x00010001, /* cond: ucm.INT_STS_1 */ 4967 0x1a4a0065, 0x00010001, /* cond: ucm.INT_MASK_1 */ 4968 0x1a4a01a3, 0x00010001, /* cond: ucm.fi_desc_input_violate */ 4969 0x1a4a01a4, 0x00010001, /* cond: ucm.se_desc_input_violate */ 4970 0x1a4a01a5, 0x00010001, /* cond: ucm.ia_agg_con_part_fill_lvl */ 4971 0x1a4a01a6, 0x00010001, /* cond: ucm.ia_sm_con_part_fill_lvl */ 4972 0x1a4a01a7, 0x00010001, /* cond: ucm.ia_agg_task_part_fill_lvl */ 4973 0x1a4a01a8, 0x00010001, /* cond: ucm.ia_sm_task_part_fill_lvl */ 4974 0x1a4a01a9, 0x00010001, /* cond: ucm.ia_trans_part_fill_lvl */ 4975 0x1a4a01c4, 0x00010001, /* cond: ucm.xx_free_cnt */ 4976 0x1a4a01c5, 0x00010001, /* cond: ucm.xx_lcid_cam_fill_lvl */ 4977 0x1a4a01cf, 0x00010001, /* cond: ucm.xx_lock_cnt */ 4978 0x1a4a01d6, 0x00010001, /* cond: ucm.xx_cbyp_tbl_fill_lvl */ 4979 0x1a4a01d9, 0x00010001, /* cond: ucm.xx_tbyp_tbl_fill_lvl */ 4980 0x1a4a01d9, 0x00010001, /* cond: ucm.xx_tbyp_tbl_fill_lvl */ 4981 0x1a4a0215, 0x00010001, /* cond: ucm.agg_con_fic_buf_fill_lvl */ 4982 0x1a4a0216, 0x00010001, /* cond: ucm.sm_con_fic_buf_fill_lvl */ 4983 0x1a4a021e, 0x00010001, /* cond: ucm.agg_task_fic_buf_fill_lvl */ 4984 0x1a4a021f, 0x00010001, /* cond: ucm.sm_task_fic_buf_fill_lvl */ 4985 0x1a4a0283, 0x00010001, /* cond: ucm.in_prcs_tbl_fill_lvl */ 4986 0x1a4a02a1, 0x00010001, /* cond: ucm.ccfc_init_crd */ 4987 0x1a4a02a2, 0x00010001, /* cond: ucm.tcfc_init_crd */ 4988 0x1a4a02a3, 0x00010001, /* cond: ucm.qm_init_crd0 */ 4989 0x1a4a02a4, 0x00010001, /* cond: ucm.tm_init_crd */ 4990 0x1a4a02a5, 0x00010001, /* cond: ucm.fic_init_crd */ 4991 0x1a4a02ab, 0x00010001, /* cond: ucm.ysdm_length_mis */ 4992 0x1a4a02ac, 0x00010001, /* cond: ucm.usdm_length_mis */ 4993 0x1a4a02ad, 0x00010001, /* cond: ucm.dorq_length_mis */ 4994 0x1a4a02ae, 0x00010001, /* cond: ucm.pbf_length_mis */ 4995 0x1a4a02af, 0x00010001, /* cond: ucm.rdif_length_mis */ 4996 0x1a4a02b0, 0x00010001, /* cond: ucm.tdif_length_mis */ 4997 0x1a4a02b1, 0x00010001, /* cond: ucm.muld_length_mis */ 4998 0x1a4a02c3, 0x00010001, /* cond: ucm.is_qm_p_fill_lvl */ 4999 0x1a4a02c4, 0x00010001, /* cond: ucm.is_qm_s_fill_lvl */ 5000 0x1a4a02c5, 0x00010001, /* cond: ucm.is_tm_fill_lvl */ 5001 0x1a4a02c6, 0x00010001, /* cond: ucm.is_storm_fill_lvl */ 5002 0x1a4a02c8, 0x00010001, /* cond: ucm.is_ysdm_fill_lvl */ 5003 0x1a4a02c9, 0x00010001, /* cond: ucm.is_usdm_fill_lvl */ 5004 0x1a4a02ca, 0x00010001, /* cond: ucm.is_rdif_fill_lvl */ 5005 0x1a4a02cb, 0x00010001, /* cond: ucm.is_tdif_fill_lvl */ 5006 0x1a4a02cc, 0x00010001, /* cond: ucm.is_muld_fill_lvl */ 5007 0x1a4a02ce, 0x00010001, /* cond: ucm.is_dorq_fill_lvl */ 5008 0x1a4a02cf, 0x00010001, /* cond: ucm.is_pbf_fill_lvl */ 5009 0x2d500010, 0x00010001, /* cond: xsem.INT_STS_0 */ 5010 0x2d500011, 0x00010001, /* cond: xsem.INT_MASK_0 */ 5011 0x2d500014, 0x00010001, /* cond: xsem.INT_STS_1 */ 5012 0x2d500015, 0x00010001, /* cond: xsem.INT_MASK_1 */ 5013 0x2d500032, 0x00010001, /* cond: xsem.PRTY_STS */ 5014 0x2d500033, 0x00010001, /* cond: xsem.PRTY_MASK */ 5015 0x2d500110, 0x00010001, /* cond: xsem.pf_err_vector */ 5016 0x2d5001a0, 0x00010001, /* cond: xsem.foc_credit */ 5017 0x2d5001a0, 0x01010001, /* cond: xsem.foc_credit[1] */ 5018 0x2d500441, 0x00010001, /* cond: xsem.ext_pas_empty */ 5019 0x2d500448, 0x00010002, /* cond: xsem.fic_empty[0:1] */ 5020 0x2d500454, 0x00010001, /* cond: xsem.slow_ext_store_empty */ 5021 0x2d500455, 0x00010001, /* cond: xsem.slow_ext_load_empty */ 5022 0x2d500456, 0x00010001, /* cond: xsem.slow_ram_rd_empty */ 5023 0x2d500457, 0x00010001, /* cond: xsem.slow_ram_wr_empty */ 5024 0x2d500458, 0x00010001, /* cond: xsem.sync_dbg_empty */ 5025 0x2d500481, 0x00010001, /* cond: xsem.ext_store_if_full */ 5026 0x2d500491, 0x00010001, /* cond: xsem.ram_if_full */ 5027 0x2e540010, 0x00010001, /* cond: ysem.INT_STS_0 */ 5028 0x2e540011, 0x00010001, /* cond: ysem.INT_MASK_0 */ 5029 0x2e540014, 0x00010001, /* cond: ysem.INT_STS_1 */ 5030 0x2e540015, 0x00010001, /* cond: ysem.INT_MASK_1 */ 5031 0x2e540032, 0x00010001, /* cond: ysem.PRTY_STS */ 5032 0x2e540033, 0x00010001, /* cond: ysem.PRTY_MASK */ 5033 0x2e540110, 0x00010001, /* cond: ysem.pf_err_vector */ 5034 0x2e5401a0, 0x01010001, /* cond: ysem.foc_credit[1] */ 5035 0x2e5401a0, 0x02010001, /* cond: ysem.foc_credit[2] */ 5036 0x2e5401a0, 0x03010001, /* cond: ysem.foc_credit[3] */ 5037 0x2e5401a0, 0x05010001, /* cond: ysem.foc_credit[5] */ 5038 0x2e5401a0, 0x04010001, /* cond: ysem.foc_credit[4] */ 5039 0x2e5401a0, 0x00010001, /* cond: ysem.foc_credit */ 5040 0x2e540441, 0x00010001, /* cond: ysem.ext_pas_empty */ 5041 0x2e540448, 0x00010002, /* cond: ysem.fic_empty[0:1] */ 5042 0x2e540454, 0x00010001, /* cond: ysem.slow_ext_store_empty */ 5043 0x2e540455, 0x00010001, /* cond: ysem.slow_ext_load_empty */ 5044 0x2e540456, 0x00010001, /* cond: ysem.slow_ram_rd_empty */ 5045 0x2e540457, 0x00010001, /* cond: ysem.slow_ram_wr_empty */ 5046 0x2e540458, 0x00010001, /* cond: ysem.sync_dbg_empty */ 5047 0x2e540481, 0x00010001, /* cond: ysem.ext_store_if_full */ 5048 0x2e540491, 0x00010001, /* cond: ysem.ram_if_full */ 5049 0x2f580010, 0x00010001, /* cond: psem.INT_STS_0 */ 5050 0x2f580011, 0x00010001, /* cond: psem.INT_MASK_0 */ 5051 0x2f580014, 0x00010001, /* cond: psem.INT_STS_1 */ 5052 0x2f580015, 0x00010001, /* cond: psem.INT_MASK_1 */ 5053 0x2f580032, 0x00010001, /* cond: psem.PRTY_STS */ 5054 0x2f580033, 0x00010001, /* cond: psem.PRTY_MASK */ 5055 0x2f580110, 0x00010001, /* cond: psem.pf_err_vector */ 5056 0x2f5801a0, 0x00010001, /* cond: psem.foc_credit */ 5057 0x2f5801a0, 0x01010001, /* cond: psem.foc_credit[1] */ 5058 0x2f580441, 0x00010001, /* cond: psem.ext_pas_empty */ 5059 0x2f580448, 0x00010001, /* cond: psem.fic_empty */ 5060 0x2f580454, 0x00010001, /* cond: psem.slow_ext_store_empty */ 5061 0x2f580455, 0x00010001, /* cond: psem.slow_ext_load_empty */ 5062 0x2f580456, 0x00010001, /* cond: psem.slow_ram_rd_empty */ 5063 0x2f580457, 0x00010001, /* cond: psem.slow_ram_wr_empty */ 5064 0x2f580458, 0x00010001, /* cond: psem.sync_dbg_empty */ 5065 0x2f580481, 0x00010001, /* cond: psem.ext_store_if_full */ 5066 0x2f580491, 0x00010001, /* cond: psem.ram_if_full */ 5067 0x2a5c0010, 0x00010001, /* cond: tsem.INT_STS_0 */ 5068 0x2a5c0011, 0x00010001, /* cond: tsem.INT_MASK_0 */ 5069 0x2a5c0014, 0x00010001, /* cond: tsem.INT_STS_1 */ 5070 0x2a5c0015, 0x00010001, /* cond: tsem.INT_MASK_1 */ 5071 0x2a5c0032, 0x00010001, /* cond: tsem.PRTY_STS */ 5072 0x2a5c0033, 0x00010001, /* cond: tsem.PRTY_MASK */ 5073 0x2a5c0110, 0x00010001, /* cond: tsem.pf_err_vector */ 5074 0x2a5c01a0, 0x01010001, /* cond: tsem.foc_credit[1] */ 5075 0x2a5c01a0, 0x00010001, /* cond: tsem.foc_credit */ 5076 0x2a5c0441, 0x00010001, /* cond: tsem.ext_pas_empty */ 5077 0x2a5c0448, 0x00010001, /* cond: tsem.fic_empty */ 5078 0x2a5c0454, 0x00010001, /* cond: tsem.slow_ext_store_empty */ 5079 0x2a5c0455, 0x00010001, /* cond: tsem.slow_ext_load_empty */ 5080 0x2a5c0456, 0x00010001, /* cond: tsem.slow_ram_rd_empty */ 5081 0x2a5c0457, 0x00010001, /* cond: tsem.slow_ram_wr_empty */ 5082 0x2a5c0458, 0x00010001, /* cond: tsem.sync_dbg_empty */ 5083 0x2a5c0481, 0x00010001, /* cond: tsem.ext_store_if_full */ 5084 0x2a5c0491, 0x00010001, /* cond: tsem.ram_if_full */ 5085 0x2b600010, 0x00010001, /* cond: msem.INT_STS_0 */ 5086 0x2b600011, 0x00010001, /* cond: msem.INT_MASK_0 */ 5087 0x2b600014, 0x00010001, /* cond: msem.INT_STS_1 */ 5088 0x2b600015, 0x00010001, /* cond: msem.INT_MASK_1 */ 5089 0x2b600032, 0x00010001, /* cond: msem.PRTY_STS */ 5090 0x2b600033, 0x00010001, /* cond: msem.PRTY_MASK */ 5091 0x2b600110, 0x00010001, /* cond: msem.pf_err_vector */ 5092 0x2b6001a0, 0x01010001, /* cond: msem.foc_credit[1] */ 5093 0x2b6001a0, 0x00010001, /* cond: msem.foc_credit */ 5094 0x2b6001a0, 0x04010001, /* cond: msem.foc_credit[4] */ 5095 0x2b6001a0, 0x05010001, /* cond: msem.foc_credit[5] */ 5096 0x2b6001a0, 0x03010001, /* cond: msem.foc_credit[3] */ 5097 0x2b6001a0, 0x02010001, /* cond: msem.foc_credit[2] */ 5098 0x2b600441, 0x00010001, /* cond: msem.ext_pas_empty */ 5099 0x2b600448, 0x00010001, /* cond: msem.fic_empty */ 5100 0x2b600454, 0x00010001, /* cond: msem.slow_ext_store_empty */ 5101 0x2b600455, 0x00010001, /* cond: msem.slow_ext_load_empty */ 5102 0x2b600456, 0x00010001, /* cond: msem.slow_ram_rd_empty */ 5103 0x2b600457, 0x00010001, /* cond: msem.slow_ram_wr_empty */ 5104 0x2b600458, 0x00010001, /* cond: msem.sync_dbg_empty */ 5105 0x2b600481, 0x00010001, /* cond: msem.ext_store_if_full */ 5106 0x2b600491, 0x00010001, /* cond: msem.ram_if_full */ 5107 0x2c640010, 0x00010001, /* cond: usem.INT_STS_0 */ 5108 0x2c640011, 0x00010001, /* cond: usem.INT_MASK_0 */ 5109 0x2c640014, 0x00010001, /* cond: usem.INT_STS_1 */ 5110 0x2c640015, 0x00010001, /* cond: usem.INT_MASK_1 */ 5111 0x2c640032, 0x00010001, /* cond: usem.PRTY_STS */ 5112 0x2c640033, 0x00010001, /* cond: usem.PRTY_MASK */ 5113 0x2c640110, 0x00010001, /* cond: usem.pf_err_vector */ 5114 0x2c6401a0, 0x02010001, /* cond: usem.foc_credit[2] */ 5115 0x2c6401a0, 0x03010001, /* cond: usem.foc_credit[3] */ 5116 0x2c6401a0, 0x00010001, /* cond: usem.foc_credit */ 5117 0x2c6401a0, 0x01010001, /* cond: usem.foc_credit[1] */ 5118 0x2c6401a0, 0x04010001, /* cond: usem.foc_credit[4] */ 5119 0x2c640441, 0x00010001, /* cond: usem.ext_pas_empty */ 5120 0x2c640448, 0x00010001, /* cond: usem.fic_empty */ 5121 0x2c640454, 0x00010001, /* cond: usem.slow_ext_store_empty */ 5122 0x2c640455, 0x00010001, /* cond: usem.slow_ext_load_empty */ 5123 0x2c640456, 0x00010001, /* cond: usem.slow_ram_rd_empty */ 5124 0x2c640457, 0x00010001, /* cond: usem.slow_ram_wr_empty */ 5125 0x2c640458, 0x00010001, /* cond: usem.sync_dbg_empty */ 5126 0x2c640481, 0x00010001, /* cond: usem.ext_store_if_full */ 5127 0x2c640491, 0x00010001, /* cond: usem.ram_if_full */ 5128 0x0a015000, 0x00010001, /* cond: pcie.PRTY_STS_H_0 */ 5129 0x42060220, 0x00010009, /* cond: igu.pending_bits_status[0:8] */ 5130 0x42060240, 0x00010009, /* cond: igu.write_done_pending[0:8] */ 5131 0x050860ba, 0x00010001, /* cond: cnig.INT_STS */ 5132 0x050860bb, 0x00010001, /* cond: cnig.INT_MASK */ 5133 0x050860a7, 0x00150001, /* info: cnig.cnig_dbg_fifo_error mode=!(k2|e5) */ 5134 0x050860d2, 0x00010001, /* cond: cnig.PRTY_STS */ 5135 0x050860d3, 0x00010001, /* cond: cnig.PRTY_MASK */ 5136 0x0d0a8018, 0x00010001, /* cond: pswhst.vf_disabled_error_valid */ 5137 0x0d0a8017, 0x00000001, /* info: pswhst.vf_disabled_error_data mode=all */ 5138 0x040aa80e, 0x00010001, /* cond: pglue_b.flr_request_vf_223_192 */ 5139 0x040aa80f, 0x00010001, /* cond: pglue_b.flr_request_vf_255_224 */ 5140 0x040aa83c, 0x00010001, /* cond: pglue_b.incorrect_rcv_details */ 5141 0x040aa843, 0x00010001, /* cond: pglue_b.was_error_vf_223_192 */ 5142 0x040aa844, 0x00010001, /* cond: pglue_b.was_error_vf_255_224 */ 5143 0x040aab92, 0x00010001, /* cond: pglue_b.tags_159_128 */ 5144 0x040aab93, 0x00010001, /* cond: pglue_b.tags_191_160 */ 5145 0x040aab94, 0x00010001, /* cond: pglue_b.tags_223_192 */ 5146 0x040aab95, 0x00010001, /* cond: pglue_b.tags_255_224 */ 5147 0x1e8bc300, 0x00020040, /* cond: qm.PtrTblOther[0:63] width=2 access=WB */ 5148 0x1e8bc300, 0x00020040, /* cond: qm.PtrTblOther[0:63] width=2 access=WB */ 5149 0x1e0bc410, 0x0001000e, /* cond: qm.QstatusTx_0[0:13] */ 5150 0x1e0bc430, 0x00010002, /* cond: qm.QstatusOther_0[0:1] */ 5151 0x1e0bc560, 0x10010001, /* cond: qm.VoqCrdLine[16] */ 5152 0x1e0bc5a0, 0x10010001, /* cond: qm.VoqInitCrdLine[16] */ 5153 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5154 0x1e0bc560, 0x00010012, /* cond: qm.VoqCrdLine[0:17] */ 5155 0x1e0bc5a0, 0x00010012, /* cond: qm.VoqInitCrdLine[0:17] */ 5156 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5157 0x1e0bc560, 0x00010008, /* cond: qm.VoqCrdLine[0:7] */ 5158 0x1e0bc5a0, 0x00010008, /* cond: qm.VoqInitCrdLine[0:7] */ 5159 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5160 0x1e0bc5e0, 0x00010008, /* cond: qm.VoqCrdByte[0:7] */ 5161 0x1e0bc620, 0x00010008, /* cond: qm.VoqInitCrdByte[0:7] */ 5162 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5163 0x1e0bc5e0, 0x10010001, /* cond: qm.VoqCrdByte[16] */ 5164 0x1e0bc620, 0x10010001, /* cond: qm.VoqInitCrdByte[16] */ 5165 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5166 0x1e0bc5e0, 0x00010012, /* cond: qm.VoqCrdByte[0:17] */ 5167 0x1e0bc620, 0x00010012, /* cond: qm.VoqInitCrdByte[0:17] */ 5168 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5169 0x1e8bf800, 0x000201c0, /* cond: qm.PtrTblTx[0:447] width=2 access=WB */ 5170 0x1e8bf800, 0x000201c0, /* cond: qm.PtrTblTx[0:447] width=2 access=WB */ 5171 0x210d03cc, 0x00010004, /* cond: brb.wc_empty_0[0:3] */ 5172 0x210d041e, 0x00010001, /* cond: brb.rc_eop_empty */ 5173 0x218d06c0, 0x00030004, /* cond: brb.wc_status_0[0:3] width=3 access=WB */ 5174 0x4b140028, 0x00010001, /* cond: nig.PRTY_STS */ 5175 0x4b140029, 0x00010001, /* cond: nig.PRTY_MASK */ 5176 0x4b1422db, 0x00000001, /* info: nig.rx_parity_err mode=all */ 5177 0x4b1422dc, 0x00000001, /* info: nig.tx_parity_err mode=all */ 5178 0x4b1422dd, 0x00000001, /* info: nig.lb_parity_err mode=all */ 5179 0x3b36c030, 0x00010001, /* cond: btb.INT_STS_0 */ 5180 0x3b36c031, 0x00010001, /* cond: btb.INT_MASK_0 */ 5181 0x3bb6c400, 0x00000008, /* info: btb.stopped_rd_req[0:3] width=2 access=WB mode=all */ 5182 0x3bb6c440, 0x00000008, /* info: btb.stopped_rls_req[0:3] width=2 access=WB mode=all */ 5183 0x3b36c048, 0x00010001, /* cond: btb.INT_STS_4 */ 5184 0x3b36c049, 0x00010001, /* cond: btb.INT_MASK_4 */ 5185 0x3bb6c400, 0x00000008, /* info: btb.stopped_rd_req[0:3] width=2 access=WB mode=all */ 5186 0x3bb6c440, 0x00000008, /* info: btb.stopped_rls_req[0:3] width=2 access=WB mode=all */ 5187 0x1b4002aa, 0x00010001, /* cond: xcm.msdm_length_mis */ 5188 0x1b4002c4, 0x00010001, /* cond: xcm.is_msdm_fill_lvl */ 5189 0x1b4002ca, 0x00010001, /* cond: xcm.is_ysem_fill_lvl */ 5190 0x1b401000, 0x000101c0, /* cond: xcm.qm_act_st_cnt[0:447] */ 5191 0x1c4202aa, 0x00010001, /* cond: ycm.msdm_length_mis */ 5192 0x1c4202bd, 0x00010001, /* cond: ycm.is_msdm_fill_lvl */ 5193 0x1d4402aa, 0x00010001, /* cond: pcm.psdm_length_mis */ 5194 0x1d4402b3, 0x00010001, /* cond: pcm.is_psdm_fill_lvl */ 5195 0x184602aa, 0x00010001, /* cond: tcm.tsdm_length_mis */ 5196 0x184602bf, 0x00010001, /* cond: tcm.is_tsdm_fill_lvl */ 5197 0x194802aa, 0x00010001, /* cond: mcm.msdm_length_mis */ 5198 0x194802bf, 0x00010001, /* cond: mcm.is_msdm_fill_lvl */ 5199 0x194802c4, 0x00010001, /* cond: mcm.is_ysem_fill_lvl */ 5200 0x2dd00108, 0x00040001, /* cond: xsem.vf_err_vector width=4 access=WB */ 5201 0x2ed40108, 0x00040001, /* cond: ysem.vf_err_vector width=4 access=WB */ 5202 0x2fd80108, 0x00040001, /* cond: psem.vf_err_vector width=4 access=WB */ 5203 0x2adc0108, 0x00040001, /* cond: tsem.vf_err_vector width=4 access=WB */ 5204 0x2be00108, 0x00040001, /* cond: msem.vf_err_vector width=4 access=WB */ 5205 0x2ce40108, 0x00040001, /* cond: usem.vf_err_vector width=4 access=WB */ 5206 0x0a015000, 0x00010001, /* cond: pcie.PRTY_STS_H_0 */ 5207 0x0a015001, 0x00010001, /* cond: pcie.PRTY_MASK_H_0 */ 5208 0x42060220, 0x0001000c, /* cond: igu.pending_bits_status[0:11] */ 5209 0x42060240, 0x0001000c, /* cond: igu.write_done_pending[0:11] */ 5210 0x0d0a8018, 0x00010001, /* cond: pswhst.vf_disabled_error_valid */ 5211 0x0d0a8017, 0x00000001, /* info: pswhst.vf_disabled_error_data mode=all */ 5212 0x1e0bc410, 0x00010010, /* cond: qm.QstatusTx_0[0:15] */ 5213 0x1e0bc430, 0x00010004, /* cond: qm.QstatusOther_0[0:3] */ 5214 0x1e0bc560, 0x00010008, /* cond: qm.VoqCrdLine[0:7] */ 5215 0x1e0bc5a0, 0x00010008, /* cond: qm.VoqInitCrdLine[0:7] */ 5216 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5217 0x1e0bc560, 0x00010014, /* cond: qm.VoqCrdLine[0:19] */ 5218 0x1e0bc5a0, 0x00010014, /* cond: qm.VoqInitCrdLine[0:19] */ 5219 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5220 0x1e0bc560, 0x10010001, /* cond: qm.VoqCrdLine[16] */ 5221 0x1e0bc5a0, 0x10010001, /* cond: qm.VoqInitCrdLine[16] */ 5222 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5223 0x1e0bc5e0, 0x10010001, /* cond: qm.VoqCrdByte[16] */ 5224 0x1e0bc620, 0x10010001, /* cond: qm.VoqInitCrdByte[16] */ 5225 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5226 0x1e0bc5e0, 0x00010014, /* cond: qm.VoqCrdByte[0:19] */ 5227 0x1e0bc620, 0x00010014, /* cond: qm.VoqInitCrdByte[0:19] */ 5228 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5229 0x1e0bc5e0, 0x00010008, /* cond: qm.VoqCrdByte[0:7] */ 5230 0x1e0bc620, 0x00010008, /* cond: qm.VoqInitCrdByte[0:7] */ 5231 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5232 0x210d03cc, 0x00010008, /* cond: brb.wc_empty_0[0:7] */ 5233 0x218d06c0, 0x00030008, /* cond: brb.wc_status_0[0:7] width=3 access=WB */ 5234 0x3b36c030, 0x00010001, /* cond: btb.INT_STS_0 */ 5235 0x3b36c031, 0x00010001, /* cond: btb.INT_MASK_0 */ 5236 0x3bb6c400, 0x00000010, /* info: btb.stopped_rd_req[0:7] width=2 access=WB mode=all */ 5237 0x3bb6c440, 0x00000010, /* info: btb.stopped_rls_req[0:7] width=2 access=WB mode=all */ 5238 0x3b36c048, 0x00010001, /* cond: btb.INT_STS_4 */ 5239 0x3b36c049, 0x00010001, /* cond: btb.INT_MASK_4 */ 5240 0x3bb6c400, 0x00000010, /* info: btb.stopped_rd_req[0:7] width=2 access=WB mode=all */ 5241 0x3bb6c440, 0x00000010, /* info: btb.stopped_rls_req[0:7] width=2 access=WB mode=all */ 5242 0x1b4002aa, 0x00010001, /* cond: xcm.msdm_length_mis */ 5243 0x1b4002c4, 0x00010001, /* cond: xcm.is_msdm_fill_lvl */ 5244 0x1b4002ca, 0x00010001, /* cond: xcm.is_ysem_fill_lvl */ 5245 0x1c4202aa, 0x00010001, /* cond: ycm.msdm_length_mis */ 5246 0x1c4202bd, 0x00010001, /* cond: ycm.is_msdm_fill_lvl */ 5247 0x1d4402aa, 0x00010001, /* cond: pcm.psdm_length_mis */ 5248 0x1d4402b3, 0x00010001, /* cond: pcm.is_psdm_fill_lvl */ 5249 0x184602aa, 0x00010001, /* cond: tcm.tsdm_length_mis */ 5250 0x184602bf, 0x00010001, /* cond: tcm.is_tsdm_fill_lvl */ 5251 0x194802aa, 0x00010001, /* cond: mcm.msdm_length_mis */ 5252 0x194802bf, 0x00010001, /* cond: mcm.is_msdm_fill_lvl */ 5253 0x194802c4, 0x00010001, /* cond: mcm.is_ysem_fill_lvl */ 5254 0x14090279, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_7 */ 5255 0x140902d8, 0x00010001, /* cond: pswrq2.max_srs_vq7 */ 5256 0x1409027a, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_8 */ 5257 0x140902d9, 0x00010001, /* cond: pswrq2.max_srs_vq8 */ 5258 0x1409027c, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_10 */ 5259 0x140902db, 0x00010001, /* cond: pswrq2.max_srs_vq10 */ 5260 0x1409027f, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_13 */ 5261 0x140902de, 0x00010001, /* cond: pswrq2.max_srs_vq13 */ 5262 0x14090280, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_14 */ 5263 0x140902df, 0x00010001, /* cond: pswrq2.max_srs_vq14 */ 5264 0x14090286, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_20 */ 5265 0x140902e5, 0x00010001, /* cond: pswrq2.max_srs_vq20 */ 5266 0x1409028b, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_25 */ 5267 0x140902ea, 0x00010001, /* cond: pswrq2.max_srs_vq25 */ 5268 0x1409028d, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_27 */ 5269 0x140902ec, 0x00010001, /* cond: pswrq2.max_srs_vq27 */ 5270 0x14090291, 0x00010001, /* cond: pswrq2.sr_cnt_per_vq_31 */ 5271 0x140902f0, 0x00010001, /* cond: pswrq2.max_srs_vq31 */ 5272 0x1409029a, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_7 */ 5273 0x14090258, 0x00010001, /* cond: pswrq2.max_blks_vq7 */ 5274 0x1409029b, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_8 */ 5275 0x14090259, 0x00010001, /* cond: pswrq2.max_blks_vq8 */ 5276 0x1409029d, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_10 */ 5277 0x1409025b, 0x00010001, /* cond: pswrq2.max_blks_vq10 */ 5278 0x140902a0, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_13 */ 5279 0x1409025e, 0x00010001, /* cond: pswrq2.max_blks_vq13 */ 5280 0x140902a1, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_14 */ 5281 0x1409025f, 0x00010001, /* cond: pswrq2.max_blks_vq14 */ 5282 0x140902a7, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_20 */ 5283 0x14090265, 0x00010001, /* cond: pswrq2.max_blks_vq20 */ 5284 0x140902ac, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_25 */ 5285 0x1409026a, 0x00010001, /* cond: pswrq2.max_blks_vq25 */ 5286 0x140902ae, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_27 */ 5287 0x1409026c, 0x00010001, /* cond: pswrq2.max_blks_vq27 */ 5288 0x140902b2, 0x00010001, /* cond: pswrq2.blk_cnt_per_vq_31 */ 5289 0x14090270, 0x00010001, /* cond: pswrq2.max_blks_vq31 */ 5290 0x1f0b0064, 0x00010001, /* cond: tm.INT_STS_1 */ 5291 0x1f0b0064, 0x00010001, /* cond: tm.INT_STS_1 */ 5292 0x15000841, 0x00010001, /* cond: pglcs.pgl_cs.UNCORR_ERR_STATUS_OFF */ 5293 0x15000841, 0x00010001, /* cond: pglcs.pgl_cs.UNCORR_ERR_STATUS_OFF */ 5294 0x15000841, 0x00010001, /* cond: pglcs.pgl_cs.UNCORR_ERR_STATUS_OFF */ 5295 0x15000847, 0x00010004, /* cond: pglcs.pgl_cs.HDR_LOG_0_OFF[0:3] */ 5296 0x15000e0c, 0x00010001, /* cond: pglcs.syncfifo_pop_underflow */ 5297 0x15000e0d, 0x00010001, /* cond: pglcs.syncfifo_push_overflow */ 5298 0x15000e0e, 0x00010001, /* cond: pglcs.tx_syncfifo_pop_status */ 5299 0x0a0151e8, 0x00010001, /* cond: pcie.INT_STS */ 5300 0x05086086, 0x00010001, /* cond: cnig.INT_STS */ 5301 0x05086087, 0x00010001, /* cond: cnig.INT_MASK */ 5302 0x050860a7, 0x00150001, /* info: cnig.cnig_dbg_fifo_error mode=!(k2|e5) */ 5303 0x0508608b, 0x00010001, /* cond: cnig.PRTY_STS */ 5304 0x0508608c, 0x00010001, /* cond: cnig.PRTY_MASK */ 5305 0x040aabf1, 0x00010001, /* cond: pglue_b.syncfifo_push_overflow */ 5306 0x040aabf2, 0x00010001, /* cond: pglue_b.syncfifo_pop_underflow */ 5307 0x040aabf3, 0x00010001, /* cond: pglue_b.rxh_syncfifo_pop_status */ 5308 0x040aabf4, 0x00010001, /* cond: pglue_b.rxd_syncfifo_pop_status */ 5309 0x040aabf3, 0x00250001, /* info: pglue_b.rxh_syncfifo_pop_status mode=!bb */ 5310 0x1e8bc300, 0x00020080, /* cond: qm.PtrTblOther[0:127] width=2 access=WB */ 5311 0x1e8bc300, 0x00020080, /* cond: qm.PtrTblOther[0:127] width=2 access=WB */ 5312 0x1e8bf800, 0x00020200, /* cond: qm.PtrTblTx[0:511] width=2 access=WB */ 5313 0x1e8bf800, 0x00020200, /* cond: qm.PtrTblTx[0:511] width=2 access=WB */ 5314 0x210d041e, 0x00010001, /* cond: brb.rc_eop_empty */ 5315 0x210d0494, 0x00010001, /* cond: brb.mac2_tc_occupancy_0 */ 5316 0x210d0495, 0x00010001, /* cond: brb.mac2_tc_occupancy_1 */ 5317 0x210d0496, 0x00010001, /* cond: brb.mac2_tc_occupancy_2 */ 5318 0x210d0497, 0x00010001, /* cond: brb.mac2_tc_occupancy_3 */ 5319 0x210d0498, 0x00010001, /* cond: brb.mac2_tc_occupancy_4 */ 5320 0x210d04a4, 0x00010001, /* cond: brb.mac3_tc_occupancy_0 */ 5321 0x210d04a5, 0x00010001, /* cond: brb.mac3_tc_occupancy_1 */ 5322 0x210d04a6, 0x00010001, /* cond: brb.mac3_tc_occupancy_2 */ 5323 0x210d04a7, 0x00010001, /* cond: brb.mac3_tc_occupancy_3 */ 5324 0x210d04a8, 0x00010001, /* cond: brb.mac3_tc_occupancy_4 */ 5325 0x4b140028, 0x00010001, /* cond: nig.INT_STS_6 */ 5326 0x4b140029, 0x00010001, /* cond: nig.INT_MASK_6 */ 5327 0x4b14002c, 0x00010001, /* cond: nig.INT_STS_7 */ 5328 0x4b14002d, 0x00010001, /* cond: nig.INT_MASK_7 */ 5329 0x4b1406e8, 0x00000001, /* info: nig.flowctrl_mode mode=all */ 5330 0x4b140713, 0x00000001, /* info: nig.rx_flowctrl_status mode=all */ 5331 0x4b140030, 0x00010001, /* cond: nig.INT_STS_8 */ 5332 0x4b140031, 0x00010001, /* cond: nig.INT_MASK_8 */ 5333 0x4b140034, 0x00010001, /* cond: nig.INT_STS_9 */ 5334 0x4b140035, 0x00010001, /* cond: nig.INT_MASK_9 */ 5335 0x4b1406e8, 0x00000001, /* info: nig.flowctrl_mode mode=all */ 5336 0x4b140713, 0x00000001, /* info: nig.rx_flowctrl_status mode=all */ 5337 0x4b140038, 0x00010001, /* cond: nig.PRTY_STS */ 5338 0x4b140039, 0x00010001, /* cond: nig.PRTY_MASK */ 5339 0x4b1422db, 0x00000001, /* info: nig.rx_parity_err mode=all */ 5340 0x4b1422dc, 0x00000001, /* info: nig.tx_parity_err mode=all */ 5341 0x4b1422dd, 0x00000001, /* info: nig.lb_parity_err mode=all */ 5342 0x501c0003, 0x00010001, /* cond: nws.common_status */ 5343 0x501c0003, 0x00010001, /* cond: nws.common_status */ 5344 0x501c0060, 0x00010001, /* cond: nws.INT_STS_0 */ 5345 0x501c0080, 0x00010001, /* cond: nws.PRTY_STS_H_0 */ 5346 0x501c0081, 0x00010001, /* cond: nws.PRTY_MASK_H_0 */ 5347 0x501c9827, 0x00010001, /* cond: nws.nws_cmu.ln0_top_phy_if_status */ 5348 0x501c0000, 0x00010001, /* cond: nws.common_control */ 5349 0x501ca027, 0x00010001, /* cond: nws.nws_cmu.ln1_top_phy_if_status */ 5350 0x501c0000, 0x00010001, /* cond: nws.common_control */ 5351 0x501ca827, 0x00010001, /* cond: nws.nws_cmu.ln2_top_phy_if_status */ 5352 0x501c0000, 0x00010001, /* cond: nws.common_control */ 5353 0x501cb027, 0x00010001, /* cond: nws.nws_cmu.ln3_top_phy_if_status */ 5354 0x501c0000, 0x00010001, /* cond: nws.common_control */ 5355 0x4f200001, 0x00010001, /* cond: nwm.INT_STS */ 5356 0x4f200001, 0x00010001, /* cond: nwm.INT_STS */ 5357 0x4f200080, 0x00010001, /* cond: nwm.PRTY_STS_H_0 */ 5358 0x4f200081, 0x00010001, /* cond: nwm.PRTY_MASK_H_0 */ 5359 0x4f200084, 0x00010001, /* cond: nwm.PRTY_STS_H_1 */ 5360 0x4f200085, 0x00010001, /* cond: nwm.PRTY_MASK_H_1 */ 5361 0x4f200088, 0x00010001, /* cond: nwm.PRTY_STS_H_2 */ 5362 0x4f200089, 0x00010001, /* cond: nwm.PRTY_MASK_H_2 */ 5363 0x3b36c26d, 0x00010001, /* cond: btb.rc_pkt_empty_4 */ 5364 0x3b36c26e, 0x00010001, /* cond: btb.rc_pkt_empty_5 */ 5365 0x3b36c26f, 0x00010001, /* cond: btb.rc_pkt_empty_6 */ 5366 0x3b36c270, 0x00010001, /* cond: btb.rc_pkt_empty_7 */ 5367 0x1b401000, 0x00010200, /* cond: xcm.qm_act_st_cnt[0:511] */ 5368 0x2dd00108, 0x00080001, /* cond: xsem.vf_err_vector width=8 access=WB */ 5369 0x2ed40108, 0x00080001, /* cond: ysem.vf_err_vector width=8 access=WB */ 5370 0x2fd80108, 0x00080001, /* cond: psem.vf_err_vector width=8 access=WB */ 5371 0x2adc0108, 0x00080001, /* cond: tsem.vf_err_vector width=8 access=WB */ 5372 0x2be00108, 0x00080001, /* cond: msem.vf_err_vector width=8 access=WB */ 5373 0x2ce40108, 0x00080001, /* cond: usem.vf_err_vector width=8 access=WB */ 5374 0x15000841, 0x00010001, /* cond: pglcs.pgl_cs.uc_err_status */ 5375 0x15000841, 0x00010001, /* cond: pglcs.pgl_cs.uc_err_status */ 5376 0x15000841, 0x00010001, /* cond: pglcs.pgl_cs.uc_err_status */ 5377 0x15000847, 0x00010004, /* cond: pglcs.pgl_cs.header_log1[0:3] */ 5378 0x15000a05, 0x00010001, /* cond: pglcs.pgl_cs.tl_ctrlstat_5 */ 5379 0x15000a05, 0x00010001, /* cond: pglcs.pgl_cs.tl_ctrlstat_5 */ 5380 0x15000a15, 0x00010001, /* cond: pglcs.pgl_cs.tl_func345_stat */ 5381 0x15000a17, 0x00010001, /* cond: pglcs.pgl_cs.tl_func678_stat */ 5382 0x15000c10, 0x00010001, /* cond: pglcs.pgl_cs.DLATTN_VEC */ 5383 0x01002464, 0x00010001, /* cond: miscs.INT_STS_1 */ 5384 0x01002465, 0x00010001, /* cond: miscs.INT_MASK_1 */ 5385 0x42060084, 0x00010001, /* cond: igu.PRTY_STS_H_1 */ 5386 0x42060085, 0x00010001, /* cond: igu.PRTY_MASK_H_1 */ 5387 0x4b140391, 0x00010001, /* cond: nig.rx_macfifo_empty */ 5388 0x42060220, 0x00010010, /* cond: igu.pending_bits_status[0:15] */ 5389 0x42060240, 0x00010010, /* cond: igu.write_done_pending[0:15] */ 5390 0x1e0bfe80, 0x10010001, /* cond: qm.VoqCrdLine[16] */ 5391 0x1e0bfec0, 0x10010001, /* cond: qm.VoqInitCrdLine[16] */ 5392 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5393 0x1e0bfe80, 0x00010008, /* cond: qm.VoqCrdLine[0:7] */ 5394 0x1e0bfec0, 0x00010008, /* cond: qm.VoqInitCrdLine[0:7] */ 5395 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5396 0x1e0bfe80, 0x00010024, /* cond: qm.VoqCrdLine[0:35] */ 5397 0x1e0bfec0, 0x00010024, /* cond: qm.VoqInitCrdLine[0:35] */ 5398 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5399 0x1e0bff00, 0x00010008, /* cond: qm.VoqCrdByte[0:7] */ 5400 0x1e0bff40, 0x00010008, /* cond: qm.VoqInitCrdByte[0:7] */ 5401 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5402 0x1e0bff00, 0x10010001, /* cond: qm.VoqCrdByte[16] */ 5403 0x1e0bff40, 0x10010001, /* cond: qm.VoqInitCrdByte[16] */ 5404 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5405 0x1e0bff00, 0x00010024, /* cond: qm.VoqCrdByte[0:35] */ 5406 0x1e0bff40, 0x00010024, /* cond: qm.VoqInitCrdByte[0:35] */ 5407 0x02002300, 0x00010001, /* cond: misc.port_mode */ 5408 0x3b36c030, 0x00010001, /* cond: btb.INT_STS_0 */ 5409 0x3b36c031, 0x00010001, /* cond: btb.INT_MASK_0 */ 5410 0x3bb6c400, 0x00000020, /* info: btb.stopped_rd_req[0:7] width=3 access=WB mode=all */ 5411 0x3bb6c440, 0x00000010, /* info: btb.stopped_rls_req[0:7] width=2 access=WB mode=all */ 5412 0x3b36c048, 0x00010001, /* cond: btb.INT_STS_4 */ 5413 0x3b36c049, 0x00010001, /* cond: btb.INT_MASK_4 */ 5414 0x3bb6c400, 0x00000020, /* info: btb.stopped_rd_req[0:7] width=3 access=WB mode=all */ 5415 0x3bb6c440, 0x00000010, /* info: btb.stopped_rls_req[0:7] width=2 access=WB mode=all */ 5416 0x1b400792, 0x00010001, /* cond: xcm.msdm_length_mis */ 5417 0x1b400794, 0x00010001, /* cond: xcm.is_msdm_fill_lvl */ 5418 0x1b4007c3, 0x00010001, /* cond: xcm.is_ysem_fill_lvl */ 5419 0x1c4207b2, 0x00010001, /* cond: ycm.msdm_length_mis */ 5420 0x1c4207b4, 0x00010001, /* cond: ycm.is_msdm_fill_lvl */ 5421 0x1d4405d6, 0x00010001, /* cond: pcm.psdm_length_mis */ 5422 0x1d4405d8, 0x00010001, /* cond: pcm.is_psdm_fill_lvl */ 5423 0x184606c2, 0x00010001, /* cond: tcm.tsdm_length_mis */ 5424 0x184606c4, 0x00010001, /* cond: tcm.is_tsdm_fill_lvl */ 5425 0x19480a42, 0x00010001, /* cond: mcm.msdm_length_mis */ 5426 0x19480a44, 0x00010001, /* cond: mcm.is_msdm_fill_lvl */ 5427 0x19480a83, 0x00010001, /* cond: mcm.is_ysem_fill_lvl */ 5428 0x16003080, 0x00010001, /* cond: dmae.PRTY_STS_H_0 */ 5429 0x16003081, 0x00010001, /* cond: dmae.PRTY_MASK_H_0 */ 5430 0x4a004080, 0x00010001, /* cond: dbg.PRTY_STS_H_0 */ 5431 0x4a004081, 0x00010001, /* cond: dbg.PRTY_MASK_H_0 */ 5432 0x08014c00, 0x00010001, /* cond: opte.PRTY_STS_H_0 */ 5433 0x08014c01, 0x00010001, /* cond: opte.PRTY_MASK_H_0 */ 5434 0x20040080, 0x00010001, /* cond: dorq.PRTY_STS_H_0 */ 5435 0x20040081, 0x00010001, /* cond: dorq.PRTY_MASK_H_0 */ 5436 0x42060080, 0x00010001, /* cond: igu.PRTY_STS_H_0 */ 5437 0x42060081, 0x00010001, /* cond: igu.PRTY_MASK_H_0 */ 5438 0x2307c081, 0x00010001, /* cond: prs.PRTY_STS_H_0 */ 5439 0x2307c082, 0x00010001, /* cond: prs.PRTY_MASK_H_0 */ 5440 0x2307c085, 0x00010001, /* cond: prs.PRTY_STS_H_1 */ 5441 0x2307c086, 0x00010001, /* cond: prs.PRTY_MASK_H_1 */ 5442 0x2307c2d4, 0x00010001, /* cond: prs.prs_pkt_ct */ 5443 0x2307c3c3, 0x00010001, /* cond: prs.tcm_current_credit */ 5444 0x3708c080, 0x00010001, /* cond: prm.PRTY_STS_H_0 */ 5445 0x3708c081, 0x00010001, /* cond: prm.PRTY_MASK_H_0 */ 5446 0x3008e280, 0x00010001, /* cond: rss.PRTY_STS_H_0 */ 5447 0x3008e281, 0x00010001, /* cond: rss.PRTY_MASK_H_0 */ 5448 0x3008e30e, 0x00010001, /* cond: rss.empty_status */ 5449 0x3008e30f, 0x00010001, /* cond: rss.full_status */ 5450 0x3008e310, 0x00010001, /* cond: rss.counters_status */ 5451 0x3008e311, 0x00010001, /* cond: rss.state_machines */ 5452 0x120a6c80, 0x00010001, /* cond: pswwr2.PRTY_STS_H_0 */ 5453 0x120a6c81, 0x00010001, /* cond: pswwr2.PRTY_MASK_H_0 */ 5454 0x120a6c84, 0x00010001, /* cond: pswwr2.PRTY_STS_H_1 */ 5455 0x120a6c85, 0x00010001, /* cond: pswwr2.PRTY_MASK_H_1 */ 5456 0x120a6c88, 0x00010001, /* cond: pswwr2.PRTY_STS_H_2 */ 5457 0x120a6c89, 0x00010001, /* cond: pswwr2.PRTY_MASK_H_2 */ 5458 0x120a6c8c, 0x00010001, /* cond: pswwr2.PRTY_STS_H_3 */ 5459 0x120a6c8d, 0x00010001, /* cond: pswwr2.PRTY_MASK_H_3 */ 5460 0x0d0a8080, 0x00010001, /* cond: pswhst.PRTY_STS_H_0 */ 5461 0x0d0a8081, 0x00010001, /* cond: pswhst.PRTY_MASK_H_0 */ 5462 0x040aa080, 0x00010001, /* cond: pglue_b.PRTY_STS_H_0 */ 5463 0x040aa081, 0x00010001, /* cond: pglue_b.PRTY_MASK_H_0 */ 5464 0x1f0b0080, 0x00010001, /* cond: tm.PRTY_STS_H_0 */ 5465 0x1f0b0081, 0x00010001, /* cond: tm.PRTY_MASK_H_0 */ 5466 0x410b4080, 0x00010001, /* cond: tcfc.PRTY_STS_H_0 */ 5467 0x410b4081, 0x00010001, /* cond: tcfc.PRTY_MASK_H_0 */ 5468 0x400b8080, 0x00010001, /* cond: ccfc.PRTY_STS_H_0 */ 5469 0x400b8081, 0x00010001, /* cond: ccfc.PRTY_MASK_H_0 */ 5470 0x1e0bc080, 0x00010001, /* cond: qm.PRTY_STS_H_0 */ 5471 0x1e0bc081, 0x00010001, /* cond: qm.PRTY_MASK_H_0 */ 5472 0x1e0bc084, 0x00010001, /* cond: qm.PRTY_STS_H_1 */ 5473 0x1e0bc085, 0x00010001, /* cond: qm.PRTY_MASK_H_1 */ 5474 0x1e0bc088, 0x00010001, /* cond: qm.PRTY_STS_H_2 */ 5475 0x1e0bc089, 0x00010001, /* cond: qm.PRTY_MASK_H_2 */ 5476 0x3e0c4080, 0x00010001, /* cond: tdif.PRTY_STS_H_0 */ 5477 0x3e0c4081, 0x00010001, /* cond: tdif.PRTY_MASK_H_0 */ 5478 0x210d0100, 0x00010001, /* cond: brb.PRTY_STS_H_0 */ 5479 0x210d0101, 0x00010001, /* cond: brb.PRTY_MASK_H_0 */ 5480 0x210d0104, 0x00010001, /* cond: brb.PRTY_STS_H_1 */ 5481 0x210d0105, 0x00010001, /* cond: brb.PRTY_MASK_H_1 */ 5482 0x34130080, 0x00010001, /* cond: xyld.PRTY_STS_H_0 */ 5483 0x34130081, 0x00010001, /* cond: xyld.PRTY_MASK_H_0 */ 5484 0x33132013, 0x00010001, /* cond: yuld.pending_msg_to_ext_ev_1_ctr */ 5485 0x33132014, 0x00010001, /* cond: yuld.pending_msg_to_ext_ev_2_ctr */ 5486 0x33132015, 0x00010001, /* cond: yuld.pending_msg_to_ext_ev_3_ctr */ 5487 0x33132016, 0x00010001, /* cond: yuld.pending_msg_to_ext_ev_4_ctr */ 5488 0x33132017, 0x00010001, /* cond: yuld.pending_msg_to_ext_ev_5_ctr */ 5489 0x33132018, 0x00010001, /* cond: yuld.foc_remain_credits */ 5490 0x33132003, 0x00010001, /* cond: yuld.foci_foc_credits */ 5491 0x3313202c, 0x00010001, /* cond: yuld.dbg_pending_ccfc_req */ 5492 0x3313202d, 0x00010001, /* cond: yuld.dbg_pending_tcfc_req */ 5493 0x33132080, 0x00010001, /* cond: yuld.PRTY_STS_H_0 */ 5494 0x33132081, 0x00010001, /* cond: yuld.PRTY_MASK_H_0 */ 5495 0x31134080, 0x00010001, /* cond: tmld.PRTY_STS_H_0 */ 5496 0x31134081, 0x00010001, /* cond: tmld.PRTY_MASK_H_0 */ 5497 0x32138080, 0x00010001, /* cond: muld.PRTY_STS_H_0 */ 5498 0x32138081, 0x00010001, /* cond: muld.PRTY_MASK_H_0 */ 5499 0x4b140080, 0x00010001, /* cond: nig.PRTY_STS_H_0 */ 5500 0x4b140081, 0x00010001, /* cond: nig.PRTY_MASK_H_0 */ 5501 0x4b140084, 0x00010001, /* cond: nig.PRTY_STS_H_1 */ 5502 0x4b140085, 0x00010001, /* cond: nig.PRTY_MASK_H_1 */ 5503 0x4b140088, 0x00010001, /* cond: nig.PRTY_STS_H_2 */ 5504 0x4b140089, 0x00010001, /* cond: nig.PRTY_MASK_H_2 */ 5505 0x4b14008c, 0x00010001, /* cond: nig.PRTY_STS_H_3 */ 5506 0x4b14008d, 0x00010001, /* cond: nig.PRTY_MASK_H_3 */ 5507 0x4b140394, 0x00010001, /* cond: nig.tx_macfifo_empty */ 5508 0x17158080, 0x00010001, /* cond: ptu.PRTY_STS_H_0 */ 5509 0x17158081, 0x00010001, /* cond: ptu.PRTY_MASK_H_0 */ 5510 0x3f160080, 0x00010001, /* cond: cdu.PRTY_STS_H_0 */ 5511 0x3f160081, 0x00010001, /* cond: cdu.PRTY_MASK_H_0 */ 5512 0x3c360080, 0x00010001, /* cond: pbf.PRTY_STS_H_0 */ 5513 0x3c360081, 0x00010001, /* cond: pbf.PRTY_MASK_H_0 */ 5514 0x3c360084, 0x00010001, /* cond: pbf.PRTY_STS_H_1 */ 5515 0x3c360085, 0x00010001, /* cond: pbf.PRTY_MASK_H_1 */ 5516 0x3b36c100, 0x00010001, /* cond: btb.PRTY_STS_H_0 */ 5517 0x3b36c101, 0x00010001, /* cond: btb.PRTY_MASK_H_0 */ 5518 0x273e0080, 0x00010001, /* cond: xsdm.PRTY_STS_H_0 */ 5519 0x273e0081, 0x00010001, /* cond: xsdm.PRTY_MASK_H_0 */ 5520 0x283e4080, 0x00010001, /* cond: ysdm.PRTY_STS_H_0 */ 5521 0x283e4081, 0x00010001, /* cond: ysdm.PRTY_MASK_H_0 */ 5522 0x293e8080, 0x00010001, /* cond: psdm.PRTY_STS_H_0 */ 5523 0x293e8081, 0x00010001, /* cond: psdm.PRTY_MASK_H_0 */ 5524 0x243ec080, 0x00010001, /* cond: tsdm.PRTY_STS_H_0 */ 5525 0x243ec081, 0x00010001, /* cond: tsdm.PRTY_MASK_H_0 */ 5526 0x253f0080, 0x00010001, /* cond: msdm.PRTY_STS_H_0 */ 5527 0x253f0081, 0x00010001, /* cond: msdm.PRTY_MASK_H_0 */ 5528 0x263f4080, 0x00010001, /* cond: usdm.PRTY_STS_H_0 */ 5529 0x263f4081, 0x00010001, /* cond: usdm.PRTY_MASK_H_0 */ 5530 0x1b400080, 0x00010001, /* cond: xcm.PRTY_STS_H_0 */ 5531 0x1b400081, 0x00010001, /* cond: xcm.PRTY_MASK_H_0 */ 5532 0x1b400084, 0x00010001, /* cond: xcm.PRTY_STS_H_1 */ 5533 0x1b400085, 0x00010001, /* cond: xcm.PRTY_MASK_H_1 */ 5534 0x1c420080, 0x00010001, /* cond: ycm.PRTY_STS_H_0 */ 5535 0x1c420081, 0x00010001, /* cond: ycm.PRTY_MASK_H_0 */ 5536 0x1c420084, 0x00010001, /* cond: ycm.PRTY_STS_H_1 */ 5537 0x1c420085, 0x00010001, /* cond: ycm.PRTY_MASK_H_1 */ 5538 0x1d440080, 0x00010001, /* cond: pcm.PRTY_STS_H_0 */ 5539 0x1d440081, 0x00010001, /* cond: pcm.PRTY_MASK_H_0 */ 5540 0x1d4402ab, 0x00010001, /* cond: pcm.pbf_length_mis */ 5541 0x1d4402b4, 0x00010001, /* cond: pcm.is_pbf_fill_lvl */ 5542 0x18460080, 0x00010001, /* cond: tcm.PRTY_STS_H_0 */ 5543 0x18460081, 0x00010001, /* cond: tcm.PRTY_MASK_H_0 */ 5544 0x18460084, 0x00010001, /* cond: tcm.PRTY_STS_H_1 */ 5545 0x18460085, 0x00010001, /* cond: tcm.PRTY_MASK_H_1 */ 5546 0x184602ad, 0x00010001, /* cond: tcm.prs_length_mis */ 5547 0x184602c4, 0x00010001, /* cond: tcm.is_prs_fill_lvl */ 5548 0x19480080, 0x00010001, /* cond: mcm.PRTY_STS_H_0 */ 5549 0x19480081, 0x00010001, /* cond: mcm.PRTY_MASK_H_0 */ 5550 0x19480084, 0x00010001, /* cond: mcm.PRTY_STS_H_1 */ 5551 0x19480085, 0x00010001, /* cond: mcm.PRTY_MASK_H_1 */ 5552 0x1a4a0080, 0x00010001, /* cond: ucm.PRTY_STS_H_0 */ 5553 0x1a4a0081, 0x00010001, /* cond: ucm.PRTY_MASK_H_0 */ 5554 0x1a4a0084, 0x00010001, /* cond: ucm.PRTY_STS_H_1 */ 5555 0x1a4a0085, 0x00010001, /* cond: ucm.PRTY_MASK_H_1 */ 5556 0x1a4a02b2, 0x00010001, /* cond: ucm.yuld_length_mis */ 5557 0x1a4a02cd, 0x00010001, /* cond: ucm.is_yuld_fill_lvl */ 5558 0x2d500080, 0x00010001, /* cond: xsem.PRTY_STS_H_0 */ 5559 0x2d500081, 0x00010001, /* cond: xsem.PRTY_MASK_H_0 */ 5560 0x2d5002c1, 0x00010001, /* cond: xsem.thread_error */ 5561 0x2d5002c2, 0x00010001, /* cond: xsem.thread_rdy */ 5562 0x2d5002c4, 0x00010001, /* cond: xsem.thread_valid */ 5563 0x2d500440, 0x00010001, /* cond: xsem.dra_empty */ 5564 0x2d500450, 0x00010001, /* cond: xsem.slow_dbg_empty */ 5565 0x2d500451, 0x00010001, /* cond: xsem.slow_dra_fin_empty */ 5566 0x2d500452, 0x00010001, /* cond: xsem.slow_dra_rd_empty */ 5567 0x2d500453, 0x00010001, /* cond: xsem.slow_dra_wr_empty */ 5568 0x2d500459, 0x00010001, /* cond: xsem.thread_fifo_empty */ 5569 0x2d500490, 0x00010001, /* cond: xsem.pas_if_full */ 5570 0x2d5004c2, 0x00010001, /* cond: xsem.thread_orun_num */ 5571 0x2d500505, 0x00010001, /* cond: xsem.dbg_if_full */ 5572 0x2e540080, 0x00010001, /* cond: ysem.PRTY_STS_H_0 */ 5573 0x2e540081, 0x00010001, /* cond: ysem.PRTY_MASK_H_0 */ 5574 0x2e5402c1, 0x00010001, /* cond: ysem.thread_error */ 5575 0x2e5402c2, 0x00010001, /* cond: ysem.thread_rdy */ 5576 0x2e5402c4, 0x00010001, /* cond: ysem.thread_valid */ 5577 0x2e540440, 0x00010001, /* cond: ysem.dra_empty */ 5578 0x2e540450, 0x00010001, /* cond: ysem.slow_dbg_empty */ 5579 0x2e540451, 0x00010001, /* cond: ysem.slow_dra_fin_empty */ 5580 0x2e540452, 0x00010001, /* cond: ysem.slow_dra_rd_empty */ 5581 0x2e540453, 0x00010001, /* cond: ysem.slow_dra_wr_empty */ 5582 0x2e540459, 0x00010001, /* cond: ysem.thread_fifo_empty */ 5583 0x2e540490, 0x00010001, /* cond: ysem.pas_if_full */ 5584 0x2e5404c2, 0x00010001, /* cond: ysem.thread_orun_num */ 5585 0x2e540505, 0x00010001, /* cond: ysem.dbg_if_full */ 5586 0x2f580080, 0x00010001, /* cond: psem.PRTY_STS_H_0 */ 5587 0x2f580081, 0x00010001, /* cond: psem.PRTY_MASK_H_0 */ 5588 0x2f5802c1, 0x00010001, /* cond: psem.thread_error */ 5589 0x2f5802c2, 0x00010001, /* cond: psem.thread_rdy */ 5590 0x2f5802c4, 0x00010001, /* cond: psem.thread_valid */ 5591 0x2f580440, 0x00010001, /* cond: psem.dra_empty */ 5592 0x2f580450, 0x00010001, /* cond: psem.slow_dbg_empty */ 5593 0x2f580451, 0x00010001, /* cond: psem.slow_dra_fin_empty */ 5594 0x2f580452, 0x00010001, /* cond: psem.slow_dra_rd_empty */ 5595 0x2f580453, 0x00010001, /* cond: psem.slow_dra_wr_empty */ 5596 0x2f580459, 0x00010001, /* cond: psem.thread_fifo_empty */ 5597 0x2f580490, 0x00010001, /* cond: psem.pas_if_full */ 5598 0x2f5804c2, 0x00010001, /* cond: psem.thread_orun_num */ 5599 0x2f580505, 0x00010001, /* cond: psem.dbg_if_full */ 5600 0x2a5c0080, 0x00010001, /* cond: tsem.PRTY_STS_H_0 */ 5601 0x2a5c0081, 0x00010001, /* cond: tsem.PRTY_MASK_H_0 */ 5602 0x2a5c02c1, 0x00010001, /* cond: tsem.thread_error */ 5603 0x2a5c02c2, 0x00010001, /* cond: tsem.thread_rdy */ 5604 0x2a5c02c4, 0x00010001, /* cond: tsem.thread_valid */ 5605 0x2a5c0440, 0x00010001, /* cond: tsem.dra_empty */ 5606 0x2a5c0450, 0x00010001, /* cond: tsem.slow_dbg_empty */ 5607 0x2a5c0451, 0x00010001, /* cond: tsem.slow_dra_fin_empty */ 5608 0x2a5c0452, 0x00010001, /* cond: tsem.slow_dra_rd_empty */ 5609 0x2a5c0453, 0x00010001, /* cond: tsem.slow_dra_wr_empty */ 5610 0x2a5c0459, 0x00010001, /* cond: tsem.thread_fifo_empty */ 5611 0x2a5c0490, 0x00010001, /* cond: tsem.pas_if_full */ 5612 0x2a5c04c2, 0x00010001, /* cond: tsem.thread_orun_num */ 5613 0x2a5c0505, 0x00010001, /* cond: tsem.dbg_if_full */ 5614 0x2b600080, 0x00010001, /* cond: msem.PRTY_STS_H_0 */ 5615 0x2b600081, 0x00010001, /* cond: msem.PRTY_MASK_H_0 */ 5616 0x2b6002c1, 0x00010001, /* cond: msem.thread_error */ 5617 0x2b6002c2, 0x00010001, /* cond: msem.thread_rdy */ 5618 0x2b6002c4, 0x00010001, /* cond: msem.thread_valid */ 5619 0x2b600440, 0x00010001, /* cond: msem.dra_empty */ 5620 0x2b600450, 0x00010001, /* cond: msem.slow_dbg_empty */ 5621 0x2b600451, 0x00010001, /* cond: msem.slow_dra_fin_empty */ 5622 0x2b600452, 0x00010001, /* cond: msem.slow_dra_rd_empty */ 5623 0x2b600453, 0x00010001, /* cond: msem.slow_dra_wr_empty */ 5624 0x2b600459, 0x00010001, /* cond: msem.thread_fifo_empty */ 5625 0x2b600490, 0x00010001, /* cond: msem.pas_if_full */ 5626 0x2b6004c2, 0x00010001, /* cond: msem.thread_orun_num */ 5627 0x2b600505, 0x00010001, /* cond: msem.dbg_if_full */ 5628 0x2c640080, 0x00010001, /* cond: usem.PRTY_STS_H_0 */ 5629 0x2c640081, 0x00010001, /* cond: usem.PRTY_MASK_H_0 */ 5630 0x2c6402c1, 0x00010001, /* cond: usem.thread_error */ 5631 0x2c6402c2, 0x00010001, /* cond: usem.thread_rdy */ 5632 0x2c6402c4, 0x00010001, /* cond: usem.thread_valid */ 5633 0x2c640440, 0x00010001, /* cond: usem.dra_empty */ 5634 0x2c640450, 0x00010001, /* cond: usem.slow_dbg_empty */ 5635 0x2c640451, 0x00010001, /* cond: usem.slow_dra_fin_empty */ 5636 0x2c640452, 0x00010001, /* cond: usem.slow_dra_rd_empty */ 5637 0x2c640453, 0x00010001, /* cond: usem.slow_dra_wr_empty */ 5638 0x2c640459, 0x00010001, /* cond: usem.thread_fifo_empty */ 5639 0x2c640490, 0x00010001, /* cond: usem.pas_if_full */ 5640 0x2c6404c2, 0x00010001, /* cond: usem.thread_orun_num */ 5641 0x2c640505, 0x00010001, /* cond: usem.dbg_if_full */ 5642 0x0c014810, 0x00010001, /* cond: mcp2.PRTY_STS */ 5643 0x0c014811, 0x00010001, /* cond: mcp2.PRTY_MASK */ 5644 0x07010000, 0x00010001, /* cond: ncsi.PRTY_STS_H_0 */ 5645 0x07010001, 0x00010001, /* cond: ncsi.PRTY_MASK_H_0 */ 5646 0x48014460, 0x00010001, /* cond: umac.INT_STS */ 5647 0x48014460, 0x00010001, /* cond: umac.INT_STS */ 5648 0x501c8180, 0x00010001, /* cond: nws.nws_cmu.phy0_top_err_ctrl0 */ 5649 0x501c8181, 0x00010001, /* cond: nws.nws_cmu.phy0_top_err_ctrl1 */ 5650 0x501c8182, 0x00010001, /* cond: nws.nws_cmu.phy0_top_err_ctrl2 */ 5651 0x501c8188, 0x00010001, /* cond: nws.nws_cmu.phy0_top_regbus_err_info_status0 */ 5652 0x501c8188, 0x00010001, /* cond: nws.nws_cmu.phy0_top_regbus_err_info_status0 */ 5653 0x501c8188, 0x00010001, /* cond: nws.nws_cmu.phy0_top_regbus_err_info_status0 */ 5654 0x501c8188, 0x00010001, /* cond: nws.nws_cmu.phy0_top_regbus_err_info_status0 */ 5655 0x501c8189, 0x00010001, /* cond: nws.nws_cmu.phy0_top_regbus_err_info_status1 */ 5656 0x501c818a, 0x00010001, /* cond: nws.nws_cmu.phy0_top_regbus_err_info_status2 */ 5657 0x501c818b, 0x00010001, /* cond: nws.nws_cmu.phy0_top_regbus_err_info_status3 */ 5658 0x501c8852, 0x00010001, /* cond: nws.nws_cmu.cmu_lc0_top_phy_if_status */ 5659 0x501c8880, 0x00010001, /* cond: nws.nws_cmu.cmu_lc0_top_err_ctrl1 */ 5660 0x501c8881, 0x00010001, /* cond: nws.nws_cmu.cmu_lc0_top_err_ctrl2 */ 5661 0x501c8882, 0x00010001, /* cond: nws.nws_cmu.cmu_lc0_top_err_ctrl3 */ 5662 0x501c8c52, 0x00010001, /* cond: nws.nws_cmu.cmu_r0_top_phy_if_status */ 5663 0x501c8c80, 0x00010001, /* cond: nws.nws_cmu.cmu_r0_top_err_ctrl1 */ 5664 0x501c8c81, 0x00010001, /* cond: nws.nws_cmu.cmu_r0_top_err_ctrl2 */ 5665 0x501c8c82, 0x00010001, /* cond: nws.nws_cmu.cmu_r0_top_err_ctrl3 */ 5666 0x501c9850, 0x00010001, /* cond: nws.nws_cmu.ln0_top_err_ctrl1 */ 5667 0x501c9851, 0x00010001, /* cond: nws.nws_cmu.ln0_top_err_ctrl2 */ 5668 0x501c9852, 0x00010001, /* cond: nws.nws_cmu.ln0_top_err_ctrl3 */ 5669 0x501ca050, 0x00010001, /* cond: nws.nws_cmu.ln1_top_err_ctrl1 */ 5670 0x501ca051, 0x00010001, /* cond: nws.nws_cmu.ln1_top_err_ctrl2 */ 5671 0x501ca052, 0x00010001, /* cond: nws.nws_cmu.ln1_top_err_ctrl3 */ 5672 0x501ca850, 0x00010001, /* cond: nws.nws_cmu.ln2_top_err_ctrl1 */ 5673 0x501ca851, 0x00010001, /* cond: nws.nws_cmu.ln2_top_err_ctrl2 */ 5674 0x501ca852, 0x00010001, /* cond: nws.nws_cmu.ln2_top_err_ctrl3 */ 5675 0x501cb050, 0x00010001, /* cond: nws.nws_cmu.ln3_top_err_ctrl1 */ 5676 0x501cb051, 0x00010001, /* cond: nws.nws_cmu.ln3_top_err_ctrl2 */ 5677 0x501cb052, 0x00010001, /* cond: nws.nws_cmu.ln3_top_err_ctrl3 */ 5678 0x09150100, 0x00010001, /* cond: bmb.PRTY_STS_H_0 */ 5679 0x09150101, 0x00010001, /* cond: bmb.PRTY_MASK_H_0 */ 5680 0x09150104, 0x00010001, /* cond: bmb.PRTY_STS_H_1 */ 5681 0x09150105, 0x00010001, /* cond: bmb.PRTY_MASK_H_1 */ 5682 0x4e008147, 0x00010001, /* cond: ipc.PRTY_STS */ 5683 0x4e008148, 0x00010001, /* cond: ipc.PRTY_MASK */ 5684 0x0c014881, 0x00010001, /* cond: mcp2.PRTY_STS_H_0 */ 5685 0x0c014882, 0x00010001, /* cond: mcp2.PRTY_MASK_H_0 */ 5686 }; 5687 /* Data size: 13880 bytes */ 5688 5689 /* Idle check immediates */ 5690 static const u32 idle_chk_imms[] = { 5691 0x00000000, 0x000000b0, 0x00000000, 0x0000000f, 0x00000000, 0x34000000, 5692 0x00000000, 0x00000060, 0x00000000, 0x00000005, 0x00000010, 0x00000002, 5693 0x00000000, 0x00000001, 0x00000000, 0x00000020, 0x000000b7, 0x00000004, 5694 0x00000008, 0x00000003, 0x00022aab, 0x0000eaaa, 0x0076417c, 0x00000000, 5695 0x0001bc01, 0x00000000, 0x00000011, 0x00000001, 0x00000000, 0xffffffff, 5696 0x7f800000, 0x80000000, 0x007fffff, 0x0000041e, 0x00000030, 0x000000ff, 5697 0x000fffff, 0x0000ffff, 0x000000ff, 0x00000000, 0x00000007, 0x00000000, 5698 0x00001ffe, 0x0000002e, 0x000001ff, 0x00000040, 0x00000028, 0x0000002a, 5699 0x00000034, 0x0000003f, 0x0000001d, 0x0000001a, 0x0000000a, 0x00000026, 5700 0x0000000e, 0x00000017, 0x0000003c, 0x0000002c, 0x00000032, 0x00003f02, 5701 0x00000000, 0x3fffffc0, 0x00000006, 0xc0000000, 0x0000001e, 0x003fffff, 5702 0x00000002, 0x00000030, 0x00000004, 0x00000003, 0x000003e1, 0x00000381, 5703 0x000fd010, 0x00000000, 0x00100000, 0x00000000, 0x00002000, 0x00000000, 5704 0x0000e001, 0x00000000, 0x00000002, 0x00000002, 0x00000004, 0x00000004, 5705 0x00000001, 0x0000000e, 0x00000001, 0x00000001, 0x00000001, 0x0000000f, 5706 0x00000001, 0x00000001, 0x00000001, 0x00000010, 0x00000001, 0x00000001, 5707 0x00000001, 0x00000011, 0x00000001, 0x00000001, 0x000001fe, 0x00000000, 5708 0x02000000, 0x00000000, 0x02040902, 0x00000000, 0x10240902, 0x00000000, 5709 0x0000001f, 0x00000004, 0x00000000, 5710 }; 5711 /* Data size: 444 bytes */ 5712 5713 /* Idle check rules */ 5714 static const u32 idle_chk_rules[] = { 5715 0x0b490000, /* mode all */ 5716 0x00000000, 0x00010002, 0x00000000, /* ((r1&~r2)!=0), r1=misc.INT_STS, r2=misc.INT_MASK, */ 5717 0x01000001, 0x00010101, 0x00000002, /* (r1!=0), r1=misc.aeu_after_invert_1_igu, */ 5718 0x04000002, 0x00020101, 0x00010004, /* ((r1&~0xB0)!=0), r1=misc.aeu_after_invert_2_igu, */ 5719 0x04000003, 0x00020101, 0x00030006, /* ((r1&~0xF)!=0), r1=misc.aeu_after_invert_4_igu, */ 5720 0x01000004, 0x00010101, 0x00000008, /* (r1!=0), r1=misc.aeu_after_invert_5_igu, */ 5721 0x01000005, 0x00010101, 0x0000000a, /* (r1!=0), r1=misc.aeu_after_invert_6_igu, */ 5722 0x01000006, 0x00010101, 0x0000000c, /* (r1!=0), r1=misc.aeu_after_invert_7_igu, */ 5723 0x04000007, 0x00020101, 0x0005000e, /* ((r1&~0x34000000)!=0), r1=misc.aeu_after_invert_8_igu, */ 5724 0x04000008, 0x00020101, 0x00070010, /* ((r1&~0x60)!=0), r1=misc.aeu_after_invert_9_igu, */ 5725 0x01000009, 0x00010101, 0x00000012, /* (r1!=0), r1=misc.aeu_after_invert_1_mcp, */ 5726 0x0400000a, 0x00020101, 0x00010014, /* ((r1&~0xB0)!=0), r1=misc.aeu_after_invert_2_mcp, */ 5727 0x0400000b, 0x00020101, 0x00030016, /* ((r1&~0xF)!=0), r1=misc.aeu_after_invert_4_mcp, */ 5728 0x0100000c, 0x00010101, 0x00000018, /* (r1!=0), r1=misc.aeu_after_invert_5_mcp, */ 5729 0x0100000d, 0x00010101, 0x0000001a, /* (r1!=0), r1=misc.aeu_after_invert_6_mcp, */ 5730 0x0100000e, 0x00010101, 0x0000001c, /* (r1!=0), r1=misc.aeu_after_invert_7_mcp, */ 5731 0x0400000f, 0x00020101, 0x0005001e, /* ((r1&~0x34000000)!=0), r1=misc.aeu_after_invert_8_mcp, */ 5732 0x04000010, 0x00020101, 0x00070020, /* ((r1&~0x60)!=0), r1=misc.aeu_after_invert_9_mcp, */ 5733 0x01000011, 0x00010001, 0x00000022, /* (r1!=0), r1=misc.aeu_sys_kill_occurred, */ 5734 0x00000012, 0x00010002, 0x00000023, /* ((r1&~r2)!=0), r1=miscs.INT_STS_0, r2=miscs.INT_MASK_0, */ 5735 0x01020013, 0x00010001, 0x00000025, /* (r1!=0), r1=miscs.pcie_hot_reset, */ 5736 0x01010014, 0x00010001, 0x00000026, /* (r1!=0), r1=dmae.go_c0, */ 5737 0x01010015, 0x00010001, 0x00000027, /* (r1!=0), r1=dmae.go_c1, */ 5738 0x01010016, 0x00010001, 0x00000028, /* (r1!=0), r1=dmae.go_c2, */ 5739 0x01010017, 0x00010001, 0x00000029, /* (r1!=0), r1=dmae.go_c3, */ 5740 0x01010018, 0x00010001, 0x0000002a, /* (r1!=0), r1=dmae.go_c4, */ 5741 0x01010019, 0x00010001, 0x0000002b, /* (r1!=0), r1=dmae.go_c5, */ 5742 0x0101001a, 0x00010001, 0x0000002c, /* (r1!=0), r1=dmae.go_c6, */ 5743 0x0101001b, 0x00010001, 0x0000002d, /* (r1!=0), r1=dmae.go_c7, */ 5744 0x0101001c, 0x00010001, 0x0000002e, /* (r1!=0), r1=dmae.go_c8, */ 5745 0x0101001d, 0x00010001, 0x0000002f, /* (r1!=0), r1=dmae.go_c9, */ 5746 0x0101001e, 0x00010001, 0x00000030, /* (r1!=0), r1=dmae.go_c10, */ 5747 0x0101001f, 0x00010001, 0x00000031, /* (r1!=0), r1=dmae.go_c11, */ 5748 0x01010020, 0x00010001, 0x00000032, /* (r1!=0), r1=dmae.go_c12, */ 5749 0x01010021, 0x00010001, 0x00000033, /* (r1!=0), r1=dmae.go_c13, */ 5750 0x01010022, 0x00010001, 0x00000034, /* (r1!=0), r1=dmae.go_c14, */ 5751 0x01010023, 0x00010001, 0x00000035, /* (r1!=0), r1=dmae.go_c15, */ 5752 0x01010024, 0x00010001, 0x00000036, /* (r1!=0), r1=dmae.go_c16, */ 5753 0x01010025, 0x00010001, 0x00000037, /* (r1!=0), r1=dmae.go_c17, */ 5754 0x01010026, 0x00010001, 0x00000038, /* (r1!=0), r1=dmae.go_c18, */ 5755 0x01010027, 0x00010001, 0x00000039, /* (r1!=0), r1=dmae.go_c19, */ 5756 0x01010028, 0x00010001, 0x0000003a, /* (r1!=0), r1=dmae.go_c20, */ 5757 0x01010029, 0x00010001, 0x0000003b, /* (r1!=0), r1=dmae.go_c21, */ 5758 0x0101002a, 0x00010001, 0x0000003c, /* (r1!=0), r1=dmae.go_c22, */ 5759 0x0101002b, 0x00010001, 0x0000003d, /* (r1!=0), r1=dmae.go_c23, */ 5760 0x0101002c, 0x00010001, 0x0000003e, /* (r1!=0), r1=dmae.go_c24, */ 5761 0x0101002d, 0x00010001, 0x0000003f, /* (r1!=0), r1=dmae.go_c25, */ 5762 0x0101002e, 0x00010001, 0x00000040, /* (r1!=0), r1=dmae.go_c26, */ 5763 0x0101002f, 0x00010001, 0x00000041, /* (r1!=0), r1=dmae.go_c27, */ 5764 0x01010030, 0x00010001, 0x00000042, /* (r1!=0), r1=dmae.go_c28, */ 5765 0x01010031, 0x00010001, 0x00000043, /* (r1!=0), r1=dmae.go_c29, */ 5766 0x01010032, 0x00010001, 0x00000044, /* (r1!=0), r1=dmae.go_c30, */ 5767 0x01010033, 0x00010001, 0x00000045, /* (r1!=0), r1=dmae.go_c31, */ 5768 0x01020034, 0x00010001, 0x00000046, /* (r1!=0), r1=grc.trace_fifo_valid_data, */ 5769 0x00000035, 0x00010002, 0x00000047, /* ((r1&~r2)!=0), r1=grc.INT_STS_0, r2=grc.INT_MASK_0, */ 5770 0x00000036, 0x00010002, 0x00000049, /* ((r1&~r2)!=0), r1=grc.PRTY_STS_H_0, r2=grc.PRTY_MASK_H_0, */ 5771 0x00000037, 0x00010002, 0x0000004b, /* ((r1&~r2)!=0), r1=dorq.INT_STS, r2=dorq.INT_MASK, */ 5772 0x01000038, 0x00010001, 0x0009004d, /* (r1!=reset1), r1=dorq.xcm_msg_init_crd, */ 5773 0x01000039, 0x00010001, 0x0009004e, /* (r1!=reset1), r1=dorq.tcm_msg_init_crd, */ 5774 0x0100003a, 0x00010001, 0x0009004f, /* (r1!=reset1), r1=dorq.ucm_msg_init_crd, */ 5775 0x0100003b, 0x00010001, 0x000a0050, /* (r1!=reset1), r1=dorq.pbf_cmd_init_crd, */ 5776 0x0100003c, 0x00010001, 0x00000051, /* (r1!=0), r1=dorq.pf_usage_cnt, */ 5777 0x0100003d, 0x00010001, 0x00000052, /* (r1!=0), r1=dorq.vf_usage_cnt, */ 5778 0x0100003e, 0x00010001, 0x00000053, /* (r1!=0), r1=dorq.cfc_ld_req_fifo_fill_lvl, */ 5779 0x0100003f, 0x00010001, 0x00000054, /* (r1!=0), r1=dorq.dorq_fifo_fill_lvl, */ 5780 0x01020040, 0x00010201, 0x00000055, /* (r1!=0), r1=dorq.db_drop_cnt, */ 5781 0x01020041, 0x00010201, 0x00000058, /* (r1!=0), r1=dorq.dpm_abort_cnt, */ 5782 0x01000042, 0x00010001, 0x0000005b, /* (r1!=0), r1=dorq.dpm_tbl_fill_lvl, */ 5783 0x00000043, 0x00010002, 0x0000005c, /* ((r1&~r2)!=0), r1=igu.PRTY_STS, r2=igu.PRTY_MASK, */ 5784 0x01010044, 0x00010001, 0x0000005e, /* (r1!=0), r1=igu.attn_write_done_pending, */ 5785 0x01020045, 0x00010001, 0x0000005f, /* (r1!=0), r1=igu.Interrupt_status, */ 5786 0x01000046, 0x00010001, 0x00000060, /* (r1!=0), r1=igu.error_handling_data_valid, */ 5787 0x01000047, 0x00010001, 0x00000061, /* (r1!=0), r1=igu.silent_drop, */ 5788 0x01020048, 0x00010001, 0x00000062, /* (r1!=0), r1=igu.sb_ctrl_fsm, */ 5789 0x01020049, 0x00010001, 0x00000063, /* (r1!=0), r1=igu.int_handle_fsm, */ 5790 0x0402004a, 0x00020001, 0x000b0064, /* ((r1&~0x2)!=0), r1=igu.attn_fsm, */ 5791 0x0402004b, 0x00020001, 0x000d0065, /* ((r1&~0x1)!=0), r1=igu.ctrl_fsm, */ 5792 0x0402004c, 0x00020001, 0x000d0066, /* ((r1&~0x1)!=0), r1=igu.pxp_arb_fsm, */ 5793 0x0000004d, 0x00010002, 0x00000067, /* ((r1&~r2)!=0), r1=cau.PRTY_STS_H_0, r2=cau.PRTY_MASK_H_0, */ 5794 0x0101004e, 0x00010001, 0x000d0069, /* (r1!=1), r1=cau.igu_req_credit_status, */ 5795 0x0101004f, 0x00010001, 0x000d006a, /* (r1!=1), r1=cau.igu_cmd_credit_status, */ 5796 0x01010050, 0x00010001, 0x0000006b, /* (r1!=0), r1=cau.debug_fifo_status, */ 5797 0x01000051, 0x00010001, 0x0000006c, /* (r1!=0), r1=cau.error_pxp_req, */ 5798 0x01000052, 0x00010101, 0x0000006d, /* (r1!=0), r1=cau.error_fsm_line, */ 5799 0x01000053, 0x00010001, 0x0000006f, /* (r1!=0), r1=cau.parity_latch_status, */ 5800 0x01000054, 0x00010001, 0x00000070, /* (r1!=0), r1=cau.error_cleanup_cmd_reg, */ 5801 0x01020055, 0x00010001, 0x00000071, /* (r1!=0), r1=cau.agg_units_0to15_state, */ 5802 0x01020056, 0x00010001, 0x00000072, /* (r1!=0), r1=cau.agg_units_16to31_state, */ 5803 0x01020057, 0x00010001, 0x00000073, /* (r1!=0), r1=cau.agg_units_32to47_state, */ 5804 0x01020058, 0x00010001, 0x00000074, /* (r1!=0), r1=cau.agg_units_48to63_state, */ 5805 0x03010059, 0x00000002, 0x00000075, /* (r1!=r2), r1=cau.req_counter, r2=cau.ack_counter, */ 5806 0x0301005a, 0x00000002, 0x00000077, /* (r1!=r2), r1=cau.req_counter, r2=cau.wdone_counter, */ 5807 0x0102005b, 0x00010001, 0x00000079, /* (r1!=0), r1=cau.main_fsm_status, */ 5808 0x0102005c, 0x00010001, 0x0000007a, /* (r1!=0), r1=cau.var_read_fsm_status, */ 5809 0x0102005d, 0x00010001, 0x0000007b, /* (r1!=0), r1=cau.igu_dma_fsm_status, */ 5810 0x0102005e, 0x00010001, 0x0000007c, /* (r1!=0), r1=cau.igu_cqe_cmd_fsm_status, */ 5811 0x0102005f, 0x00010001, 0x0000007d, /* (r1!=0), r1=cau.igu_cqe_agg_fsm_status, */ 5812 0x00000060, 0x00010302, 0x0000007e, /* ((r1&~r2)!=0), r1=prs.INT_STS_0, r2=prs.INT_MASK_0, */ 5813 0x00000061, 0x00010002, 0x00000083, /* ((r1&~r2)!=0), r1=prs.PRTY_STS, r2=prs.PRTY_MASK, */ 5814 0x01010062, 0x00010001, 0x00000085, /* (r1!=0), r1=prs.queue_pkt_avail_status, */ 5815 0x01010063, 0x00010001, 0x00000086, /* (r1!=0), r1=prs.storm_bkprs_status, */ 5816 0x01010064, 0x00010001, 0x00000087, /* (r1!=0), r1=prs.stop_parsing_status, */ 5817 0x01010065, 0x00010001, 0x00000088, /* (r1!=0), r1=prs.ccfc_search_current_credit, */ 5818 0x01010066, 0x00010001, 0x00000089, /* (r1!=0), r1=prs.tcfc_search_current_credit, */ 5819 0x01010067, 0x00010001, 0x0000008a, /* (r1!=0), r1=prs.ccfc_load_current_credit, */ 5820 0x01010068, 0x00010001, 0x0000008b, /* (r1!=0), r1=prs.tcfc_load_current_credit, */ 5821 0x01010069, 0x00010001, 0x0000008c, /* (r1!=0), r1=prs.ccfc_search_req_ct, */ 5822 0x0101006a, 0x00010001, 0x0000008d, /* (r1!=0), r1=prs.tcfc_search_req_ct, */ 5823 0x0101006b, 0x00010001, 0x0000008e, /* (r1!=0), r1=prs.ccfc_load_req_ct, */ 5824 0x0101006c, 0x00010001, 0x0000008f, /* (r1!=0), r1=prs.tcfc_load_req_ct, */ 5825 0x0101006d, 0x00010001, 0x00000090, /* (r1!=0), r1=prs.sop_req_ct, */ 5826 0x0101006e, 0x00010001, 0x00000091, /* (r1!=0), r1=prs.eop_req_ct, */ 5827 0x0000006f, 0x00010002, 0x00000092, /* ((r1&~r2)!=0), r1=prm.INT_STS, r2=prm.INT_MASK, */ 5828 0x01000070, 0x00010001, 0x000d0094, /* (r1!=1), r1=rss.rss_init_done, */ 5829 0x00000071, 0x00010002, 0x00000095, /* ((r1&~r2)!=0), r1=rss.INT_STS, r2=rss.INT_MASK, */ 5830 0x01010072, 0x00010001, 0x000f0097, /* (r1!=0x20), r1=rss.tmld_credit, */ 5831 0x01000073, 0x00010001, 0x000d0098, /* (r1!=1), r1=pswrq2.rbc_done, */ 5832 0x01000074, 0x00010001, 0x000d0099, /* (r1!=1), r1=pswrq2.cfg_done, */ 5833 0x00020075, 0x00010002, 0x0000009a, /* ((r1&~r2)!=0), r1=pswrq2.INT_STS, r2=pswrq2.INT_MASK, */ 5834 0x00000076, 0x00010002, 0x0000009c, /* ((r1&~r2)!=0), r1=pswrq2.PRTY_STS_H_0, r2=pswrq2.PRTY_MASK_H_0, */ 5835 0x01010077, 0x00010001, 0x0000009e, /* (r1!=0), r1=pswrq2.vq0_entry_cnt[0:31], */ 5836 0x01000078, 0x00010001, 0x0010009f, /* (r1!=0xb7), r1=pswrq2.BW_CREDIT, */ 5837 0x01010079, 0x00010001, 0x000000a0, /* (r1!=0), r1=pswrq2.treq_fifo_fill_lvl, */ 5838 0x0101007a, 0x00010001, 0x000000a1, /* (r1!=0), r1=pswrq2.icpl_fifo_fill_lvl, */ 5839 0x0100007b, 0x00010001, 0x000000a2, /* (r1!=0), r1=pswrq2.l2p_err_add_31_0, */ 5840 0x0100007c, 0x00010001, 0x000000a3, /* (r1!=0), r1=pswrq2.l2p_err_add_63_32, */ 5841 0x0100007d, 0x00010001, 0x000000a4, /* (r1!=0), r1=pswrq2.l2p_err_details, */ 5842 0x0100007e, 0x00010001, 0x000000a5, /* (r1!=0), r1=pswrq2.l2p_err_details2, */ 5843 0x0801007f, 0x00010002, 0x001100a6, /* (r1<(r2-4)), r1=pswrq2.sr_cnt, r2=pswrq2.sr_num_cfg, */ 5844 0x03010080, 0x00000002, 0x000000a8, /* (r1!=r2), r1=pswrq2.sr_cnt, r2=pswrq2.sr_num_cfg, */ 5845 0x03010081, 0x00000002, 0x000000aa, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_0, r2=pswrq2.max_srs_vq0, */ 5846 0x03010082, 0x00000002, 0x000000ac, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_1, r2=pswrq2.max_srs_vq1, */ 5847 0x03010083, 0x00000002, 0x000000ae, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_2, r2=pswrq2.max_srs_vq2, */ 5848 0x03010084, 0x00000002, 0x000000b0, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_3, r2=pswrq2.max_srs_vq3, */ 5849 0x03010085, 0x00000002, 0x000000b2, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_4, r2=pswrq2.max_srs_vq4, */ 5850 0x03010086, 0x00000002, 0x000000b4, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_5, r2=pswrq2.max_srs_vq5, */ 5851 0x03010087, 0x00000002, 0x000000b6, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_6, r2=pswrq2.max_srs_vq6, */ 5852 0x03010088, 0x00000002, 0x000000b8, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_9, r2=pswrq2.max_srs_vq9, */ 5853 0x03010089, 0x00000002, 0x000000ba, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_11, r2=pswrq2.max_srs_vq11, */ 5854 0x0301008a, 0x00000002, 0x000000bc, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_12, r2=pswrq2.max_srs_vq12, */ 5855 0x0301008b, 0x00000002, 0x000000be, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_15, r2=pswrq2.max_srs_vq15, */ 5856 0x0301008c, 0x00000002, 0x000000c0, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_16, r2=pswrq2.max_srs_vq16, */ 5857 0x0301008d, 0x00000002, 0x000000c2, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_17, r2=pswrq2.max_srs_vq17, */ 5858 0x0301008e, 0x00000002, 0x000000c4, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_18, r2=pswrq2.max_srs_vq18, */ 5859 0x0301008f, 0x00000002, 0x000000c6, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_19, r2=pswrq2.max_srs_vq19, */ 5860 0x03010090, 0x00000002, 0x000000c8, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_21, r2=pswrq2.max_srs_vq21, */ 5861 0x03010091, 0x00000002, 0x000000ca, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_22, r2=pswrq2.max_srs_vq22, */ 5862 0x03010092, 0x00000002, 0x000000cc, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_23, r2=pswrq2.max_srs_vq23, */ 5863 0x03010093, 0x00000002, 0x000000ce, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_24, r2=pswrq2.max_srs_vq24, */ 5864 0x03010094, 0x00000002, 0x000000d0, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_26, r2=pswrq2.max_srs_vq26, */ 5865 0x03010095, 0x00000002, 0x000000d2, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_28, r2=pswrq2.max_srs_vq28, */ 5866 0x03010096, 0x00000002, 0x000000d4, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_29, r2=pswrq2.max_srs_vq29, */ 5867 0x03010097, 0x00000002, 0x000000d6, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_30, r2=pswrq2.max_srs_vq30, */ 5868 0x08010098, 0x00010002, 0x001200d8, /* (r1<(r2-8)), r1=pswrq2.blk_cnt, r2=pswrq2.blk_num_cfg, */ 5869 0x03010099, 0x00000002, 0x000000da, /* (r1!=r2), r1=pswrq2.blk_cnt, r2=pswrq2.blk_num_cfg, */ 5870 0x0301009a, 0x00000002, 0x000000dc, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_0, r2=pswrq2.max_blks_vq0, */ 5871 0x0301009b, 0x00000002, 0x000000de, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_1, r2=pswrq2.max_blks_vq1, */ 5872 0x0301009c, 0x00000002, 0x000000e0, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_2, r2=pswrq2.max_blks_vq2, */ 5873 0x0301009d, 0x00000002, 0x000000e2, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_3, r2=pswrq2.max_blks_vq3, */ 5874 0x0301009e, 0x00000002, 0x000000e4, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_4, r2=pswrq2.max_blks_vq4, */ 5875 0x0301009f, 0x00000002, 0x000000e6, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_5, r2=pswrq2.max_blks_vq5, */ 5876 0x030100a0, 0x00000002, 0x000000e8, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_6, r2=pswrq2.max_blks_vq6, */ 5877 0x030100a1, 0x00000002, 0x000000ea, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_9, r2=pswrq2.max_blks_vq9, */ 5878 0x030100a2, 0x00000002, 0x000000ec, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_11, r2=pswrq2.max_blks_vq11, */ 5879 0x030100a3, 0x00000002, 0x000000ee, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_12, r2=pswrq2.max_blks_vq12, */ 5880 0x030100a4, 0x00000002, 0x000000f0, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_15, r2=pswrq2.max_blks_vq15, */ 5881 0x030100a5, 0x00000002, 0x000000f2, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_16, r2=pswrq2.max_blks_vq16, */ 5882 0x030100a6, 0x00000002, 0x000000f4, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_17, r2=pswrq2.max_blks_vq17, */ 5883 0x030100a7, 0x00000002, 0x000000f6, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_18, r2=pswrq2.max_blks_vq18, */ 5884 0x030100a8, 0x00000002, 0x000000f8, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_19, r2=pswrq2.max_blks_vq19, */ 5885 0x030100a9, 0x00000002, 0x000000fa, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_21, r2=pswrq2.max_blks_vq21, */ 5886 0x030100aa, 0x00000002, 0x000000fc, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_22, r2=pswrq2.max_blks_vq22, */ 5887 0x030100ab, 0x00000002, 0x000000fe, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_23, r2=pswrq2.max_blks_vq23, */ 5888 0x030100ac, 0x00000002, 0x00000100, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_24, r2=pswrq2.max_blks_vq24, */ 5889 0x030100ad, 0x00000002, 0x00000102, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_26, r2=pswrq2.max_blks_vq26, */ 5890 0x030100ae, 0x00000002, 0x00000104, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_28, r2=pswrq2.max_blks_vq28, */ 5891 0x030100af, 0x00000002, 0x00000106, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_29, r2=pswrq2.max_blks_vq29, */ 5892 0x030100b0, 0x00000002, 0x00000108, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_30, r2=pswrq2.max_blks_vq30, */ 5893 0x010000b1, 0x00010001, 0x0000010a, /* (r1!=0), r1=pswrq2.l2p_close_gate_sts, */ 5894 0x010000b2, 0x00010001, 0x0000010b, /* (r1!=0), r1=pswrq2.misc_close_gate_sts, */ 5895 0x010200b3, 0x00010001, 0x0000010c, /* (r1!=0), r1=pswrq2.misc_stall_mem_sts, */ 5896 0x000200b4, 0x00010002, 0x0000010d, /* ((r1&~r2)!=0), r1=pswrq.INT_STS, r2=pswrq.INT_MASK, */ 5897 0x000200b5, 0x00010002, 0x0000010f, /* ((r1&~r2)!=0), r1=pswwr.INT_STS, r2=pswwr.INT_MASK, */ 5898 0x010000b6, 0x00010001, 0x00000111, /* (r1!=0), r1=pswwr2.pglue_eop_err_details, */ 5899 0x010100b7, 0x00010001, 0x00000112, /* (r1!=0), r1=pswwr2.prm_curr_fill_level, */ 5900 0x010100b8, 0x00010001, 0x00000113, /* (r1!=0), r1=pswwr2.cdu_curr_fill_level, */ 5901 0x000200b9, 0x00010002, 0x00000114, /* ((r1&~r2)!=0), r1=pswwr2.INT_STS, r2=pswwr2.INT_MASK, */ 5902 0x010000ba, 0x00010001, 0x00000116, /* (r1!=0), r1=pswrd.fifo_full_status, */ 5903 0x000200bb, 0x00010002, 0x00000117, /* ((r1&~r2)!=0), r1=pswrd.INT_STS, r2=pswrd.INT_MASK, */ 5904 0x010000bc, 0x00010001, 0x000d0119, /* (r1!=1), r1=pswrd2.start_init, */ 5905 0x010000bd, 0x00010001, 0x000d011a, /* (r1!=1), r1=pswrd2.init_done, */ 5906 0x010200be, 0x00010001, 0x0000011b, /* (r1!=0), r1=pswrd2.cpl_err_details, */ 5907 0x010200bf, 0x00010001, 0x0000011c, /* (r1!=0), r1=pswrd2.cpl_err_details2, */ 5908 0x010100c0, 0x00010001, 0x000d011d, /* (r1!=1), r1=pswrd2.port_is_idle_0, */ 5909 0x010100c1, 0x00010001, 0x000d011e, /* (r1!=1), r1=pswrd2.port_is_idle_1, */ 5910 0x010000c2, 0x00010001, 0x0000011f, /* (r1!=0), r1=pswrd2.almost_full_0[0:14], */ 5911 0x000200c3, 0x00010002, 0x00000120, /* ((r1&~r2)!=0), r1=pswrd2.INT_STS, r2=pswrd2.INT_MASK, */ 5912 0x000000c4, 0x00010002, 0x00000122, /* ((r1&~r2)!=0), r1=pswrd2.PRTY_STS_H_0, r2=pswrd2.PRTY_MASK_H_0, */ 5913 0x000000c5, 0x00010002, 0x00000124, /* ((r1&~r2)!=0), r1=pswrd2.PRTY_STS_H_1, r2=pswrd2.PRTY_MASK_H_1, */ 5914 0x010000c6, 0x00010001, 0x00000126, /* (r1!=0), r1=pswrd2.disable_inputs, */ 5915 0x010100c7, 0x00010001, 0x00000127, /* (r1!=0), r1=pswhst2.header_fifo_status, */ 5916 0x010100c8, 0x00010001, 0x00000128, /* (r1!=0), r1=pswhst2.data_fifo_status, */ 5917 0x000200c9, 0x00010002, 0x00000129, /* ((r1&~r2)!=0), r1=pswhst2.INT_STS, r2=pswhst2.INT_MASK, */ 5918 0x010200ca, 0x00010001, 0x0000012b, /* (r1!=0), r1=pswhst.discard_internal_writes_status, */ 5919 0x010200cb, 0x00010001, 0x0000012c, /* (r1!=0), r1=pswhst.discard_doorbells_status, */ 5920 0x010200cc, 0x00010001, 0x0013012d, /* (r1!=3), r1=pswhst.arb_is_idle, */ 5921 0x010200cd, 0x00010301, 0x0000012e, /* (r1!=0), r1=pswhst.incorrect_access_valid, */ 5922 0x010200ce, 0x00010101, 0x00000132, /* (r1!=0), r1=pswhst.per_violation_valid, */ 5923 0x010200cf, 0x00010001, 0x00140134, /* (r1!=reset1), r1=pswhst.source_credits_avail, */ 5924 0x010200d0, 0x00010101, 0x00000135, /* (r1!=0), r1=pswhst.source_credit_viol_valid, */ 5925 0x010200d1, 0x00010001, 0x00150137, /* (r1!=60074), r1=pswhst.dest_credits_avail, */ 5926 0x010200d2, 0x00010001, 0x00000138, /* (r1!=0), r1=pswhst.is_in_drain_mode, */ 5927 0x010200d3, 0x00010101, 0x00000139, /* (r1!=0), r1=pswhst.timeout_valid, */ 5928 0x010200d4, 0x00010101, 0x0000013b, /* (r1!=0), r1=pswhst.timeout_valid, */ 5929 0x010200d5, 0x00010001, 0x0000013d, /* (r1!=0), r1=pswhst.clients_waiting_to_source_arb[0:7], */ 5930 0x000200d6, 0x00010002, 0x0000013e, /* ((r1&~r2)!=0), r1=pswhst.INT_STS, r2=pswhst.INT_MASK, */ 5931 0x060200d7, 0x00020001, 0x00160140, /* ((r1&0x76417C)!=0), r1=pglue_b.INT_STS, */ 5932 0x060000d8, 0x00020001, 0x00180141, /* ((r1&0x01BC01)!=0), r1=pglue_b.INT_STS, */ 5933 0x010000d9, 0x00010001, 0x00000142, /* (r1!=0), r1=pglue_b.pgl_write_blocked, */ 5934 0x010000da, 0x00010001, 0x00000143, /* (r1!=0), r1=pglue_b.pgl_read_blocked, */ 5935 0x010100db, 0x00010001, 0x00000144, /* (r1!=0), r1=pglue_b.read_fifo_occupancy_level, */ 5936 0x010200dc, 0x00010001, 0x00000145, /* (r1!=0), r1=pglue_b.rx_legacy_errors, */ 5937 0x070100dd, 0x00030001, 0x001a0146, /* (((r1>>17)&1)!=0), r1=pglue_b.pgl_txw_cdts, */ 5938 0x010200de, 0x00010001, 0x00000147, /* (r1!=0), r1=pglue_b.cfg_space_a_request, */ 5939 0x010200df, 0x00010001, 0x00000148, /* (r1!=0), r1=pglue_b.cfg_space_b_request, */ 5940 0x010200e0, 0x00010001, 0x00000149, /* (r1!=0), r1=pglue_b.flr_request_vf_31_0, */ 5941 0x010200e1, 0x00010001, 0x0000014a, /* (r1!=0), r1=pglue_b.flr_request_vf_63_32, */ 5942 0x010200e2, 0x00010001, 0x0000014b, /* (r1!=0), r1=pglue_b.flr_request_vf_95_64, */ 5943 0x010200e3, 0x00010001, 0x0000014c, /* (r1!=0), r1=pglue_b.flr_request_vf_127_96, */ 5944 0x010200e4, 0x00010001, 0x0000014d, /* (r1!=0), r1=pglue_b.flr_request_vf_159_128, */ 5945 0x010200e5, 0x00010001, 0x0000014e, /* (r1!=0), r1=pglue_b.flr_request_vf_191_160, */ 5946 0x010200e6, 0x00010001, 0x0000014f, /* (r1!=0), r1=pglue_b.flr_request_pf_31_0, */ 5947 0x010200e7, 0x00010001, 0x00000150, /* (r1!=0), r1=pglue_b.sr_iov_disabled_request, */ 5948 0x010200e8, 0x00010001, 0x00000151, /* (r1!=0), r1=pglue_b.was_error_vf_31_0, */ 5949 0x010200e9, 0x00010001, 0x00000152, /* (r1!=0), r1=pglue_b.was_error_vf_63_32, */ 5950 0x010200ea, 0x00010001, 0x00000153, /* (r1!=0), r1=pglue_b.was_error_vf_95_64, */ 5951 0x010200eb, 0x00010001, 0x00000154, /* (r1!=0), r1=pglue_b.was_error_vf_127_96, */ 5952 0x010200ec, 0x00010001, 0x00000155, /* (r1!=0), r1=pglue_b.was_error_vf_159_128, */ 5953 0x010200ed, 0x00010001, 0x00000156, /* (r1!=0), r1=pglue_b.was_error_vf_191_160, */ 5954 0x010200ee, 0x00010001, 0x00000157, /* (r1!=0), r1=pglue_b.was_error_pf_31_0, */ 5955 0x010200ef, 0x00010001, 0x00000158, /* (r1!=0), r1=pglue_b.rx_err_details, */ 5956 0x010200f0, 0x00010001, 0x00000159, /* (r1!=0), r1=pglue_b.rx_tcpl_err_details, */ 5957 0x010200f1, 0x00010001, 0x0000015a, /* (r1!=0), r1=pglue_b.tx_err_wr_add_31_0, */ 5958 0x010200f2, 0x00010001, 0x0000015b, /* (r1!=0), r1=pglue_b.tx_err_wr_add_63_32, */ 5959 0x010200f3, 0x00010001, 0x0000015c, /* (r1!=0), r1=pglue_b.tx_err_wr_details, */ 5960 0x010200f4, 0x00010001, 0x0000015d, /* (r1!=0), r1=pglue_b.tx_err_wr_details2, */ 5961 0x010200f5, 0x00010001, 0x0000015e, /* (r1!=0), r1=pglue_b.tx_err_rd_add_31_0, */ 5962 0x010200f6, 0x00010001, 0x0000015f, /* (r1!=0), r1=pglue_b.tx_err_rd_add_63_32, */ 5963 0x010200f7, 0x00010001, 0x00000160, /* (r1!=0), r1=pglue_b.tx_err_rd_details, */ 5964 0x010200f8, 0x00010001, 0x00000161, /* (r1!=0), r1=pglue_b.tx_err_rd_details2, */ 5965 0x010200f9, 0x00010001, 0x00000162, /* (r1!=0), r1=pglue_b.vf_length_violation_details, */ 5966 0x010200fa, 0x00010001, 0x00000163, /* (r1!=0), r1=pglue_b.vf_length_violation_details2, */ 5967 0x010200fb, 0x00010001, 0x00000164, /* (r1!=0), r1=pglue_b.vf_grc_space_violation_details, */ 5968 0x010200fc, 0x00010001, 0x00000165, /* (r1!=0), r1=pglue_b.master_zlr_err_add_31_0, */ 5969 0x010200fd, 0x00010001, 0x00000166, /* (r1!=0), r1=pglue_b.master_zlr_err_add_63_32, */ 5970 0x010200fe, 0x00010001, 0x00000167, /* (r1!=0), r1=pglue_b.master_zlr_err_details, */ 5971 0x010200ff, 0x00010001, 0x00000168, /* (r1!=0), r1=pglue_b.admin_window_violation_details, */ 5972 0x01000100, 0x00010001, 0x00000169, /* (r1!=0), r1=pglue_b.out_of_range_function_in_pretend_details, */ 5973 0x01000101, 0x00010001, 0x0000016a, /* (r1!=0), r1=pglue_b.out_of_range_function_in_pretend_address, */ 5974 0x01010102, 0x00010001, 0x0000016b, /* (r1!=0), r1=pglue_b.write_fifo_occupancy_level, */ 5975 0x01020103, 0x00010001, 0x0000016c, /* (r1!=0), r1=pglue_b.illegal_address_add_31_0, */ 5976 0x01020104, 0x00010001, 0x0000016d, /* (r1!=0), r1=pglue_b.illegal_address_add_63_32, */ 5977 0x01020105, 0x00010001, 0x0000016e, /* (r1!=0), r1=pglue_b.illegal_address_details, */ 5978 0x01020106, 0x00010001, 0x0000016f, /* (r1!=0), r1=pglue_b.illegal_address_details2, */ 5979 0x01020107, 0x00010001, 0x001d0170, /* (r1!=0xffffffff), r1=pglue_b.tags_31_0, */ 5980 0x01020108, 0x00010001, 0x001d0171, /* (r1!=0xffffffff), r1=pglue_b.tags_63_32, */ 5981 0x01020109, 0x00010001, 0x001d0172, /* (r1!=0xffffffff), r1=pglue_b.tags_95_64, */ 5982 0x0102010a, 0x00010001, 0x001d0173, /* (r1!=0xffffffff), r1=pglue_b.tags_127_96, */ 5983 0x0102010b, 0x00010001, 0x00000174, /* (r1!=0), r1=pglue_b.vf_ilt_err_add_31_0, */ 5984 0x0102010c, 0x00010001, 0x00000175, /* (r1!=0), r1=pglue_b.vf_ilt_err_add_63_32, */ 5985 0x0102010d, 0x00010001, 0x00000176, /* (r1!=0), r1=pglue_b.vf_ilt_err_details, */ 5986 0x0102010e, 0x00010001, 0x00000177, /* (r1!=0), r1=pglue_b.vf_ilt_err_details2, */ 5987 0x0d00010f, 0x00010001, 0x001e0178, /* (r1&0x7F800000), r1=tm.INT_STS_0, */ 5988 0x0d020110, 0x00010001, 0x001f0179, /* (r1&0x80000000), r1=tm.INT_STS_0, */ 5989 0x0d000111, 0x00010001, 0x0020017a, /* (r1&0x7FFFFF), r1=tm.INT_STS_0, */ 5990 0x0d000112, 0x00010001, 0x0021017b, /* (r1&0x41E), r1=tm.INT_STS_1, */ 5991 0x01010113, 0x00010001, 0x0000017c, /* (r1!=0), r1=tm.pxp_read_data_fifo_status, */ 5992 0x01010114, 0x00010001, 0x0000017d, /* (r1!=0), r1=tm.pxp_read_ctrl_fifo_status, */ 5993 0x01010115, 0x00010001, 0x0000017e, /* (r1!=0), r1=tm.cfc_load_echo_fifo_status, */ 5994 0x01010116, 0x00010001, 0x0000017f, /* (r1!=0), r1=tm.client_out_fifo_status, */ 5995 0x01010117, 0x00010001, 0x00000180, /* (r1!=0), r1=tm.client_in_pbf_fifo_status, */ 5996 0x01010118, 0x00010001, 0x00000181, /* (r1!=0), r1=tm.client_in_xcm_fifo_status, */ 5997 0x01010119, 0x00010001, 0x00000182, /* (r1!=0), r1=tm.client_in_tcm_fifo_status, */ 5998 0x0101011a, 0x00010001, 0x00000183, /* (r1!=0), r1=tm.client_in_ucm_fifo_status, */ 5999 0x0101011b, 0x00010001, 0x00000184, /* (r1!=0), r1=tm.expiration_cmd_fifo_status, */ 6000 0x0101011c, 0x00010001, 0x00000185, /* (r1!=0), r1=tm.ac_command_fifo_status, */ 6001 0x0100011d, 0x00010001, 0x000d0186, /* (r1!=1), r1=tcfc.ll_init_done, */ 6002 0x0100011e, 0x00010001, 0x000d0187, /* (r1!=1), r1=tcfc.ac_init_done, */ 6003 0x0100011f, 0x00010001, 0x000d0188, /* (r1!=1), r1=tcfc.cam_init_done, */ 6004 0x01000120, 0x00010001, 0x000d0189, /* (r1!=1), r1=tcfc.tidram_init_done, */ 6005 0x00000121, 0x00010502, 0x0000018a, /* ((r1&~r2)!=0), r1=tcfc.INT_STS_0, r2=tcfc.INT_MASK_0, */ 6006 0x01010122, 0x00010001, 0x00000191, /* (r1!=0x0), r1=tcfc.lstate_arriving, */ 6007 0x01010123, 0x00010001, 0x00000192, /* (r1!=0x0), r1=tcfc.lstate_leaving, */ 6008 0x01010124, 0x00010001, 0x00220193, /* (r1!=0x30), r1=tcfc.cduld_credit, */ 6009 0x01010125, 0x00010001, 0x00220194, /* (r1!=reset1), r1=tcfc.cduwb_credit, */ 6010 0x01000126, 0x00010001, 0x000d0195, /* (r1!=1), r1=ccfc.ll_init_done, */ 6011 0x01000127, 0x00010001, 0x000d0196, /* (r1!=1), r1=ccfc.ac_init_done, */ 6012 0x01000128, 0x00010001, 0x000d0197, /* (r1!=1), r1=ccfc.cam_init_done, */ 6013 0x01000129, 0x00010001, 0x000d0198, /* (r1!=1), r1=ccfc.tidram_init_done, */ 6014 0x0000012a, 0x00010502, 0x00000199, /* ((r1&~r2)!=0), r1=ccfc.INT_STS_0, r2=ccfc.INT_MASK_0, */ 6015 0x0000012b, 0x00010002, 0x000001a0, /* ((r1&~r2)!=0), r1=ccfc.PRTY_STS, r2=ccfc.PRTY_MASK, */ 6016 0x0101012c, 0x00010001, 0x000001a2, /* (r1!=0x0), r1=ccfc.lstate_arriving, */ 6017 0x0101012d, 0x00010001, 0x000001a3, /* (r1!=0x0), r1=ccfc.lstate_leaving, */ 6018 0x0101012e, 0x00010001, 0x002201a4, /* (r1!=0x30), r1=ccfc.cduld_credit, */ 6019 0x0101012f, 0x00010001, 0x000a01a5, /* (r1!=0x10), r1=ccfc.cduwb_credit, */ 6020 0x00000130, 0x00010002, 0x000001a6, /* ((r1&~r2)!=0), r1=qm.INT_STS, r2=qm.INT_MASK, */ 6021 0x00000131, 0x00010002, 0x000001a8, /* ((r1&~r2)!=0), r1=qm.PRTY_STS, r2=qm.PRTY_MASK, */ 6022 0x01000132, 0x00010001, 0x000001aa, /* (r1!=0), r1=qm.wrc_fifolvl_0[0:5], */ 6023 0x03000133, 0x00000002, 0x000001ab, /* (r1!=r2), r1=qm.OutLdReqCrdConnTx, r2=qm.OutLdReqSizeConnTx, */ 6024 0x03000134, 0x00000002, 0x000001ad, /* (r1!=r2), r1=qm.OutLdReqCrdConnOther, r2=qm.OutLdReqSizeConnOther, */ 6025 0x01000135, 0x00010001, 0x000001af, /* (r1!=0), r1=qm.OvfQNumTx, */ 6026 0x01000136, 0x00010101, 0x000001b0, /* (r1!=0), r1=qm.OvfErrorTx, */ 6027 0x01000137, 0x00010001, 0x000001b2, /* (r1!=0), r1=qm.OvfQNumOther, */ 6028 0x01000138, 0x00010101, 0x000001b3, /* (r1!=0), r1=qm.OvfErrorOther, */ 6029 0x03010139, 0x00000002, 0x000001b5, /* (r1!=r2), r1=qm.CmCrd_0, r2=qm.CmInitCrd_0, */ 6030 0x0301013a, 0x00000002, 0x000001b7, /* (r1!=r2), r1=qm.CmCrd_1, r2=qm.CmInitCrd_1, */ 6031 0x0301013b, 0x00000002, 0x000001b9, /* (r1!=r2), r1=qm.CmCrd_2, r2=qm.CmInitCrd_2, */ 6032 0x0301013c, 0x00000002, 0x000001bb, /* (r1!=r2), r1=qm.CmCrd_3, r2=qm.CmInitCrd_3, */ 6033 0x0301013d, 0x00000002, 0x000001bd, /* (r1!=r2), r1=qm.CmCrd_4, r2=qm.CmInitCrd_4, */ 6034 0x0301013e, 0x00000002, 0x000001bf, /* (r1!=r2), r1=qm.CmCrd_5, r2=qm.CmInitCrd_5, */ 6035 0x0301013f, 0x00000002, 0x000001c1, /* (r1!=r2), r1=qm.CmCrd_6, r2=qm.CmInitCrd_6, */ 6036 0x03010140, 0x00000002, 0x000001c3, /* (r1!=r2), r1=qm.CmCrd_7, r2=qm.CmInitCrd_7, */ 6037 0x03010141, 0x00000002, 0x000001c5, /* (r1!=r2), r1=qm.CmCrd_8, r2=qm.CmInitCrd_8, */ 6038 0x03010142, 0x00000002, 0x000001c7, /* (r1!=r2), r1=qm.CmCrd_9, r2=qm.CmInitCrd_9, */ 6039 0x00000143, 0x00010002, 0x000001c9, /* ((r1&~r2)!=0), r1=rdif.INT_STS, r2=rdif.INT_MASK, */ 6040 0x00000144, 0x00010002, 0x000001cb, /* ((r1&~r2)!=0), r1=tdif.INT_STS, r2=tdif.INT_MASK, */ 6041 0x00000145, 0x00010202, 0x000001cd, /* ((r1&~r2)!=0), r1=brb.INT_STS_0, r2=brb.INT_MASK_0, */ 6042 0x00000146, 0x00010002, 0x000001d1, /* ((r1&~r2)!=0), r1=brb.INT_STS_1, r2=brb.INT_MASK_1, */ 6043 0x00000147, 0x00010002, 0x000001d3, /* ((r1&~r2)!=0), r1=brb.INT_STS_2, r2=brb.INT_MASK_2, */ 6044 0x00000148, 0x00010002, 0x000001d5, /* ((r1&~r2)!=0), r1=brb.INT_STS_3, r2=brb.INT_MASK_3, */ 6045 0x00000149, 0x00010202, 0x000001d7, /* ((r1&~r2)!=0), r1=brb.INT_STS_4, r2=brb.INT_MASK_4, */ 6046 0x0101014a, 0x00010001, 0x000001db, /* (r1!=0), r1=brb.wc_bandwidth_if_full, */ 6047 0x0101014b, 0x00010001, 0x000001dc, /* (r1!=0), r1=brb.rc_pkt_if_full, */ 6048 0x0101014c, 0x00010001, 0x002301dd, /* (r1!=255), r1=brb.rc_pkt_empty_0[0:4], */ 6049 0x0101014d, 0x00010001, 0x000301de, /* (r1!=15), r1=brb.rc_sop_empty, */ 6050 0x0101014e, 0x00010001, 0x000b01df, /* (r1!=2), r1=brb.ll_arb_empty, */ 6051 0x0101014f, 0x00010001, 0x000001e0, /* (r1!=0), r1=brb.stop_packet_counter, */ 6052 0x01010150, 0x00010001, 0x000001e1, /* (r1!=0), r1=brb.stop_byte_counter, */ 6053 0x01010151, 0x00010001, 0x000001e2, /* (r1!=0), r1=brb.rc_pkt_state, */ 6054 0x01010152, 0x00010001, 0x000001e3, /* (r1!=0), r1=brb.mac0_tc_occupancy_0, */ 6055 0x01010153, 0x00010001, 0x000001e4, /* (r1!=0), r1=brb.mac0_tc_occupancy_1, */ 6056 0x01010154, 0x00010001, 0x000001e5, /* (r1!=0), r1=brb.mac0_tc_occupancy_2, */ 6057 0x01010155, 0x00010001, 0x000001e6, /* (r1!=0), r1=brb.mac0_tc_occupancy_3, */ 6058 0x01010156, 0x00010001, 0x000001e7, /* (r1!=0), r1=brb.mac0_tc_occupancy_4, */ 6059 0x01010157, 0x00010001, 0x000001e8, /* (r1!=0), r1=brb.mac0_tc_occupancy_5, */ 6060 0x01010158, 0x00010001, 0x000001e9, /* (r1!=0), r1=brb.mac0_tc_occupancy_6, */ 6061 0x01010159, 0x00010001, 0x000001ea, /* (r1!=0), r1=brb.mac0_tc_occupancy_7, */ 6062 0x0101015a, 0x00010001, 0x000001eb, /* (r1!=0), r1=brb.mac0_tc_occupancy_8, */ 6063 0x0101015b, 0x00010001, 0x000001ec, /* (r1!=0), r1=brb.mac1_tc_occupancy_0, */ 6064 0x0101015c, 0x00010001, 0x000001ed, /* (r1!=0), r1=brb.mac1_tc_occupancy_1, */ 6065 0x0101015d, 0x00010001, 0x000001ee, /* (r1!=0), r1=brb.mac1_tc_occupancy_2, */ 6066 0x0101015e, 0x00010001, 0x000001ef, /* (r1!=0), r1=brb.mac1_tc_occupancy_3, */ 6067 0x0101015f, 0x00010001, 0x000001f0, /* (r1!=0), r1=brb.mac1_tc_occupancy_4, */ 6068 0x01010160, 0x00010001, 0x000001f1, /* (r1!=0), r1=brb.mac1_tc_occupancy_5, */ 6069 0x01010161, 0x00010001, 0x000001f2, /* (r1!=0), r1=brb.mac1_tc_occupancy_6, */ 6070 0x01010162, 0x00010001, 0x000001f3, /* (r1!=0), r1=brb.mac1_tc_occupancy_7, */ 6071 0x01010163, 0x00010001, 0x000001f4, /* (r1!=0), r1=brb.mac1_tc_occupancy_8, */ 6072 0x01010164, 0x00010001, 0x000001f5, /* (r1!=0), r1=xyld.pending_msg_to_ext_ev_1_ctr, */ 6073 0x01010165, 0x00010001, 0x000001f6, /* (r1!=0), r1=xyld.pending_msg_to_ext_ev_2_ctr, */ 6074 0x01010166, 0x00010001, 0x000001f7, /* (r1!=0), r1=xyld.pending_msg_to_ext_ev_3_ctr, */ 6075 0x01010167, 0x00010001, 0x000001f8, /* (r1!=0), r1=xyld.pending_msg_to_ext_ev_4_ctr, */ 6076 0x01010168, 0x00010001, 0x000001f9, /* (r1!=0), r1=xyld.pending_msg_to_ext_ev_5_ctr, */ 6077 0x03010169, 0x00000002, 0x000001fa, /* (r1!=r2), r1=xyld.foc_remain_credits, r2=xyld.foci_foc_credits, */ 6078 0x0101016a, 0x00010001, 0x000001fc, /* (r1!=0), r1=xyld.pci_pending_msg_ctr, */ 6079 0x0101016b, 0x00010001, 0x000001fd, /* (r1!=0), r1=xyld.dbg_pending_ccfc_req, */ 6080 0x0101016c, 0x00010001, 0x000001fe, /* (r1!=0), r1=xyld.dbg_pending_tcfc_req, */ 6081 0x0101016d, 0x00010001, 0x000001ff, /* (r1!=0), r1=tmld.pending_msg_to_ext_ev_1_ctr, */ 6082 0x0101016e, 0x00010001, 0x00000200, /* (r1!=0), r1=tmld.pending_msg_to_ext_ev_2_ctr, */ 6083 0x0101016f, 0x00010001, 0x00000201, /* (r1!=0), r1=tmld.pending_msg_to_ext_ev_3_ctr, */ 6084 0x01010170, 0x00010001, 0x00000202, /* (r1!=0), r1=tmld.pending_msg_to_ext_ev_4_ctr, */ 6085 0x01010171, 0x00010001, 0x00000203, /* (r1!=0), r1=tmld.pending_msg_to_ext_ev_5_ctr, */ 6086 0x03010172, 0x00000002, 0x00000204, /* (r1!=r2), r1=tmld.foc_remain_credits, r2=tmld.foci_foc_credits, */ 6087 0x01010173, 0x00010001, 0x00000206, /* (r1!=0), r1=tmld.dbg_pending_ccfc_req, */ 6088 0x01010174, 0x00010001, 0x00000207, /* (r1!=0), r1=tmld.dbg_pending_tcfc_req, */ 6089 0x01010175, 0x00010001, 0x00000208, /* (r1!=0), r1=muld.pending_msg_to_ext_ev_1_ctr, */ 6090 0x01010176, 0x00010001, 0x00000209, /* (r1!=0), r1=muld.pending_msg_to_ext_ev_2_ctr, */ 6091 0x01010177, 0x00010001, 0x0000020a, /* (r1!=0), r1=muld.pending_msg_to_ext_ev_3_ctr, */ 6092 0x01010178, 0x00010001, 0x0000020b, /* (r1!=0), r1=muld.pending_msg_to_ext_ev_4_ctr, */ 6093 0x01010179, 0x00010001, 0x0000020c, /* (r1!=0), r1=muld.pending_msg_to_ext_ev_5_ctr, */ 6094 0x0301017a, 0x00000002, 0x0000020d, /* (r1!=r2), r1=muld.foc_remain_credits, r2=muld.foci_foc_credits, */ 6095 0x0101017b, 0x00010001, 0x0000020f, /* (r1!=0), r1=muld.bd_pending_msg_ctr, */ 6096 0x0101017c, 0x00010001, 0x00000210, /* (r1!=0), r1=muld.sge_pending_msg_ctr, */ 6097 0x0101017d, 0x00010001, 0x00000211, /* (r1!=0), r1=muld.pci_pending_msg_ctr, */ 6098 0x0101017e, 0x00010001, 0x00000212, /* (r1!=0), r1=muld.dbg_pending_ccfc_req, */ 6099 0x0101017f, 0x00010001, 0x00000213, /* (r1!=0), r1=muld.dbg_pending_tcfc_req, */ 6100 0x00000180, 0x00010002, 0x00000214, /* ((r1&~r2)!=0), r1=nig.INT_STS_0, r2=nig.INT_MASK_0, */ 6101 0x00000181, 0x00010002, 0x00000216, /* ((r1&~r2)!=0), r1=nig.INT_STS_1, r2=nig.INT_MASK_1, */ 6102 0x00000182, 0x00010002, 0x00000218, /* ((r1&~r2)!=0), r1=nig.INT_STS_2, r2=nig.INT_MASK_2, */ 6103 0x00020183, 0x00010202, 0x0000021a, /* ((r1&~r2)!=0), r1=nig.INT_STS_3, r2=nig.INT_MASK_3, */ 6104 0x00000184, 0x00010002, 0x0000021e, /* ((r1&~r2)!=0), r1=nig.INT_STS_4, r2=nig.INT_MASK_4, */ 6105 0x00020185, 0x00010202, 0x00000220, /* ((r1&~r2)!=0), r1=nig.INT_STS_5, r2=nig.INT_MASK_5, */ 6106 0x01010186, 0x00010001, 0x00240224, /* (r1!=0x000fffff), r1=nig.lb_sopq_empty, */ 6107 0x01010187, 0x00010001, 0x00250225, /* (r1!=0x0000ffff), r1=nig.tx_sopq_empty, */ 6108 0x01010188, 0x00010001, 0x000d0226, /* (r1!=1), r1=nig.rx_llh_rfifo_empty, */ 6109 0x01010189, 0x00010001, 0x000d0227, /* (r1!=1), r1=nig.lb_btb_fifo_empty, */ 6110 0x0101018a, 0x00010001, 0x000d0228, /* (r1!=1), r1=nig.lb_llh_rfifo_empty, */ 6111 0x0500018b, 0x00040002, 0x00260229, /* (((r1&0xff)!=0)&&((r2&0x7)!=0)), r1=nig.rx_ptp_ts_msb_err, r2=nig.rx_ptp_en, */ 6112 0x0101018c, 0x00010001, 0x000d022b, /* (r1!=1), r1=nig.tx_btb_fifo_empty, */ 6113 0x0101018d, 0x00010001, 0x000d022c, /* (r1!=1), r1=nig.debug_fifo_empty, */ 6114 0x0100018e, 0x00010001, 0x0000022d, /* (r1!=0), r1=ptu.pxp_err_ctr, */ 6115 0x0100018f, 0x00010001, 0x0000022e, /* (r1!=0), r1=ptu.inv_err_ctr, */ 6116 0x01000190, 0x00010001, 0x0000022f, /* (r1!=0), r1=ptu.pbf_fill_level, */ 6117 0x01000191, 0x00010001, 0x00000230, /* (r1!=0), r1=ptu.prm_fill_level, */ 6118 0x00000192, 0x00010002, 0x00000231, /* ((r1&~r2)!=0), r1=ptu.INT_STS, r2=ptu.INT_MASK, */ 6119 0x00000193, 0x00010602, 0x00000233, /* ((r1&~r2)!=0), r1=cdu.INT_STS, r2=cdu.INT_MASK, */ 6120 0x01020194, 0x00010001, 0x0000023b, /* (r1!=0), r1=pbf.num_pkts_received_with_error, */ 6121 0x01020195, 0x00010001, 0x0000023c, /* (r1!=0), r1=pbf.num_pkts_sent_with_error_to_btb, */ 6122 0x01020196, 0x00010001, 0x0000023d, /* (r1!=0), r1=pbf.num_pkts_sent_with_drop_to_btb, */ 6123 0x01010197, 0x00010001, 0x0000023e, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq0, */ 6124 0x01010198, 0x00010001, 0x0000023f, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq0, */ 6125 0x01010199, 0x00010001, 0x00000240, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq0, */ 6126 0x0101019a, 0x00010001, 0x00000241, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq1, */ 6127 0x0101019b, 0x00010001, 0x00000242, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq1, */ 6128 0x0101019c, 0x00010001, 0x00000243, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq1, */ 6129 0x0101019d, 0x00010001, 0x00000244, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq2, */ 6130 0x0101019e, 0x00010001, 0x00000245, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq2, */ 6131 0x0101019f, 0x00010001, 0x00000246, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq2, */ 6132 0x010101a0, 0x00010001, 0x00000247, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq3, */ 6133 0x010101a1, 0x00010001, 0x00000248, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq3, */ 6134 0x010101a2, 0x00010001, 0x00000249, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq3, */ 6135 0x010101a3, 0x00010001, 0x0000024a, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq4, */ 6136 0x010101a4, 0x00010001, 0x0000024b, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq4, */ 6137 0x010101a5, 0x00010001, 0x0000024c, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq4, */ 6138 0x010101a6, 0x00010001, 0x0000024d, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq5, */ 6139 0x010101a7, 0x00010001, 0x0000024e, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq5, */ 6140 0x010101a8, 0x00010001, 0x0000024f, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq5, */ 6141 0x010101a9, 0x00010001, 0x00000250, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq6, */ 6142 0x010101aa, 0x00010001, 0x00000251, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq6, */ 6143 0x010101ab, 0x00010001, 0x00000252, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq6, */ 6144 0x010101ac, 0x00010001, 0x00000253, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq7, */ 6145 0x010101ad, 0x00010001, 0x00000254, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq7, */ 6146 0x010101ae, 0x00010001, 0x00000255, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq7, */ 6147 0x010101af, 0x00010001, 0x00000256, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq8, */ 6148 0x010101b0, 0x00010001, 0x00000257, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq8, */ 6149 0x010101b1, 0x00010001, 0x00000258, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq8, */ 6150 0x010101b2, 0x00010001, 0x00000259, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq9, */ 6151 0x010101b3, 0x00010001, 0x0000025a, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq9, */ 6152 0x010101b4, 0x00010001, 0x0000025b, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq9, */ 6153 0x010101b5, 0x00010001, 0x0000025c, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq10, */ 6154 0x010101b6, 0x00010001, 0x0000025d, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq10, */ 6155 0x010101b7, 0x00010001, 0x0000025e, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq10, */ 6156 0x010101b8, 0x00010001, 0x0000025f, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq11, */ 6157 0x010101b9, 0x00010001, 0x00000260, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq11, */ 6158 0x010101ba, 0x00010001, 0x00000261, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq11, */ 6159 0x010101bb, 0x00010001, 0x00000262, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq12, */ 6160 0x010101bc, 0x00010001, 0x00000263, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq12, */ 6161 0x010101bd, 0x00010001, 0x00000264, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq12, */ 6162 0x010101be, 0x00010001, 0x00000265, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq13, */ 6163 0x010101bf, 0x00010001, 0x00000266, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq13, */ 6164 0x010101c0, 0x00010001, 0x00000267, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq13, */ 6165 0x010101c1, 0x00010001, 0x00000268, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq14, */ 6166 0x010101c2, 0x00010001, 0x00000269, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq14, */ 6167 0x010101c3, 0x00010001, 0x0000026a, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq14, */ 6168 0x010101c4, 0x00010001, 0x0000026b, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq15, */ 6169 0x010101c5, 0x00010001, 0x0000026c, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq15, */ 6170 0x010101c6, 0x00010001, 0x0000026d, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq15, */ 6171 0x010101c7, 0x00010001, 0x0000026e, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq16, */ 6172 0x010101c8, 0x00010001, 0x0000026f, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq16, */ 6173 0x010101c9, 0x00010001, 0x00000270, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq16, */ 6174 0x010101ca, 0x00010001, 0x00000271, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq17, */ 6175 0x010101cb, 0x00010001, 0x00000272, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq17, */ 6176 0x010101cc, 0x00010001, 0x00000273, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq17, */ 6177 0x010101cd, 0x00010001, 0x00000274, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq18, */ 6178 0x010101ce, 0x00010001, 0x00000275, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq18, */ 6179 0x010101cf, 0x00010001, 0x00000276, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq18, */ 6180 0x010101d0, 0x00010001, 0x00000277, /* (r1!=0), r1=pbf.ycmd_qs_cmd_cnt_voq19, */ 6181 0x010101d1, 0x00010001, 0x00000278, /* (r1!=0), r1=pbf.ycmd_qs_occupancy_voq19, */ 6182 0x010101d2, 0x00010001, 0x00000279, /* (r1!=0), r1=pbf.btb_allocated_blocks_voq19, */ 6183 0x000001d3, 0x00010002, 0x0000027a, /* ((r1&~r2)!=0), r1=btb.INT_STS_1, r2=btb.INT_MASK_1, */ 6184 0x000001d4, 0x00010002, 0x0000027c, /* ((r1&~r2)!=0), r1=btb.INT_STS_2, r2=btb.INT_MASK_2, */ 6185 0x000001d5, 0x00010002, 0x0000027e, /* ((r1&~r2)!=0), r1=btb.INT_STS_3, r2=btb.INT_MASK_3, */ 6186 0x010101d6, 0x00010001, 0x00030280, /* (r1!=15), r1=btb.wc_dup_empty, */ 6187 0x010101d7, 0x00010001, 0x00000281, /* (r1!=0), r1=btb.wc_dup_status, */ 6188 0x010101d8, 0x00010001, 0x002a0282, /* (r1!=8190), r1=btb.wc_empty_0, */ 6189 0x010201d9, 0x00010001, 0x00000283, /* (r1!=0), r1=btb.wc_bandwidth_if_full, */ 6190 0x010201da, 0x00010001, 0x00000284, /* (r1!=0), r1=btb.rc_pkt_if_full, */ 6191 0x010101db, 0x00010001, 0x00230285, /* (r1!=255), r1=btb.rc_pkt_empty_0, */ 6192 0x010101dc, 0x00010001, 0x00230286, /* (r1!=255), r1=btb.rc_pkt_empty_1, */ 6193 0x010101dd, 0x00010001, 0x00230287, /* (r1!=255), r1=btb.rc_pkt_empty_2, */ 6194 0x010101de, 0x00010001, 0x00230288, /* (r1!=255), r1=btb.rc_pkt_empty_3, */ 6195 0x010101df, 0x00010001, 0x00030289, /* (r1!=15), r1=btb.rc_sop_empty, */ 6196 0x010101e0, 0x00010001, 0x000b028a, /* (r1!=2), r1=btb.ll_arb_empty, */ 6197 0x020101e1, 0x00010001, 0x002b028b, /* (r1>46), r1=btb.block_occupancy, */ 6198 0x010101e2, 0x00010001, 0x0000028c, /* (r1!=0), r1=btb.rc_pkt_state, */ 6199 0x010101e3, 0x00010001, 0x000b028d, /* (r1!=2), r1=btb.wc_status_0 width=3 access=WB, */ 6200 0x000001e4, 0x00010102, 0x0000028e, /* ((r1&~r2)!=0), r1=xsdm.INT_STS, r2=xsdm.INT_MASK, */ 6201 0x010101e5, 0x00010001, 0x00000291, /* (r1!=0), r1=xsdm.qm_full, */ 6202 0x010101e6, 0x00010001, 0x00000292, /* (r1!=0), r1=xsdm.rsp_brb_if_full, */ 6203 0x010101e7, 0x00010001, 0x00000293, /* (r1!=0), r1=xsdm.rsp_pxp_if_full, */ 6204 0x010101e8, 0x00010001, 0x00000294, /* (r1!=0), r1=xsdm.dst_pxp_if_full, */ 6205 0x010101e9, 0x00010001, 0x00000295, /* (r1!=0), r1=xsdm.dst_int_ram_if_full, */ 6206 0x010101ea, 0x00010001, 0x00000296, /* (r1!=0), r1=xsdm.dst_pas_buf_if_full, */ 6207 0x010101eb, 0x00010001, 0x000d0297, /* (r1!=1), r1=xsdm.int_cmpl_pend_empty, */ 6208 0x010101ec, 0x00010001, 0x000d0298, /* (r1!=1), r1=xsdm.int_cprm_pend_empty, */ 6209 0x010101ed, 0x00010001, 0x002c0299, /* (r1!=511), r1=xsdm.queue_empty, */ 6210 0x010101ee, 0x00010001, 0x000d029a, /* (r1!=1), r1=xsdm.delay_fifo_empty, */ 6211 0x010101ef, 0x00010001, 0x000d029b, /* (r1!=1), r1=xsdm.rsp_pxp_rdata_empty, */ 6212 0x010101f0, 0x00010001, 0x000d029c, /* (r1!=1), r1=xsdm.rsp_brb_rdata_empty, */ 6213 0x010101f1, 0x00010001, 0x000d029d, /* (r1!=1), r1=xsdm.rsp_int_ram_rdata_empty, */ 6214 0x010101f2, 0x00010001, 0x000d029e, /* (r1!=1), r1=xsdm.rsp_brb_pend_empty, */ 6215 0x010101f3, 0x00010001, 0x000d029f, /* (r1!=1), r1=xsdm.rsp_int_ram_pend_empty, */ 6216 0x010101f4, 0x00010001, 0x000d02a0, /* (r1!=1), r1=xsdm.dst_pxp_immed_empty, */ 6217 0x010101f5, 0x00010001, 0x000d02a1, /* (r1!=1), r1=xsdm.dst_pxp_dst_pend_empty, */ 6218 0x010101f6, 0x00010001, 0x000d02a2, /* (r1!=1), r1=xsdm.dst_pxp_src_pend_empty, */ 6219 0x010101f7, 0x00010001, 0x000d02a3, /* (r1!=1), r1=xsdm.dst_brb_src_pend_empty, */ 6220 0x010101f8, 0x00010001, 0x000d02a4, /* (r1!=1), r1=xsdm.dst_brb_src_addr_empty, */ 6221 0x010101f9, 0x00010001, 0x000d02a5, /* (r1!=1), r1=xsdm.dst_pxp_link_empty, */ 6222 0x010101fa, 0x00010001, 0x000d02a6, /* (r1!=1), r1=xsdm.dst_int_ram_wait_empty, */ 6223 0x010101fb, 0x00010001, 0x000d02a7, /* (r1!=1), r1=xsdm.dst_pas_buf_wait_empty, */ 6224 0x010101fc, 0x00010001, 0x000d02a8, /* (r1!=1), r1=xsdm.sh_delay_empty, */ 6225 0x010101fd, 0x00010001, 0x000d02a9, /* (r1!=1), r1=xsdm.cm_delay_empty, */ 6226 0x010101fe, 0x00010001, 0x000d02aa, /* (r1!=1), r1=xsdm.cmsg_que_empty, */ 6227 0x010101ff, 0x00010001, 0x000d02ab, /* (r1!=1), r1=xsdm.ccfc_load_pend_empty, */ 6228 0x01010200, 0x00010001, 0x000d02ac, /* (r1!=1), r1=xsdm.tcfc_load_pend_empty, */ 6229 0x01010201, 0x00010001, 0x000d02ad, /* (r1!=1), r1=xsdm.async_host_empty, */ 6230 0x01010202, 0x00010001, 0x000d02ae, /* (r1!=1), r1=xsdm.prm_fifo_empty, */ 6231 0x00000203, 0x00010102, 0x000002af, /* ((r1&~r2)!=0), r1=ysdm.INT_STS, r2=ysdm.INT_MASK, */ 6232 0x01010204, 0x00010001, 0x000002b2, /* (r1!=0), r1=ysdm.qm_full, */ 6233 0x01010205, 0x00010001, 0x000002b3, /* (r1!=0), r1=ysdm.rsp_brb_if_full, */ 6234 0x01010206, 0x00010001, 0x000002b4, /* (r1!=0), r1=ysdm.rsp_pxp_if_full, */ 6235 0x01010207, 0x00010001, 0x000002b5, /* (r1!=0), r1=ysdm.dst_pxp_if_full, */ 6236 0x01010208, 0x00010001, 0x000002b6, /* (r1!=0), r1=ysdm.dst_int_ram_if_full, */ 6237 0x01010209, 0x00010001, 0x000002b7, /* (r1!=0), r1=ysdm.dst_pas_buf_if_full, */ 6238 0x0101020a, 0x00010001, 0x000d02b8, /* (r1!=1), r1=ysdm.int_cmpl_pend_empty, */ 6239 0x0101020b, 0x00010001, 0x000d02b9, /* (r1!=1), r1=ysdm.int_cprm_pend_empty, */ 6240 0x0101020c, 0x00010001, 0x002c02ba, /* (r1!=511), r1=ysdm.queue_empty, */ 6241 0x0101020d, 0x00010001, 0x000d02bb, /* (r1!=1), r1=ysdm.delay_fifo_empty, */ 6242 0x0101020e, 0x00010001, 0x000d02bc, /* (r1!=1), r1=ysdm.rsp_pxp_rdata_empty, */ 6243 0x0101020f, 0x00010001, 0x000d02bd, /* (r1!=1), r1=ysdm.rsp_brb_rdata_empty, */ 6244 0x01010210, 0x00010001, 0x000d02be, /* (r1!=1), r1=ysdm.rsp_int_ram_rdata_empty, */ 6245 0x01010211, 0x00010001, 0x000d02bf, /* (r1!=1), r1=ysdm.rsp_brb_pend_empty, */ 6246 0x01010212, 0x00010001, 0x000d02c0, /* (r1!=1), r1=ysdm.rsp_int_ram_pend_empty, */ 6247 0x01010213, 0x00010001, 0x000d02c1, /* (r1!=1), r1=ysdm.dst_pxp_immed_empty, */ 6248 0x01010214, 0x00010001, 0x000d02c2, /* (r1!=1), r1=ysdm.dst_pxp_dst_pend_empty, */ 6249 0x01010215, 0x00010001, 0x000d02c3, /* (r1!=1), r1=ysdm.dst_pxp_src_pend_empty, */ 6250 0x01010216, 0x00010001, 0x000d02c4, /* (r1!=1), r1=ysdm.dst_brb_src_pend_empty, */ 6251 0x01010217, 0x00010001, 0x000d02c5, /* (r1!=1), r1=ysdm.dst_brb_src_addr_empty, */ 6252 0x01010218, 0x00010001, 0x000d02c6, /* (r1!=1), r1=ysdm.dst_pxp_link_empty, */ 6253 0x01010219, 0x00010001, 0x000d02c7, /* (r1!=1), r1=ysdm.dst_int_ram_wait_empty, */ 6254 0x0101021a, 0x00010001, 0x000d02c8, /* (r1!=1), r1=ysdm.dst_pas_buf_wait_empty, */ 6255 0x0101021b, 0x00010001, 0x000d02c9, /* (r1!=1), r1=ysdm.sh_delay_empty, */ 6256 0x0101021c, 0x00010001, 0x000d02ca, /* (r1!=1), r1=ysdm.cm_delay_empty, */ 6257 0x0101021d, 0x00010001, 0x000d02cb, /* (r1!=1), r1=ysdm.cmsg_que_empty, */ 6258 0x0101021e, 0x00010001, 0x000d02cc, /* (r1!=1), r1=ysdm.ccfc_load_pend_empty, */ 6259 0x0101021f, 0x00010001, 0x000d02cd, /* (r1!=1), r1=ysdm.tcfc_load_pend_empty, */ 6260 0x01010220, 0x00010001, 0x000d02ce, /* (r1!=1), r1=ysdm.async_host_empty, */ 6261 0x01010221, 0x00010001, 0x000d02cf, /* (r1!=1), r1=ysdm.prm_fifo_empty, */ 6262 0x00000222, 0x00010102, 0x000002d0, /* ((r1&~r2)!=0), r1=psdm.INT_STS, r2=psdm.INT_MASK, */ 6263 0x01010223, 0x00010001, 0x000002d3, /* (r1!=0), r1=psdm.qm_full, */ 6264 0x01010224, 0x00010001, 0x000002d4, /* (r1!=0), r1=psdm.rsp_brb_if_full, */ 6265 0x01010225, 0x00010001, 0x000002d5, /* (r1!=0), r1=psdm.rsp_pxp_if_full, */ 6266 0x01010226, 0x00010001, 0x000002d6, /* (r1!=0), r1=psdm.dst_pxp_if_full, */ 6267 0x01010227, 0x00010001, 0x000002d7, /* (r1!=0), r1=psdm.dst_int_ram_if_full, */ 6268 0x01010228, 0x00010001, 0x000002d8, /* (r1!=0), r1=psdm.dst_pas_buf_if_full, */ 6269 0x01010229, 0x00010001, 0x000d02d9, /* (r1!=1), r1=psdm.int_cmpl_pend_empty, */ 6270 0x0101022a, 0x00010001, 0x000d02da, /* (r1!=1), r1=psdm.int_cprm_pend_empty, */ 6271 0x0101022b, 0x00010001, 0x002c02db, /* (r1!=511), r1=psdm.queue_empty, */ 6272 0x0101022c, 0x00010001, 0x000d02dc, /* (r1!=1), r1=psdm.delay_fifo_empty, */ 6273 0x0101022d, 0x00010001, 0x000d02dd, /* (r1!=1), r1=psdm.rsp_pxp_rdata_empty, */ 6274 0x0101022e, 0x00010001, 0x000d02de, /* (r1!=1), r1=psdm.rsp_brb_rdata_empty, */ 6275 0x0101022f, 0x00010001, 0x000d02df, /* (r1!=1), r1=psdm.rsp_int_ram_rdata_empty, */ 6276 0x01010230, 0x00010001, 0x000d02e0, /* (r1!=1), r1=psdm.rsp_brb_pend_empty, */ 6277 0x01010231, 0x00010001, 0x000d02e1, /* (r1!=1), r1=psdm.rsp_int_ram_pend_empty, */ 6278 0x01010232, 0x00010001, 0x000d02e2, /* (r1!=1), r1=psdm.dst_pxp_immed_empty, */ 6279 0x01010233, 0x00010001, 0x000d02e3, /* (r1!=1), r1=psdm.dst_pxp_dst_pend_empty, */ 6280 0x01010234, 0x00010001, 0x000d02e4, /* (r1!=1), r1=psdm.dst_pxp_src_pend_empty, */ 6281 0x01010235, 0x00010001, 0x000d02e5, /* (r1!=1), r1=psdm.dst_brb_src_pend_empty, */ 6282 0x01010236, 0x00010001, 0x000d02e6, /* (r1!=1), r1=psdm.dst_brb_src_addr_empty, */ 6283 0x01010237, 0x00010001, 0x000d02e7, /* (r1!=1), r1=psdm.dst_pxp_link_empty, */ 6284 0x01010238, 0x00010001, 0x000d02e8, /* (r1!=1), r1=psdm.dst_int_ram_wait_empty, */ 6285 0x01010239, 0x00010001, 0x000d02e9, /* (r1!=1), r1=psdm.dst_pas_buf_wait_empty, */ 6286 0x0101023a, 0x00010001, 0x000d02ea, /* (r1!=1), r1=psdm.sh_delay_empty, */ 6287 0x0101023b, 0x00010001, 0x000d02eb, /* (r1!=1), r1=psdm.cm_delay_empty, */ 6288 0x0101023c, 0x00010001, 0x000d02ec, /* (r1!=1), r1=psdm.cmsg_que_empty, */ 6289 0x0101023d, 0x00010001, 0x000d02ed, /* (r1!=1), r1=psdm.ccfc_load_pend_empty, */ 6290 0x0101023e, 0x00010001, 0x000d02ee, /* (r1!=1), r1=psdm.tcfc_load_pend_empty, */ 6291 0x0101023f, 0x00010001, 0x000d02ef, /* (r1!=1), r1=psdm.async_host_empty, */ 6292 0x01010240, 0x00010001, 0x000d02f0, /* (r1!=1), r1=psdm.prm_fifo_empty, */ 6293 0x00000241, 0x00010102, 0x000002f1, /* ((r1&~r2)!=0), r1=tsdm.INT_STS, r2=tsdm.INT_MASK, */ 6294 0x01010242, 0x00010001, 0x000002f4, /* (r1!=0), r1=tsdm.qm_full, */ 6295 0x01010243, 0x00010001, 0x000002f5, /* (r1!=0), r1=tsdm.rsp_brb_if_full, */ 6296 0x01010244, 0x00010001, 0x000002f6, /* (r1!=0), r1=tsdm.rsp_pxp_if_full, */ 6297 0x01010245, 0x00010001, 0x000002f7, /* (r1!=0), r1=tsdm.dst_pxp_if_full, */ 6298 0x01010246, 0x00010001, 0x000002f8, /* (r1!=0), r1=tsdm.dst_int_ram_if_full, */ 6299 0x01010247, 0x00010001, 0x000002f9, /* (r1!=0), r1=tsdm.dst_pas_buf_if_full, */ 6300 0x01010248, 0x00010001, 0x000d02fa, /* (r1!=1), r1=tsdm.int_cmpl_pend_empty, */ 6301 0x01010249, 0x00010001, 0x000d02fb, /* (r1!=1), r1=tsdm.int_cprm_pend_empty, */ 6302 0x0101024a, 0x00010001, 0x002c02fc, /* (r1!=511), r1=tsdm.queue_empty, */ 6303 0x0101024b, 0x00010001, 0x000d02fd, /* (r1!=1), r1=tsdm.delay_fifo_empty, */ 6304 0x0101024c, 0x00010001, 0x000d02fe, /* (r1!=1), r1=tsdm.rsp_pxp_rdata_empty, */ 6305 0x0101024d, 0x00010001, 0x000d02ff, /* (r1!=1), r1=tsdm.rsp_brb_rdata_empty, */ 6306 0x0101024e, 0x00010001, 0x000d0300, /* (r1!=1), r1=tsdm.rsp_int_ram_rdata_empty, */ 6307 0x0101024f, 0x00010001, 0x000d0301, /* (r1!=1), r1=tsdm.rsp_brb_pend_empty, */ 6308 0x01010250, 0x00010001, 0x000d0302, /* (r1!=1), r1=tsdm.rsp_int_ram_pend_empty, */ 6309 0x01010251, 0x00010001, 0x000d0303, /* (r1!=1), r1=tsdm.dst_pxp_immed_empty, */ 6310 0x01010252, 0x00010001, 0x000d0304, /* (r1!=1), r1=tsdm.dst_pxp_dst_pend_empty, */ 6311 0x01010253, 0x00010001, 0x000d0305, /* (r1!=1), r1=tsdm.dst_pxp_src_pend_empty, */ 6312 0x01010254, 0x00010001, 0x000d0306, /* (r1!=1), r1=tsdm.dst_brb_src_pend_empty, */ 6313 0x01010255, 0x00010001, 0x000d0307, /* (r1!=1), r1=tsdm.dst_brb_src_addr_empty, */ 6314 0x01010256, 0x00010001, 0x000d0308, /* (r1!=1), r1=tsdm.dst_pxp_link_empty, */ 6315 0x01010257, 0x00010001, 0x000d0309, /* (r1!=1), r1=tsdm.dst_int_ram_wait_empty, */ 6316 0x01010258, 0x00010001, 0x000d030a, /* (r1!=1), r1=tsdm.dst_pas_buf_wait_empty, */ 6317 0x01010259, 0x00010001, 0x000d030b, /* (r1!=1), r1=tsdm.sh_delay_empty, */ 6318 0x0101025a, 0x00010001, 0x000d030c, /* (r1!=1), r1=tsdm.cm_delay_empty, */ 6319 0x0101025b, 0x00010001, 0x000d030d, /* (r1!=1), r1=tsdm.cmsg_que_empty, */ 6320 0x0101025c, 0x00010001, 0x000d030e, /* (r1!=1), r1=tsdm.ccfc_load_pend_empty, */ 6321 0x0101025d, 0x00010001, 0x000d030f, /* (r1!=1), r1=tsdm.tcfc_load_pend_empty, */ 6322 0x0101025e, 0x00010001, 0x000d0310, /* (r1!=1), r1=tsdm.async_host_empty, */ 6323 0x0101025f, 0x00010001, 0x000d0311, /* (r1!=1), r1=tsdm.prm_fifo_empty, */ 6324 0x00000260, 0x00010102, 0x00000312, /* ((r1&~r2)!=0), r1=msdm.INT_STS, r2=msdm.INT_MASK, */ 6325 0x01010261, 0x00010001, 0x00000315, /* (r1!=0), r1=msdm.qm_full, */ 6326 0x01010262, 0x00010001, 0x00000316, /* (r1!=0), r1=msdm.rsp_brb_if_full, */ 6327 0x01010263, 0x00010001, 0x00000317, /* (r1!=0), r1=msdm.rsp_pxp_if_full, */ 6328 0x01010264, 0x00010001, 0x00000318, /* (r1!=0), r1=msdm.dst_pxp_if_full, */ 6329 0x01010265, 0x00010001, 0x00000319, /* (r1!=0), r1=msdm.dst_int_ram_if_full, */ 6330 0x01010266, 0x00010001, 0x0000031a, /* (r1!=0), r1=msdm.dst_pas_buf_if_full, */ 6331 0x01010267, 0x00010001, 0x000d031b, /* (r1!=1), r1=msdm.int_cmpl_pend_empty, */ 6332 0x01010268, 0x00010001, 0x000d031c, /* (r1!=1), r1=msdm.int_cprm_pend_empty, */ 6333 0x01010269, 0x00010001, 0x002c031d, /* (r1!=511), r1=msdm.queue_empty, */ 6334 0x0101026a, 0x00010001, 0x000d031e, /* (r1!=1), r1=msdm.delay_fifo_empty, */ 6335 0x0101026b, 0x00010001, 0x000d031f, /* (r1!=1), r1=msdm.rsp_pxp_rdata_empty, */ 6336 0x0101026c, 0x00010001, 0x000d0320, /* (r1!=1), r1=msdm.rsp_brb_rdata_empty, */ 6337 0x0101026d, 0x00010001, 0x000d0321, /* (r1!=1), r1=msdm.rsp_int_ram_rdata_empty, */ 6338 0x0101026e, 0x00010001, 0x000d0322, /* (r1!=1), r1=msdm.rsp_brb_pend_empty, */ 6339 0x0101026f, 0x00010001, 0x000d0323, /* (r1!=1), r1=msdm.rsp_int_ram_pend_empty, */ 6340 0x01010270, 0x00010001, 0x000d0324, /* (r1!=1), r1=msdm.dst_pxp_immed_empty, */ 6341 0x01010271, 0x00010001, 0x000d0325, /* (r1!=1), r1=msdm.dst_pxp_dst_pend_empty, */ 6342 0x01010272, 0x00010001, 0x000d0326, /* (r1!=1), r1=msdm.dst_pxp_src_pend_empty, */ 6343 0x01010273, 0x00010001, 0x000d0327, /* (r1!=1), r1=msdm.dst_brb_src_pend_empty, */ 6344 0x01010274, 0x00010001, 0x000d0328, /* (r1!=1), r1=msdm.dst_brb_src_addr_empty, */ 6345 0x01010275, 0x00010001, 0x000d0329, /* (r1!=1), r1=msdm.dst_pxp_link_empty, */ 6346 0x01010276, 0x00010001, 0x000d032a, /* (r1!=1), r1=msdm.dst_int_ram_wait_empty, */ 6347 0x01010277, 0x00010001, 0x000d032b, /* (r1!=1), r1=msdm.dst_pas_buf_wait_empty, */ 6348 0x01010278, 0x00010001, 0x000d032c, /* (r1!=1), r1=msdm.sh_delay_empty, */ 6349 0x01010279, 0x00010001, 0x000d032d, /* (r1!=1), r1=msdm.cm_delay_empty, */ 6350 0x0101027a, 0x00010001, 0x000d032e, /* (r1!=1), r1=msdm.cmsg_que_empty, */ 6351 0x0101027b, 0x00010001, 0x000d032f, /* (r1!=1), r1=msdm.ccfc_load_pend_empty, */ 6352 0x0101027c, 0x00010001, 0x000d0330, /* (r1!=1), r1=msdm.tcfc_load_pend_empty, */ 6353 0x0101027d, 0x00010001, 0x000d0331, /* (r1!=1), r1=msdm.async_host_empty, */ 6354 0x0101027e, 0x00010001, 0x000d0332, /* (r1!=1), r1=msdm.prm_fifo_empty, */ 6355 0x0000027f, 0x00010102, 0x00000333, /* ((r1&~r2)!=0), r1=usdm.INT_STS, r2=usdm.INT_MASK, */ 6356 0x01010280, 0x00010001, 0x00000336, /* (r1!=0), r1=usdm.qm_full, */ 6357 0x01010281, 0x00010001, 0x00000337, /* (r1!=0), r1=usdm.rsp_brb_if_full, */ 6358 0x01010282, 0x00010001, 0x00000338, /* (r1!=0), r1=usdm.rsp_pxp_if_full, */ 6359 0x01010283, 0x00010001, 0x00000339, /* (r1!=0), r1=usdm.dst_pxp_if_full, */ 6360 0x01010284, 0x00010001, 0x0000033a, /* (r1!=0), r1=usdm.dst_int_ram_if_full, */ 6361 0x01010285, 0x00010001, 0x0000033b, /* (r1!=0), r1=usdm.dst_pas_buf_if_full, */ 6362 0x01010286, 0x00010001, 0x000d033c, /* (r1!=1), r1=usdm.int_cmpl_pend_empty, */ 6363 0x01010287, 0x00010001, 0x000d033d, /* (r1!=1), r1=usdm.int_cprm_pend_empty, */ 6364 0x01010288, 0x00010001, 0x002c033e, /* (r1!=511), r1=usdm.queue_empty, */ 6365 0x01010289, 0x00010001, 0x000d033f, /* (r1!=1), r1=usdm.delay_fifo_empty, */ 6366 0x0101028a, 0x00010001, 0x000d0340, /* (r1!=1), r1=usdm.rsp_pxp_rdata_empty, */ 6367 0x0101028b, 0x00010001, 0x000d0341, /* (r1!=1), r1=usdm.rsp_brb_rdata_empty, */ 6368 0x0101028c, 0x00010001, 0x000d0342, /* (r1!=1), r1=usdm.rsp_int_ram_rdata_empty, */ 6369 0x0101028d, 0x00010001, 0x000d0343, /* (r1!=1), r1=usdm.rsp_brb_pend_empty, */ 6370 0x0101028e, 0x00010001, 0x000d0344, /* (r1!=1), r1=usdm.rsp_int_ram_pend_empty, */ 6371 0x0101028f, 0x00010001, 0x000d0345, /* (r1!=1), r1=usdm.dst_pxp_immed_empty, */ 6372 0x01010290, 0x00010001, 0x000d0346, /* (r1!=1), r1=usdm.dst_pxp_dst_pend_empty, */ 6373 0x01010291, 0x00010001, 0x000d0347, /* (r1!=1), r1=usdm.dst_pxp_src_pend_empty, */ 6374 0x01010292, 0x00010001, 0x000d0348, /* (r1!=1), r1=usdm.dst_brb_src_pend_empty, */ 6375 0x01010293, 0x00010001, 0x000d0349, /* (r1!=1), r1=usdm.dst_brb_src_addr_empty, */ 6376 0x01010294, 0x00010001, 0x000d034a, /* (r1!=1), r1=usdm.dst_pxp_link_empty, */ 6377 0x01010295, 0x00010001, 0x000d034b, /* (r1!=1), r1=usdm.dst_int_ram_wait_empty, */ 6378 0x01010296, 0x00010001, 0x000d034c, /* (r1!=1), r1=usdm.dst_pas_buf_wait_empty, */ 6379 0x01010297, 0x00010001, 0x000d034d, /* (r1!=1), r1=usdm.sh_delay_empty, */ 6380 0x01010298, 0x00010001, 0x000d034e, /* (r1!=1), r1=usdm.cm_delay_empty, */ 6381 0x01010299, 0x00010001, 0x000d034f, /* (r1!=1), r1=usdm.cmsg_que_empty, */ 6382 0x0101029a, 0x00010001, 0x000d0350, /* (r1!=1), r1=usdm.ccfc_load_pend_empty, */ 6383 0x0101029b, 0x00010001, 0x000d0351, /* (r1!=1), r1=usdm.tcfc_load_pend_empty, */ 6384 0x0101029c, 0x00010001, 0x000d0352, /* (r1!=1), r1=usdm.async_host_empty, */ 6385 0x0101029d, 0x00010001, 0x000d0353, /* (r1!=1), r1=usdm.prm_fifo_empty, */ 6386 0x0000029e, 0x00010002, 0x00000354, /* ((r1&~r2)!=0), r1=xcm.INT_STS_0, r2=xcm.INT_MASK_0, */ 6387 0x0000029f, 0x00010002, 0x00000356, /* ((r1&~r2)!=0), r1=xcm.INT_STS_1, r2=xcm.INT_MASK_1, */ 6388 0x000002a0, 0x00010102, 0x00000358, /* ((r1&~r2)!=0), r1=xcm.INT_STS_2, r2=xcm.INT_MASK_2, */ 6389 0x010002a1, 0x00010001, 0x0000035b, /* (r1!=0), r1=xcm.fi_desc_input_violate, */ 6390 0x010102a2, 0x00010001, 0x0000035c, /* (r1!=0), r1=xcm.ia_agg_con_part_fill_lvl, */ 6391 0x010102a3, 0x00010001, 0x0000035d, /* (r1!=0), r1=xcm.ia_sm_con_part_fill_lvl, */ 6392 0x010102a4, 0x00010001, 0x0000035e, /* (r1!=0), r1=xcm.ia_trans_part_fill_lvl, */ 6393 0x010102a5, 0x00010001, 0x002d035f, /* (r1!=reset1), r1=xcm.xx_free_cnt, */ 6394 0x010102a6, 0x00010001, 0x00000360, /* (r1!=0), r1=xcm.xx_lcid_cam_fill_lvl, */ 6395 0x010102a7, 0x00010001, 0x00000361, /* (r1!=0), r1=xcm.xx_lock_cnt, */ 6396 0x010102a8, 0x00010001, 0x00000362, /* (r1!=0), r1=xcm.xx_cbyp_tbl_fill_lvl, */ 6397 0x010102a9, 0x00010001, 0x00000363, /* (r1!=0), r1=xcm.agg_con_fic_buf_fill_lvl, */ 6398 0x010102aa, 0x00010001, 0x00000364, /* (r1!=0), r1=xcm.sm_con_fic_buf_fill_lvl, */ 6399 0x010102ab, 0x00010001, 0x00000365, /* (r1!=0), r1=xcm.in_prcs_tbl_fill_lvl, */ 6400 0x010102ac, 0x00010001, 0x000d0366, /* (r1!=reset1), r1=xcm.ccfc_init_crd, */ 6401 0x010102ad, 0x00010001, 0x000a0367, /* (r1!=reset1), r1=xcm.qm_init_crd0, */ 6402 0x010102ae, 0x00010001, 0x000a0368, /* (r1!=reset1), r1=xcm.qm_init_crd1, */ 6403 0x010102af, 0x00010001, 0x00110369, /* (r1!=reset1), r1=xcm.tm_init_crd, */ 6404 0x010102b0, 0x00010001, 0x002e036a, /* (r1!=reset1), r1=xcm.fic_init_crd, */ 6405 0x010002b1, 0x00010001, 0x0000036b, /* (r1!=0), r1=xcm.xsdm_length_mis, */ 6406 0x010002b2, 0x00010001, 0x0000036c, /* (r1!=0), r1=xcm.ysdm_length_mis, */ 6407 0x010002b3, 0x00010001, 0x0000036d, /* (r1!=0), r1=xcm.dorq_length_mis, */ 6408 0x010002b4, 0x00010001, 0x0000036e, /* (r1!=0), r1=xcm.pbf_length_mis, */ 6409 0x010102b5, 0x00010001, 0x0000036f, /* (r1!=0), r1=xcm.is_qm_p_fill_lvl, */ 6410 0x010102b6, 0x00010001, 0x00000370, /* (r1!=0), r1=xcm.is_qm_s_fill_lvl, */ 6411 0x010102b7, 0x00010001, 0x00000371, /* (r1!=0), r1=xcm.is_tm_fill_lvl, */ 6412 0x010102b8, 0x00010001, 0x00000372, /* (r1!=0), r1=xcm.is_storm_fill_lvl, */ 6413 0x010102b9, 0x00010001, 0x00000373, /* (r1!=0), r1=xcm.is_xsdm_fill_lvl, */ 6414 0x010102ba, 0x00010001, 0x00000374, /* (r1!=0), r1=xcm.is_ysdm_fill_lvl, */ 6415 0x010102bb, 0x00010001, 0x00000375, /* (r1!=0), r1=xcm.is_msem_fill_lvl, */ 6416 0x010102bc, 0x00010001, 0x00000376, /* (r1!=0), r1=xcm.is_usem_fill_lvl, */ 6417 0x010102bd, 0x00010001, 0x00000377, /* (r1!=0), r1=xcm.is_dorq_fill_lvl, */ 6418 0x010102be, 0x00010001, 0x00000378, /* (r1!=0), r1=xcm.is_pbf_fill_lvl, */ 6419 0x000002bf, 0x00010002, 0x00000379, /* ((r1&~r2)!=0), r1=ycm.INT_STS_0, r2=ycm.INT_MASK_0, */ 6420 0x000002c0, 0x00010002, 0x0000037b, /* ((r1&~r2)!=0), r1=ycm.INT_STS_1, r2=ycm.INT_MASK_1, */ 6421 0x010002c1, 0x00010001, 0x0000037d, /* (r1!=0), r1=ycm.fi_desc_input_violate, */ 6422 0x010002c2, 0x00010001, 0x0000037e, /* (r1!=0), r1=ycm.se_desc_input_violate, */ 6423 0x010102c3, 0x00010001, 0x0000037f, /* (r1!=0), r1=ycm.ia_sm_con_part_fill_lvl, */ 6424 0x010102c4, 0x00010001, 0x00000380, /* (r1!=0), r1=ycm.ia_agg_task_part_fill_lvl, */ 6425 0x010102c5, 0x00010001, 0x00000381, /* (r1!=0), r1=ycm.ia_sm_task_part_fill_lvl, */ 6426 0x010102c6, 0x00010001, 0x00000382, /* (r1!=0), r1=ycm.ia_trans_part_fill_lvl, */ 6427 0x010102c7, 0x00010001, 0x002d0383, /* (r1!=reset1), r1=ycm.xx_free_cnt, */ 6428 0x010102c8, 0x00010001, 0x00000384, /* (r1!=0), r1=ycm.xx_lcid_cam_fill_lvl, */ 6429 0x010102c9, 0x00010001, 0x00000385, /* (r1!=0), r1=ycm.xx_lock_cnt, */ 6430 0x010102ca, 0x00010001, 0x00000386, /* (r1!=0), r1=ycm.xx_cbyp_tbl_fill_lvl, */ 6431 0x010102cb, 0x00010001, 0x00000387, /* (r1!=0), r1=ycm.xx_tbyp_tbl_fill_lvl, */ 6432 0x010102cc, 0x00010001, 0x00000388, /* (r1!=0), r1=ycm.xx_tbyp_tbl_fill_lvl, */ 6433 0x010102cd, 0x00010001, 0x00000389, /* (r1!=0), r1=ycm.sm_con_fic_buf_fill_lvl, */ 6434 0x010102ce, 0x00010001, 0x0000038a, /* (r1!=0), r1=ycm.agg_task_fic_buf_fill_lvl, */ 6435 0x010102cf, 0x00010001, 0x0000038b, /* (r1!=0), r1=ycm.sm_task_fic_buf_fill_lvl, */ 6436 0x010102d0, 0x00010001, 0x0000038c, /* (r1!=0), r1=ycm.in_prcs_tbl_fill_lvl, */ 6437 0x010102d1, 0x00010001, 0x000d038d, /* (r1!=reset1), r1=ycm.ccfc_init_crd, */ 6438 0x010102d2, 0x00010001, 0x000d038e, /* (r1!=reset1), r1=ycm.tcfc_init_crd, */ 6439 0x010102d3, 0x00010001, 0x000a038f, /* (r1!=reset1), r1=ycm.qm_init_crd0, */ 6440 0x010102d4, 0x00010001, 0x002f0390, /* (r1!=reset1), r1=ycm.fic_init_crd, */ 6441 0x010002d5, 0x00010001, 0x00000391, /* (r1!=0), r1=ycm.ysdm_length_mis, */ 6442 0x010002d6, 0x00010001, 0x00000392, /* (r1!=0), r1=ycm.pbf_length_mis, */ 6443 0x010002d7, 0x00010001, 0x00000393, /* (r1!=0), r1=ycm.xyld_length_mis, */ 6444 0x010102d8, 0x00010001, 0x00000394, /* (r1!=0), r1=ycm.is_qm_p_fill_lvl, */ 6445 0x010102d9, 0x00010001, 0x00000395, /* (r1!=0), r1=ycm.is_qm_s_fill_lvl, */ 6446 0x010102da, 0x00010001, 0x00000396, /* (r1!=0), r1=ycm.is_storm_fill_lvl, */ 6447 0x010102db, 0x00010001, 0x00000397, /* (r1!=0), r1=ycm.is_ysdm_fill_lvl, */ 6448 0x010102dc, 0x00010001, 0x00000398, /* (r1!=0), r1=ycm.is_xyld_fill_lvl, */ 6449 0x010102dd, 0x00010001, 0x00000399, /* (r1!=0), r1=ycm.is_msem_fill_lvl, */ 6450 0x010102de, 0x00010001, 0x0000039a, /* (r1!=0), r1=ycm.is_usem_fill_lvl, */ 6451 0x010102df, 0x00010001, 0x0000039b, /* (r1!=0), r1=ycm.is_pbf_fill_lvl, */ 6452 0x000002e0, 0x00010002, 0x0000039c, /* ((r1&~r2)!=0), r1=pcm.INT_STS_0, r2=pcm.INT_MASK_0, */ 6453 0x000002e1, 0x00010002, 0x0000039e, /* ((r1&~r2)!=0), r1=pcm.INT_STS_1, r2=pcm.INT_MASK_1, */ 6454 0x010002e2, 0x00010001, 0x000003a0, /* (r1!=0), r1=pcm.fi_desc_input_violate, */ 6455 0x010102e3, 0x00010001, 0x000003a1, /* (r1!=0), r1=pcm.ia_sm_con_part_fill_lvl, */ 6456 0x010102e4, 0x00010001, 0x000003a2, /* (r1!=0), r1=pcm.ia_trans_part_fill_lvl, */ 6457 0x010102e5, 0x00010001, 0x001103a3, /* (r1!=reset1), r1=pcm.xx_free_cnt, */ 6458 0x010102e6, 0x00010001, 0x000003a4, /* (r1!=0), r1=pcm.xx_lcid_cam_fill_lvl, */ 6459 0x010102e7, 0x00010001, 0x000003a5, /* (r1!=0), r1=pcm.xx_lock_cnt, */ 6460 0x010102e8, 0x00010001, 0x000003a6, /* (r1!=0), r1=pcm.sm_con_fic_buf_fill_lvl, */ 6461 0x010102e9, 0x00010001, 0x000003a7, /* (r1!=0), r1=pcm.in_prcs_tbl_fill_lvl, */ 6462 0x010102ea, 0x00010001, 0x000d03a8, /* (r1!=reset1), r1=pcm.ccfc_init_crd, */ 6463 0x010102eb, 0x00010001, 0x002e03a9, /* (r1!=reset1), r1=pcm.fic_init_crd, */ 6464 0x010102ec, 0x00010001, 0x000003aa, /* (r1!=0), r1=pcm.is_storm_fill_lvl, */ 6465 0x000002ed, 0x00010002, 0x000003ab, /* ((r1&~r2)!=0), r1=tcm.INT_STS_0, r2=tcm.INT_MASK_0, */ 6466 0x000002ee, 0x00010002, 0x000003ad, /* ((r1&~r2)!=0), r1=tcm.INT_STS_1, r2=tcm.INT_MASK_1, */ 6467 0x010002ef, 0x00010001, 0x000003af, /* (r1!=0), r1=tcm.fi_desc_input_violate, */ 6468 0x010002f0, 0x00010001, 0x000003b0, /* (r1!=0), r1=tcm.se_desc_input_violate, */ 6469 0x010102f1, 0x00010001, 0x000003b1, /* (r1!=0), r1=tcm.ia_agg_con_part_fill_lvl, */ 6470 0x010102f2, 0x00010001, 0x000003b2, /* (r1!=0), r1=tcm.ia_sm_con_part_fill_lvl, */ 6471 0x010102f3, 0x00010001, 0x000003b3, /* (r1!=0), r1=tcm.ia_agg_task_part_fill_lvl, */ 6472 0x010102f4, 0x00010001, 0x000003b4, /* (r1!=0), r1=tcm.ia_sm_task_part_fill_lvl, */ 6473 0x010102f5, 0x00010001, 0x000003b5, /* (r1!=0), r1=tcm.ia_trans_part_fill_lvl, */ 6474 0x010102f6, 0x00010001, 0x002d03b6, /* (r1!=reset1), r1=tcm.xx_free_cnt, */ 6475 0x010102f7, 0x00010001, 0x000003b7, /* (r1!=0), r1=tcm.xx_lcid_cam_fill_lvl, */ 6476 0x010102f8, 0x00010001, 0x000003b8, /* (r1!=0), r1=tcm.xx_lock_cnt, */ 6477 0x010102f9, 0x00010001, 0x000003b9, /* (r1!=0), r1=tcm.xx_cbyp_tbl_fill_lvl, */ 6478 0x010102fa, 0x00010001, 0x000003ba, /* (r1!=0), r1=tcm.xx_tbyp_tbl_fill_lvl, */ 6479 0x010102fb, 0x00010001, 0x000003bb, /* (r1!=0), r1=tcm.xx_tbyp_tbl_fill_lvl, */ 6480 0x010102fc, 0x00010001, 0x000003bc, /* (r1!=0), r1=tcm.agg_con_fic_buf_fill_lvl, */ 6481 0x010102fd, 0x00010001, 0x000003bd, /* (r1!=0), r1=tcm.sm_con_fic_buf_fill_lvl, */ 6482 0x010102fe, 0x00010001, 0x000003be, /* (r1!=0), r1=tcm.agg_task_fic_buf_fill_lvl, */ 6483 0x010102ff, 0x00010001, 0x000003bf, /* (r1!=0), r1=tcm.sm_task_fic_buf_fill_lvl, */ 6484 0x01010300, 0x00010001, 0x000003c0, /* (r1!=0), r1=tcm.in_prcs_tbl_fill_lvl, */ 6485 0x01010301, 0x00010001, 0x000d03c1, /* (r1!=reset1), r1=tcm.ccfc_init_crd, */ 6486 0x01010302, 0x00010001, 0x000d03c2, /* (r1!=reset1), r1=tcm.tcfc_init_crd, */ 6487 0x01010303, 0x00010001, 0x000a03c3, /* (r1!=reset1), r1=tcm.qm_init_crd0, */ 6488 0x01010304, 0x00010001, 0x001103c4, /* (r1!=reset1), r1=tcm.tm_init_crd, */ 6489 0x01010305, 0x00010001, 0x003003c5, /* (r1!=reset1), r1=tcm.fic_init_crd, */ 6490 0x01000306, 0x00010001, 0x000003c6, /* (r1!=0), r1=tcm.dorq_length_mis, */ 6491 0x01000307, 0x00010001, 0x000003c7, /* (r1!=0), r1=tcm.pbf_length_mis, */ 6492 0x01010308, 0x00010001, 0x000003c8, /* (r1!=0), r1=tcm.is_qm_p_fill_lvl, */ 6493 0x01010309, 0x00010001, 0x000003c9, /* (r1!=0), r1=tcm.is_qm_s_fill_lvl, */ 6494 0x0101030a, 0x00010001, 0x000003ca, /* (r1!=0), r1=tcm.is_tm_fill_lvl, */ 6495 0x0101030b, 0x00010001, 0x000003cb, /* (r1!=0), r1=tcm.is_storm_fill_lvl, */ 6496 0x0101030c, 0x00010001, 0x000003cc, /* (r1!=0), r1=tcm.is_msem_fill_lvl, */ 6497 0x0101030d, 0x00010001, 0x000003cd, /* (r1!=0), r1=tcm.is_dorq_fill_lvl, */ 6498 0x0101030e, 0x00010001, 0x000003ce, /* (r1!=0), r1=tcm.is_pbf_fill_lvl, */ 6499 0x0000030f, 0x00010002, 0x000003cf, /* ((r1&~r2)!=0), r1=mcm.INT_STS_0, r2=mcm.INT_MASK_0, */ 6500 0x00000310, 0x00010002, 0x000003d1, /* ((r1&~r2)!=0), r1=mcm.INT_STS_1, r2=mcm.INT_MASK_1, */ 6501 0x01000311, 0x00010001, 0x000003d3, /* (r1!=0), r1=mcm.fi_desc_input_violate, */ 6502 0x01000312, 0x00010001, 0x000003d4, /* (r1!=0), r1=mcm.se_desc_input_violate, */ 6503 0x01010313, 0x00010001, 0x000003d5, /* (r1!=0), r1=mcm.ia_agg_con_part_fill_lvl, */ 6504 0x01010314, 0x00010001, 0x000003d6, /* (r1!=0), r1=mcm.ia_sm_con_part_fill_lvl, */ 6505 0x01010315, 0x00010001, 0x000003d7, /* (r1!=0), r1=mcm.ia_agg_task_part_fill_lvl, */ 6506 0x01010316, 0x00010001, 0x000003d8, /* (r1!=0), r1=mcm.ia_sm_task_part_fill_lvl, */ 6507 0x01010317, 0x00010001, 0x000003d9, /* (r1!=0), r1=mcm.ia_trans_part_fill_lvl, */ 6508 0x01010318, 0x00010001, 0x002d03da, /* (r1!=reset1), r1=mcm.xx_free_cnt, */ 6509 0x01010319, 0x00010001, 0x000003db, /* (r1!=0), r1=mcm.xx_lcid_cam_fill_lvl, */ 6510 0x0101031a, 0x00010001, 0x000003dc, /* (r1!=0), r1=mcm.xx_lock_cnt, */ 6511 0x0101031b, 0x00010001, 0x000003dd, /* (r1!=0), r1=mcm.xx_cbyp_tbl_fill_lvl, */ 6512 0x0101031c, 0x00010001, 0x000003de, /* (r1!=0), r1=mcm.xx_tbyp_tbl_fill_lvl, */ 6513 0x0101031d, 0x00010001, 0x000003df, /* (r1!=0), r1=mcm.xx_tbyp_tbl_fill_lvl, */ 6514 0x0101031e, 0x00010001, 0x000003e0, /* (r1!=0), r1=mcm.agg_con_fic_buf_fill_lvl, */ 6515 0x0101031f, 0x00010001, 0x000003e1, /* (r1!=0), r1=mcm.sm_con_fic_buf_fill_lvl, */ 6516 0x01010320, 0x00010001, 0x000003e2, /* (r1!=0), r1=mcm.agg_task_fic_buf_fill_lvl, */ 6517 0x01010321, 0x00010001, 0x000003e3, /* (r1!=0), r1=mcm.sm_task_fic_buf_fill_lvl, */ 6518 0x01010322, 0x00010001, 0x000003e4, /* (r1!=0), r1=mcm.in_prcs_tbl_fill_lvl, */ 6519 0x01010323, 0x00010001, 0x000d03e5, /* (r1!=reset1), r1=mcm.ccfc_init_crd, */ 6520 0x01010324, 0x00010001, 0x000d03e6, /* (r1!=reset1), r1=mcm.tcfc_init_crd, */ 6521 0x01010325, 0x00010001, 0x000a03e7, /* (r1!=reset1), r1=mcm.qm_init_crd0, */ 6522 0x01010326, 0x00010001, 0x003003e8, /* (r1!=reset1), r1=mcm.fic_init_crd, */ 6523 0x01000327, 0x00010001, 0x000003e9, /* (r1!=0), r1=mcm.ysdm_length_mis, */ 6524 0x01000328, 0x00010001, 0x000003ea, /* (r1!=0), r1=mcm.usdm_length_mis, */ 6525 0x01000329, 0x00010001, 0x000003eb, /* (r1!=0), r1=mcm.pbf_length_mis, */ 6526 0x0100032a, 0x00010001, 0x000003ec, /* (r1!=0), r1=mcm.tmld_length_mis, */ 6527 0x0101032b, 0x00010001, 0x000003ed, /* (r1!=0), r1=mcm.is_qm_p_fill_lvl, */ 6528 0x0101032c, 0x00010001, 0x000003ee, /* (r1!=0), r1=mcm.is_qm_s_fill_lvl, */ 6529 0x0101032d, 0x00010001, 0x000003ef, /* (r1!=0), r1=mcm.is_storm_fill_lvl, */ 6530 0x0101032e, 0x00010001, 0x000003f0, /* (r1!=0), r1=mcm.is_ysdm_fill_lvl, */ 6531 0x0101032f, 0x00010001, 0x000003f1, /* (r1!=0), r1=mcm.is_usdm_fill_lvl, */ 6532 0x01010330, 0x00010001, 0x000003f2, /* (r1!=0), r1=mcm.is_tmld_fill_lvl, */ 6533 0x01010331, 0x00010001, 0x000003f3, /* (r1!=0), r1=mcm.is_usem_fill_lvl, */ 6534 0x01010332, 0x00010001, 0x000003f4, /* (r1!=0), r1=mcm.is_pbf_fill_lvl, */ 6535 0x00000333, 0x00010002, 0x000003f5, /* ((r1&~r2)!=0), r1=ucm.INT_STS_0, r2=ucm.INT_MASK_0, */ 6536 0x00000334, 0x00010002, 0x000003f7, /* ((r1&~r2)!=0), r1=ucm.INT_STS_1, r2=ucm.INT_MASK_1, */ 6537 0x01000335, 0x00010001, 0x000003f9, /* (r1!=0), r1=ucm.fi_desc_input_violate, */ 6538 0x01000336, 0x00010001, 0x000003fa, /* (r1!=0), r1=ucm.se_desc_input_violate, */ 6539 0x01010337, 0x00010001, 0x000003fb, /* (r1!=0), r1=ucm.ia_agg_con_part_fill_lvl, */ 6540 0x01010338, 0x00010001, 0x000003fc, /* (r1!=0), r1=ucm.ia_sm_con_part_fill_lvl, */ 6541 0x01010339, 0x00010001, 0x000003fd, /* (r1!=0), r1=ucm.ia_agg_task_part_fill_lvl, */ 6542 0x0101033a, 0x00010001, 0x000003fe, /* (r1!=0), r1=ucm.ia_sm_task_part_fill_lvl, */ 6543 0x0101033b, 0x00010001, 0x000003ff, /* (r1!=0), r1=ucm.ia_trans_part_fill_lvl, */ 6544 0x0101033c, 0x00010001, 0x002d0400, /* (r1!=reset1), r1=ucm.xx_free_cnt, */ 6545 0x0101033d, 0x00010001, 0x00000401, /* (r1!=0), r1=ucm.xx_lcid_cam_fill_lvl, */ 6546 0x0101033e, 0x00010001, 0x00000402, /* (r1!=0), r1=ucm.xx_lock_cnt, */ 6547 0x0101033f, 0x00010001, 0x00000403, /* (r1!=0), r1=ucm.xx_cbyp_tbl_fill_lvl, */ 6548 0x01010340, 0x00010001, 0x00000404, /* (r1!=0), r1=ucm.xx_tbyp_tbl_fill_lvl, */ 6549 0x01010341, 0x00010001, 0x00000405, /* (r1!=0), r1=ucm.xx_tbyp_tbl_fill_lvl, */ 6550 0x01010342, 0x00010001, 0x00000406, /* (r1!=0), r1=ucm.agg_con_fic_buf_fill_lvl, */ 6551 0x01010343, 0x00010001, 0x00000407, /* (r1!=0), r1=ucm.sm_con_fic_buf_fill_lvl, */ 6552 0x01010344, 0x00010001, 0x00000408, /* (r1!=0), r1=ucm.agg_task_fic_buf_fill_lvl, */ 6553 0x01010345, 0x00010001, 0x00000409, /* (r1!=0), r1=ucm.sm_task_fic_buf_fill_lvl, */ 6554 0x01010346, 0x00010001, 0x0000040a, /* (r1!=0), r1=ucm.in_prcs_tbl_fill_lvl, */ 6555 0x01010347, 0x00010001, 0x000d040b, /* (r1!=reset1), r1=ucm.ccfc_init_crd, */ 6556 0x01010348, 0x00010001, 0x000d040c, /* (r1!=reset1), r1=ucm.tcfc_init_crd, */ 6557 0x01010349, 0x00010001, 0x000a040d, /* (r1!=reset1), r1=ucm.qm_init_crd0, */ 6558 0x0101034a, 0x00010001, 0x0011040e, /* (r1!=reset1), r1=ucm.tm_init_crd, */ 6559 0x0101034b, 0x00010001, 0x002f040f, /* (r1!=reset1), r1=ucm.fic_init_crd, */ 6560 0x0100034c, 0x00010001, 0x00000410, /* (r1!=0), r1=ucm.ysdm_length_mis, */ 6561 0x0100034d, 0x00010001, 0x00000411, /* (r1!=0), r1=ucm.usdm_length_mis, */ 6562 0x0100034e, 0x00010001, 0x00000412, /* (r1!=0), r1=ucm.dorq_length_mis, */ 6563 0x0100034f, 0x00010001, 0x00000413, /* (r1!=0), r1=ucm.pbf_length_mis, */ 6564 0x01000350, 0x00010001, 0x00000414, /* (r1!=0), r1=ucm.rdif_length_mis, */ 6565 0x01000351, 0x00010001, 0x00000415, /* (r1!=0), r1=ucm.tdif_length_mis, */ 6566 0x01000352, 0x00010001, 0x00000416, /* (r1!=0), r1=ucm.muld_length_mis, */ 6567 0x01010353, 0x00010001, 0x00000417, /* (r1!=0), r1=ucm.is_qm_p_fill_lvl, */ 6568 0x01010354, 0x00010001, 0x00000418, /* (r1!=0), r1=ucm.is_qm_s_fill_lvl, */ 6569 0x01010355, 0x00010001, 0x00000419, /* (r1!=0), r1=ucm.is_tm_fill_lvl, */ 6570 0x01010356, 0x00010001, 0x0000041a, /* (r1!=0), r1=ucm.is_storm_fill_lvl, */ 6571 0x01010357, 0x00010001, 0x0000041b, /* (r1!=0), r1=ucm.is_ysdm_fill_lvl, */ 6572 0x01010358, 0x00010001, 0x0000041c, /* (r1!=0), r1=ucm.is_usdm_fill_lvl, */ 6573 0x01010359, 0x00010001, 0x0000041d, /* (r1!=0), r1=ucm.is_rdif_fill_lvl, */ 6574 0x0101035a, 0x00010001, 0x0000041e, /* (r1!=0), r1=ucm.is_tdif_fill_lvl, */ 6575 0x0101035b, 0x00010001, 0x0000041f, /* (r1!=0), r1=ucm.is_muld_fill_lvl, */ 6576 0x0101035c, 0x00010001, 0x00000420, /* (r1!=0), r1=ucm.is_dorq_fill_lvl, */ 6577 0x0101035d, 0x00010001, 0x00000421, /* (r1!=0), r1=ucm.is_pbf_fill_lvl, */ 6578 0x0000035e, 0x00010002, 0x00000422, /* ((r1&~r2)!=0), r1=xsem.INT_STS_0, r2=xsem.INT_MASK_0, */ 6579 0x0000035f, 0x00010002, 0x00000424, /* ((r1&~r2)!=0), r1=xsem.INT_STS_1, r2=xsem.INT_MASK_1, */ 6580 0x00000360, 0x00010002, 0x00000426, /* ((r1&~r2)!=0), r1=xsem.PRTY_STS, r2=xsem.PRTY_MASK, */ 6581 0x01020361, 0x00010001, 0x00000428, /* (r1!=0), r1=xsem.pf_err_vector, */ 6582 0x01010362, 0x00010001, 0x00310429, /* (r1!=0x3F), r1=xsem.foc_credit, */ 6583 0x01010363, 0x00010001, 0x0032042a, /* (r1!=0x1D), r1=xsem.foc_credit[1], */ 6584 0x01010364, 0x00010001, 0x000d042b, /* (r1!=1), r1=xsem.ext_pas_empty, */ 6585 0x01010365, 0x00010001, 0x000d042c, /* (r1!=1), r1=xsem.fic_empty[0:1], */ 6586 0x01010366, 0x00010001, 0x000d042d, /* (r1!=1), r1=xsem.slow_ext_store_empty, */ 6587 0x01010367, 0x00010001, 0x000d042e, /* (r1!=1), r1=xsem.slow_ext_load_empty, */ 6588 0x01010368, 0x00010001, 0x000d042f, /* (r1!=1), r1=xsem.slow_ram_rd_empty, */ 6589 0x01010369, 0x00010001, 0x000d0430, /* (r1!=1), r1=xsem.slow_ram_wr_empty, */ 6590 0x0101036a, 0x00010001, 0x000d0431, /* (r1!=1), r1=xsem.sync_dbg_empty, */ 6591 0x0101036b, 0x00010001, 0x00000432, /* (r1!=0), r1=xsem.ext_store_if_full, */ 6592 0x0101036c, 0x00010001, 0x00000433, /* (r1!=0), r1=xsem.ram_if_full, */ 6593 0x0000036d, 0x00010002, 0x00000434, /* ((r1&~r2)!=0), r1=ysem.INT_STS_0, r2=ysem.INT_MASK_0, */ 6594 0x0000036e, 0x00010002, 0x00000436, /* ((r1&~r2)!=0), r1=ysem.INT_STS_1, r2=ysem.INT_MASK_1, */ 6595 0x0000036f, 0x00010002, 0x00000438, /* ((r1&~r2)!=0), r1=ysem.PRTY_STS, r2=ysem.PRTY_MASK, */ 6596 0x01020370, 0x00010001, 0x0000043a, /* (r1!=0), r1=ysem.pf_err_vector, */ 6597 0x01010371, 0x00010001, 0x0033043b, /* (r1!=0x1A), r1=ysem.foc_credit[1], */ 6598 0x01010372, 0x00010001, 0x0034043c, /* (r1!=0xA), r1=ysem.foc_credit[2], */ 6599 0x01010373, 0x00010001, 0x0028043d, /* (r1!=0x7), r1=ysem.foc_credit[3], */ 6600 0x01010374, 0x00010001, 0x002e043e, /* (r1!=0x28), r1=ysem.foc_credit[5], */ 6601 0x01010375, 0x00010001, 0x0035043f, /* (r1!=0x26), r1=ysem.foc_credit[4], */ 6602 0x01010376, 0x00010001, 0x00360440, /* (r1!=0xE), r1=ysem.foc_credit, */ 6603 0x01010377, 0x00010001, 0x000d0441, /* (r1!=1), r1=ysem.ext_pas_empty, */ 6604 0x01010378, 0x00010001, 0x000d0442, /* (r1!=1), r1=ysem.fic_empty[0:1], */ 6605 0x01010379, 0x00010001, 0x000d0443, /* (r1!=1), r1=ysem.slow_ext_store_empty, */ 6606 0x0101037a, 0x00010001, 0x000d0444, /* (r1!=1), r1=ysem.slow_ext_load_empty, */ 6607 0x0101037b, 0x00010001, 0x000d0445, /* (r1!=1), r1=ysem.slow_ram_rd_empty, */ 6608 0x0101037c, 0x00010001, 0x000d0446, /* (r1!=1), r1=ysem.slow_ram_wr_empty, */ 6609 0x0101037d, 0x00010001, 0x000d0447, /* (r1!=1), r1=ysem.sync_dbg_empty, */ 6610 0x0101037e, 0x00010001, 0x00000448, /* (r1!=0), r1=ysem.ext_store_if_full, */ 6611 0x0101037f, 0x00010001, 0x00000449, /* (r1!=0), r1=ysem.ram_if_full, */ 6612 0x00000380, 0x00010002, 0x0000044a, /* ((r1&~r2)!=0), r1=psem.INT_STS_0, r2=psem.INT_MASK_0, */ 6613 0x00000381, 0x00010002, 0x0000044c, /* ((r1&~r2)!=0), r1=psem.INT_STS_1, r2=psem.INT_MASK_1, */ 6614 0x00000382, 0x00010002, 0x0000044e, /* ((r1&~r2)!=0), r1=psem.PRTY_STS, r2=psem.PRTY_MASK, */ 6615 0x01020383, 0x00010001, 0x00000450, /* (r1!=0), r1=psem.pf_err_vector, */ 6616 0x01010384, 0x00010001, 0x00370451, /* (r1!=0x17), r1=psem.foc_credit, */ 6617 0x01010385, 0x00010001, 0x002d0452, /* (r1!=0x40), r1=psem.foc_credit[1], */ 6618 0x01010386, 0x00010001, 0x000d0453, /* (r1!=1), r1=psem.ext_pas_empty, */ 6619 0x01010387, 0x00010001, 0x000d0454, /* (r1!=1), r1=psem.fic_empty, */ 6620 0x01010388, 0x00010001, 0x000d0455, /* (r1!=1), r1=psem.slow_ext_store_empty, */ 6621 0x01010389, 0x00010001, 0x000d0456, /* (r1!=1), r1=psem.slow_ext_load_empty, */ 6622 0x0101038a, 0x00010001, 0x000d0457, /* (r1!=1), r1=psem.slow_ram_rd_empty, */ 6623 0x0101038b, 0x00010001, 0x000d0458, /* (r1!=1), r1=psem.slow_ram_wr_empty, */ 6624 0x0101038c, 0x00010001, 0x000d0459, /* (r1!=1), r1=psem.sync_dbg_empty, */ 6625 0x0101038d, 0x00010001, 0x0000045a, /* (r1!=0), r1=psem.ext_store_if_full, */ 6626 0x0101038e, 0x00010001, 0x0000045b, /* (r1!=0), r1=psem.ram_if_full, */ 6627 0x0000038f, 0x00010002, 0x0000045c, /* ((r1&~r2)!=0), r1=tsem.INT_STS_0, r2=tsem.INT_MASK_0, */ 6628 0x00000390, 0x00010002, 0x0000045e, /* ((r1&~r2)!=0), r1=tsem.INT_STS_1, r2=tsem.INT_MASK_1, */ 6629 0x00000391, 0x00010002, 0x00000460, /* ((r1&~r2)!=0), r1=tsem.PRTY_STS, r2=tsem.PRTY_MASK, */ 6630 0x01020392, 0x00010001, 0x00000462, /* (r1!=0), r1=tsem.pf_err_vector, */ 6631 0x01010393, 0x00010001, 0x00380463, /* (r1!=0x3C), r1=tsem.foc_credit[1], */ 6632 0x01010394, 0x00010001, 0x00390464, /* (r1!=0x2C), r1=tsem.foc_credit, */ 6633 0x01010395, 0x00010001, 0x000d0465, /* (r1!=1), r1=tsem.ext_pas_empty, */ 6634 0x01010396, 0x00010001, 0x000d0466, /* (r1!=1), r1=tsem.fic_empty, */ 6635 0x01010397, 0x00010001, 0x000d0467, /* (r1!=1), r1=tsem.slow_ext_store_empty, */ 6636 0x01010398, 0x00010001, 0x000d0468, /* (r1!=1), r1=tsem.slow_ext_load_empty, */ 6637 0x01010399, 0x00010001, 0x000d0469, /* (r1!=1), r1=tsem.slow_ram_rd_empty, */ 6638 0x0101039a, 0x00010001, 0x000d046a, /* (r1!=1), r1=tsem.slow_ram_wr_empty, */ 6639 0x0101039b, 0x00010001, 0x000d046b, /* (r1!=1), r1=tsem.sync_dbg_empty, */ 6640 0x0101039c, 0x00010001, 0x0000046c, /* (r1!=0), r1=tsem.ext_store_if_full, */ 6641 0x0101039d, 0x00010001, 0x0000046d, /* (r1!=0), r1=tsem.ram_if_full, */ 6642 0x0000039e, 0x00010002, 0x0000046e, /* ((r1&~r2)!=0), r1=msem.INT_STS_0, r2=msem.INT_MASK_0, */ 6643 0x0000039f, 0x00010002, 0x00000470, /* ((r1&~r2)!=0), r1=msem.INT_STS_1, r2=msem.INT_MASK_1, */ 6644 0x000003a0, 0x00010002, 0x00000472, /* ((r1&~r2)!=0), r1=msem.PRTY_STS, r2=msem.PRTY_MASK, */ 6645 0x010203a1, 0x00010001, 0x00000474, /* (r1!=0), r1=msem.pf_err_vector, */ 6646 0x010103a2, 0x00010001, 0x00390475, /* (r1!=0x2C), r1=msem.foc_credit[1], */ 6647 0x010103a3, 0x00010001, 0x00090476, /* (r1!=0x5), r1=msem.foc_credit, */ 6648 0x010103a4, 0x00010001, 0x00280477, /* (r1!=0x7), r1=msem.foc_credit[4], */ 6649 0x010103a5, 0x00010001, 0x000f0478, /* (r1!=0x20), r1=msem.foc_credit[5], */ 6650 0x010103a6, 0x00010001, 0x001a0479, /* (r1!=0x11), r1=msem.foc_credit[3], */ 6651 0x010103a7, 0x00010001, 0x0037047a, /* (r1!=0x17), r1=msem.foc_credit[2], */ 6652 0x010103a8, 0x00010001, 0x000d047b, /* (r1!=1), r1=msem.ext_pas_empty, */ 6653 0x010103a9, 0x00010001, 0x000d047c, /* (r1!=1), r1=msem.fic_empty, */ 6654 0x010103aa, 0x00010001, 0x000d047d, /* (r1!=1), r1=msem.slow_ext_store_empty, */ 6655 0x010103ab, 0x00010001, 0x000d047e, /* (r1!=1), r1=msem.slow_ext_load_empty, */ 6656 0x010103ac, 0x00010001, 0x000d047f, /* (r1!=1), r1=msem.slow_ram_rd_empty, */ 6657 0x010103ad, 0x00010001, 0x000d0480, /* (r1!=1), r1=msem.slow_ram_wr_empty, */ 6658 0x010103ae, 0x00010001, 0x000d0481, /* (r1!=1), r1=msem.sync_dbg_empty, */ 6659 0x010103af, 0x00010001, 0x00000482, /* (r1!=0), r1=msem.ext_store_if_full, */ 6660 0x010103b0, 0x00010001, 0x00000483, /* (r1!=0), r1=msem.ram_if_full, */ 6661 0x000003b1, 0x00010002, 0x00000484, /* ((r1&~r2)!=0), r1=usem.INT_STS_0, r2=usem.INT_MASK_0, */ 6662 0x000003b2, 0x00010002, 0x00000486, /* ((r1&~r2)!=0), r1=usem.INT_STS_1, r2=usem.INT_MASK_1, */ 6663 0x000003b3, 0x00010002, 0x00000488, /* ((r1&~r2)!=0), r1=usem.PRTY_STS, r2=usem.PRTY_MASK, */ 6664 0x010203b4, 0x00010001, 0x0000048a, /* (r1!=0), r1=usem.pf_err_vector, */ 6665 0x010103b5, 0x00010001, 0x0034048b, /* (r1!=0xA), r1=usem.foc_credit[2], */ 6666 0x010103b6, 0x00010001, 0x0013048c, /* (r1!=0x3), r1=usem.foc_credit[3], */ 6667 0x010103b7, 0x00010001, 0x0009048d, /* (r1!=0x5), r1=usem.foc_credit, */ 6668 0x010103b8, 0x00010001, 0x003a048e, /* (r1!=0x32), r1=usem.foc_credit[1], */ 6669 0x010103b9, 0x00010001, 0x000f048f, /* (r1!=0x20), r1=usem.foc_credit[4], */ 6670 0x010103ba, 0x00010001, 0x000d0490, /* (r1!=1), r1=usem.ext_pas_empty, */ 6671 0x010103bb, 0x00010001, 0x000d0491, /* (r1!=1), r1=usem.fic_empty, */ 6672 0x010103bc, 0x00010001, 0x000d0492, /* (r1!=1), r1=usem.slow_ext_store_empty, */ 6673 0x010103bd, 0x00010001, 0x000d0493, /* (r1!=1), r1=usem.slow_ext_load_empty, */ 6674 0x010103be, 0x00010001, 0x000d0494, /* (r1!=1), r1=usem.slow_ram_rd_empty, */ 6675 0x010103bf, 0x00010001, 0x000d0495, /* (r1!=1), r1=usem.slow_ram_wr_empty, */ 6676 0x010103c0, 0x00010001, 0x000d0496, /* (r1!=1), r1=usem.sync_dbg_empty, */ 6677 0x010103c1, 0x00010001, 0x00000497, /* (r1!=0), r1=usem.ext_store_if_full, */ 6678 0x010103c2, 0x00010001, 0x00000498, /* (r1!=0), r1=usem.ram_if_full, */ 6679 0x009c0007, /* mode bb */ 6680 0x040003c3, 0x00020001, 0x003b0499, /* ((r1&~0x3f02)!=0), r1=pcie.PRTY_STS_H_0, */ 6681 0x010203c4, 0x00010001, 0x0000049a, /* (r1!=0), r1=igu.pending_bits_status[0:8], */ 6682 0x010103c5, 0x00010001, 0x0000049b, /* (r1!=0), r1=igu.write_done_pending[0:8], */ 6683 0x000003c6, 0x00010102, 0x0000049c, /* ((r1&~r2)!=0), r1=cnig.INT_STS, r2=cnig.INT_MASK, */ 6684 0x000003c7, 0x00010002, 0x0000049f, /* ((r1&~r2)!=0), r1=cnig.PRTY_STS, r2=cnig.PRTY_MASK, */ 6685 0x010203c8, 0x00010101, 0x000004a1, /* (r1!=0), r1=pswhst.vf_disabled_error_valid, */ 6686 0x010203c9, 0x00010001, 0x000004a3, /* (r1!=0), r1=pglue_b.flr_request_vf_223_192, */ 6687 0x010203ca, 0x00010001, 0x000004a4, /* (r1!=0), r1=pglue_b.flr_request_vf_255_224, */ 6688 0x010003cb, 0x00010001, 0x000004a5, /* (r1!=0), r1=pglue_b.incorrect_rcv_details, */ 6689 0x010203cc, 0x00010001, 0x000004a6, /* (r1!=0), r1=pglue_b.was_error_vf_223_192, */ 6690 0x010203cd, 0x00010001, 0x000004a7, /* (r1!=0), r1=pglue_b.was_error_vf_255_224, */ 6691 0x010203ce, 0x00010001, 0x001d04a8, /* (r1!=0xffffffff), r1=pglue_b.tags_159_128, */ 6692 0x010203cf, 0x00010001, 0x001d04a9, /* (r1!=0xffffffff), r1=pglue_b.tags_191_160, */ 6693 0x010203d0, 0x00010001, 0x001d04aa, /* (r1!=0xffffffff), r1=pglue_b.tags_223_192, */ 6694 0x010203d1, 0x00010001, 0x001d04ab, /* (r1!=0xffffffff), r1=pglue_b.tags_255_224, */ 6695 0x090103d2, 0x00060001, 0x003d04ac, /* ((r1[0]&0x3FFFFFC0)>>6)!=(((r1[0]&0xC0000000)>>30)|((r1[1]&0x3FFFFF)<<2)), r1=qm.PtrTblOther[0:63] width=2 access=WB, */ 6696 0x0a0103d3, 0x00030001, 0x004304ad, /* ((r1&0x30)>>4)!=(r1&0x03), r1=qm.PtrTblOther[0:63] width=2 access=WB, */ 6697 0x010003d4, 0x00010001, 0x000004ae, /* (r1!=0), r1=qm.QstatusTx_0[0:13], */ 6698 0x010003d5, 0x00010001, 0x000004af, /* (r1!=0), r1=qm.QstatusOther_0[0:1], */ 6699 0x0b0103d6, 0x00010003, 0x000004b0, /* (r1!=r2&&r3==0), r1=qm.VoqCrdLine[16], r2=qm.VoqInitCrdLine[16], r3=misc.port_mode, */ 6700 0x0c0103d7, 0x00010003, 0x000004b3, /* (r1!=r2&&r3>0), r1=qm.VoqCrdLine[0:17], r2=qm.VoqInitCrdLine[0:17], r3=misc.port_mode, */ 6701 0x0b0103d8, 0x00010003, 0x000004b6, /* (r1!=r2&&r3==0), r1=qm.VoqCrdLine[0:7], r2=qm.VoqInitCrdLine[0:7], r3=misc.port_mode, */ 6702 0x0b0103d9, 0x00010003, 0x000004b9, /* (r1!=r2&&r3==0), r1=qm.VoqCrdByte[0:7], r2=qm.VoqInitCrdByte[0:7], r3=misc.port_mode, */ 6703 0x0b0103da, 0x00010003, 0x000004bc, /* (r1!=r2&&r3==0), r1=qm.VoqCrdByte[16], r2=qm.VoqInitCrdByte[16], r3=misc.port_mode, */ 6704 0x0c0103db, 0x00010003, 0x000004bf, /* (r1!=r2&&r3>0), r1=qm.VoqCrdByte[0:17], r2=qm.VoqInitCrdByte[0:17], r3=misc.port_mode, */ 6705 0x090103dc, 0x00060001, 0x003d04c2, /* ((r1[0]&0x3FFFFFC0)>>6)!=(((r1[0]&0xC0000000)>>30)|((r1[1]&0x3FFFFF)<<2)), r1=qm.PtrTblTx[0:447] width=2 access=WB, */ 6706 0x0a0103dd, 0x00030001, 0x004304c3, /* ((r1&0x30)>>4)!=(r1&0x03), r1=qm.PtrTblTx[0:447] width=2 access=WB, */ 6707 0x010103de, 0x00010001, 0x002a04c4, /* (r1!=8190), r1=brb.wc_empty_0[0:3], */ 6708 0x010103df, 0x00010001, 0x001304c5, /* (r1!=reset1), r1=brb.rc_eop_empty, */ 6709 0x010103e0, 0x00010001, 0x000b04c6, /* (r1!=2), r1=brb.wc_status_0[0:3] width=3 access=WB, */ 6710 0x000003e1, 0x00010302, 0x000004c7, /* ((r1&~r2)!=0), r1=nig.PRTY_STS, r2=nig.PRTY_MASK, */ 6711 0x000003e2, 0x00010202, 0x000004cc, /* ((r1&~r2)!=0), r1=btb.INT_STS_0, r2=btb.INT_MASK_0, */ 6712 0x000003e3, 0x00010202, 0x000004d0, /* ((r1&~r2)!=0), r1=btb.INT_STS_4, r2=btb.INT_MASK_4, */ 6713 0x010003e4, 0x00010001, 0x000004d4, /* (r1!=0), r1=xcm.msdm_length_mis, */ 6714 0x010103e5, 0x00010001, 0x000004d5, /* (r1!=0), r1=xcm.is_msdm_fill_lvl, */ 6715 0x010103e6, 0x00010001, 0x000004d6, /* (r1!=0), r1=xcm.is_ysem_fill_lvl, */ 6716 0x010103e7, 0x00010001, 0x000004d7, /* (r1!=0), r1=xcm.qm_act_st_cnt[0:447], */ 6717 0x010003e8, 0x00010001, 0x000004d8, /* (r1!=0), r1=ycm.msdm_length_mis, */ 6718 0x010103e9, 0x00010001, 0x000004d9, /* (r1!=0), r1=ycm.is_msdm_fill_lvl, */ 6719 0x010003ea, 0x00010001, 0x000004da, /* (r1!=0), r1=pcm.psdm_length_mis, */ 6720 0x010103eb, 0x00010001, 0x000004db, /* (r1!=0), r1=pcm.is_psdm_fill_lvl, */ 6721 0x010003ec, 0x00010001, 0x000004dc, /* (r1!=0), r1=tcm.tsdm_length_mis, */ 6722 0x010103ed, 0x00010001, 0x000004dd, /* (r1!=0), r1=tcm.is_tsdm_fill_lvl, */ 6723 0x010003ee, 0x00010001, 0x000004de, /* (r1!=0), r1=mcm.msdm_length_mis, */ 6724 0x010103ef, 0x00010001, 0x000004df, /* (r1!=0), r1=mcm.is_msdm_fill_lvl, */ 6725 0x010103f0, 0x00010001, 0x000004e0, /* (r1!=0), r1=mcm.is_ysem_fill_lvl, */ 6726 0x010203f1, 0x00010001, 0x000004e1, /* (r1!=0), r1=xsem.vf_err_vector width=4 access=WB, */ 6727 0x010203f2, 0x00010001, 0x000004e2, /* (r1!=0), r1=ysem.vf_err_vector width=4 access=WB, */ 6728 0x010203f3, 0x00010001, 0x000004e3, /* (r1!=0), r1=psem.vf_err_vector width=4 access=WB, */ 6729 0x010203f4, 0x00010001, 0x000004e4, /* (r1!=0), r1=tsem.vf_err_vector width=4 access=WB, */ 6730 0x010203f5, 0x00010001, 0x000004e5, /* (r1!=0), r1=msem.vf_err_vector width=4 access=WB, */ 6731 0x010203f6, 0x00010001, 0x000004e6, /* (r1!=0), r1=usem.vf_err_vector width=4 access=WB, */ 6732 0x00540009, /* mode k2 */ 6733 0x000003f7, 0x00010002, 0x000004e7, /* ((r1&~r2)!=0), r1=pcie.PRTY_STS_H_0, r2=pcie.PRTY_MASK_H_0, */ 6734 0x010203f8, 0x00010001, 0x000004e9, /* (r1!=0), r1=igu.pending_bits_status[0:11], */ 6735 0x010103f9, 0x00010001, 0x000004ea, /* (r1!=0), r1=igu.write_done_pending[0:11], */ 6736 0x010203fa, 0x00010101, 0x000004eb, /* (r1!=0), r1=pswhst.vf_disabled_error_valid, */ 6737 0x010003fb, 0x00010001, 0x000004ed, /* (r1!=0), r1=qm.QstatusTx_0[0:15], */ 6738 0x010003fc, 0x00010001, 0x000004ee, /* (r1!=0), r1=qm.QstatusOther_0[0:3], */ 6739 0x0b0103fd, 0x00010003, 0x000004ef, /* (r1!=r2&&r3==0), r1=qm.VoqCrdLine[0:7], r2=qm.VoqInitCrdLine[0:7], r3=misc.port_mode, */ 6740 0x0c0103fe, 0x00010003, 0x000004f2, /* (r1!=r2&&r3>0), r1=qm.VoqCrdLine[0:19], r2=qm.VoqInitCrdLine[0:19], r3=misc.port_mode, */ 6741 0x0b0103ff, 0x00010003, 0x000004f5, /* (r1!=r2&&r3==0), r1=qm.VoqCrdLine[16], r2=qm.VoqInitCrdLine[16], r3=misc.port_mode, */ 6742 0x0b010400, 0x00010003, 0x000004f8, /* (r1!=r2&&r3==0), r1=qm.VoqCrdByte[16], r2=qm.VoqInitCrdByte[16], r3=misc.port_mode, */ 6743 0x0c010401, 0x00010003, 0x000004fb, /* (r1!=r2&&r3>0), r1=qm.VoqCrdByte[0:19], r2=qm.VoqInitCrdByte[0:19], r3=misc.port_mode, */ 6744 0x0b010402, 0x00010003, 0x000004fe, /* (r1!=r2&&r3==0), r1=qm.VoqCrdByte[0:7], r2=qm.VoqInitCrdByte[0:7], r3=misc.port_mode, */ 6745 0x01010403, 0x00010001, 0x002a0501, /* (r1!=8190), r1=brb.wc_empty_0[0:7], */ 6746 0x01010404, 0x00010001, 0x000b0502, /* (r1!=2), r1=brb.wc_status_0[0:7] width=3 access=WB, */ 6747 0x00000405, 0x00010202, 0x00000503, /* ((r1&~r2)!=0), r1=btb.INT_STS_0, r2=btb.INT_MASK_0, */ 6748 0x00000406, 0x00010202, 0x00000507, /* ((r1&~r2)!=0), r1=btb.INT_STS_4, r2=btb.INT_MASK_4, */ 6749 0x01000407, 0x00010001, 0x0000050b, /* (r1!=0), r1=xcm.msdm_length_mis, */ 6750 0x01010408, 0x00010001, 0x0000050c, /* (r1!=0), r1=xcm.is_msdm_fill_lvl, */ 6751 0x01010409, 0x00010001, 0x0000050d, /* (r1!=0), r1=xcm.is_ysem_fill_lvl, */ 6752 0x0100040a, 0x00010001, 0x0000050e, /* (r1!=0), r1=ycm.msdm_length_mis, */ 6753 0x0101040b, 0x00010001, 0x0000050f, /* (r1!=0), r1=ycm.is_msdm_fill_lvl, */ 6754 0x0100040c, 0x00010001, 0x00000510, /* (r1!=0), r1=pcm.psdm_length_mis, */ 6755 0x0101040d, 0x00010001, 0x00000511, /* (r1!=0), r1=pcm.is_psdm_fill_lvl, */ 6756 0x0100040e, 0x00010001, 0x00000512, /* (r1!=0), r1=tcm.tsdm_length_mis, */ 6757 0x0101040f, 0x00010001, 0x00000513, /* (r1!=0), r1=tcm.is_tsdm_fill_lvl, */ 6758 0x01000410, 0x00010001, 0x00000514, /* (r1!=0), r1=mcm.msdm_length_mis, */ 6759 0x01010411, 0x00010001, 0x00000515, /* (r1!=0), r1=mcm.is_msdm_fill_lvl, */ 6760 0x01010412, 0x00010001, 0x00000516, /* (r1!=0), r1=mcm.is_ysem_fill_lvl, */ 6761 0x00390021, /* mode asic */ 6762 0x03010413, 0x00000002, 0x00000517, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_7, r2=pswrq2.max_srs_vq7, */ 6763 0x03010414, 0x00000002, 0x00000519, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_8, r2=pswrq2.max_srs_vq8, */ 6764 0x03010415, 0x00000002, 0x0000051b, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_10, r2=pswrq2.max_srs_vq10, */ 6765 0x03010416, 0x00000002, 0x0000051d, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_13, r2=pswrq2.max_srs_vq13, */ 6766 0x03010417, 0x00000002, 0x0000051f, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_14, r2=pswrq2.max_srs_vq14, */ 6767 0x03010418, 0x00000002, 0x00000521, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_20, r2=pswrq2.max_srs_vq20, */ 6768 0x03010419, 0x00000002, 0x00000523, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_25, r2=pswrq2.max_srs_vq25, */ 6769 0x0301041a, 0x00000002, 0x00000525, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_27, r2=pswrq2.max_srs_vq27, */ 6770 0x0301041b, 0x00000002, 0x00000527, /* (r1!=r2), r1=pswrq2.sr_cnt_per_vq_31, r2=pswrq2.max_srs_vq31, */ 6771 0x0301041c, 0x00000002, 0x00000529, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_7, r2=pswrq2.max_blks_vq7, */ 6772 0x0301041d, 0x00000002, 0x0000052b, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_8, r2=pswrq2.max_blks_vq8, */ 6773 0x0301041e, 0x00000002, 0x0000052d, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_10, r2=pswrq2.max_blks_vq10, */ 6774 0x0301041f, 0x00000002, 0x0000052f, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_13, r2=pswrq2.max_blks_vq13, */ 6775 0x03010420, 0x00000002, 0x00000531, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_14, r2=pswrq2.max_blks_vq14, */ 6776 0x03010421, 0x00000002, 0x00000533, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_20, r2=pswrq2.max_blks_vq20, */ 6777 0x03010422, 0x00000002, 0x00000535, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_25, r2=pswrq2.max_blks_vq25, */ 6778 0x03010423, 0x00000002, 0x00000537, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_27, r2=pswrq2.max_blks_vq27, */ 6779 0x03010424, 0x00000002, 0x00000539, /* (r1!=r2), r1=pswrq2.blk_cnt_per_vq_31, r2=pswrq2.max_blks_vq31, */ 6780 0x0d020425, 0x00010001, 0x0046053b, /* (r1&0x3E1), r1=tm.INT_STS_1, */ 6781 0x0003001f, /* mode !asic */ 6782 0x0d020426, 0x00010001, 0x0047053c, /* (r1&0x381), r1=tm.INT_STS_1, */ 6783 0x00ae0025, /* mode !bb */ 6784 0x06000427, 0x00020001, 0x0048053d, /* ((r1&0x0FD010)!=0), r1=pglcs.pgl_cs.UNCORR_ERR_STATUS_OFF, */ 6785 0x06020428, 0x00020001, 0x004a053e, /* ((r1&0x100000)!=0), r1=pglcs.pgl_cs.UNCORR_ERR_STATUS_OFF, */ 6786 0x06020429, 0x00020001, 0x004c053f, /* ((r1&0x2000)!=0), r1=pglcs.pgl_cs.UNCORR_ERR_STATUS_OFF, */ 6787 0x0102042a, 0x00010001, 0x00000540, /* (r1!=0), r1=pglcs.pgl_cs.HDR_LOG_0_OFF[0:3], */ 6788 0x0100042b, 0x00010001, 0x00000541, /* (r1!=0), r1=pglcs.syncfifo_pop_underflow, */ 6789 0x0100042c, 0x00010001, 0x00000542, /* (r1!=0), r1=pglcs.syncfifo_push_overflow, */ 6790 0x0101042d, 0x00010001, 0x00000543, /* (r1!=0), r1=pglcs.tx_syncfifo_pop_status, */ 6791 0x0600042e, 0x00020001, 0x004e0544, /* ((r1&0xE001)!=0), r1=pcie.INT_STS, */ 6792 0x0000042f, 0x00010102, 0x00000545, /* ((r1&~r2)!=0), r1=cnig.INT_STS, r2=cnig.INT_MASK, */ 6793 0x00000430, 0x00010002, 0x00000548, /* ((r1&~r2)!=0), r1=cnig.PRTY_STS, r2=cnig.PRTY_MASK, */ 6794 0x01000431, 0x00010001, 0x0000054a, /* (r1!=0), r1=pglue_b.syncfifo_push_overflow, */ 6795 0x01000432, 0x00010001, 0x0000054b, /* (r1!=0), r1=pglue_b.syncfifo_pop_underflow, */ 6796 0x01010433, 0x00010001, 0x0000054c, /* (r1!=0), r1=pglue_b.rxh_syncfifo_pop_status, */ 6797 0x01010434, 0x00010101, 0x0000054d, /* (r1!=0), r1=pglue_b.rxd_syncfifo_pop_status, */ 6798 0x09010435, 0x00060001, 0x003d054f, /* ((r1[0]&0x3FFFFFC0)>>6)!=(((r1[0]&0xC0000000)>>30)|((r1[1]&0x3FFFFF)<<2)), r1=qm.PtrTblOther[0:127] width=2 access=WB, */ 6799 0x0a010436, 0x00030001, 0x00430550, /* ((r1&0x30)>>4)!=(r1&0x03), r1=qm.PtrTblOther[0:127] width=2 access=WB, */ 6800 0x09010437, 0x00060001, 0x003d0551, /* ((r1[0]&0x3FFFFFC0)>>6)!=(((r1[0]&0xC0000000)>>30)|((r1[1]&0x3FFFFF)<<2)), r1=qm.PtrTblTx[0:511] width=2 access=WB, */ 6801 0x0a010438, 0x00030001, 0x00430552, /* ((r1&0x30)>>4)!=(r1&0x03), r1=qm.PtrTblTx[0:511] width=2 access=WB, */ 6802 0x01010439, 0x00010001, 0x00030553, /* (r1!=reset1), r1=brb.rc_eop_empty, */ 6803 0x0101043a, 0x00010001, 0x00000554, /* (r1!=0), r1=brb.mac2_tc_occupancy_0, */ 6804 0x0101043b, 0x00010001, 0x00000555, /* (r1!=0), r1=brb.mac2_tc_occupancy_1, */ 6805 0x0101043c, 0x00010001, 0x00000556, /* (r1!=0), r1=brb.mac2_tc_occupancy_2, */ 6806 0x0101043d, 0x00010001, 0x00000557, /* (r1!=0), r1=brb.mac2_tc_occupancy_3, */ 6807 0x0101043e, 0x00010001, 0x00000558, /* (r1!=0), r1=brb.mac2_tc_occupancy_4, */ 6808 0x0101043f, 0x00010001, 0x00000559, /* (r1!=0), r1=brb.mac3_tc_occupancy_0, */ 6809 0x01010440, 0x00010001, 0x0000055a, /* (r1!=0), r1=brb.mac3_tc_occupancy_1, */ 6810 0x01010441, 0x00010001, 0x0000055b, /* (r1!=0), r1=brb.mac3_tc_occupancy_2, */ 6811 0x01010442, 0x00010001, 0x0000055c, /* (r1!=0), r1=brb.mac3_tc_occupancy_3, */ 6812 0x01010443, 0x00010001, 0x0000055d, /* (r1!=0), r1=brb.mac3_tc_occupancy_4, */ 6813 0x00000444, 0x00010002, 0x0000055e, /* ((r1&~r2)!=0), r1=nig.INT_STS_6, r2=nig.INT_MASK_6, */ 6814 0x00020445, 0x00010202, 0x00000560, /* ((r1&~r2)!=0), r1=nig.INT_STS_7, r2=nig.INT_MASK_7, */ 6815 0x00000446, 0x00010002, 0x00000564, /* ((r1&~r2)!=0), r1=nig.INT_STS_8, r2=nig.INT_MASK_8, */ 6816 0x00020447, 0x00010202, 0x00000566, /* ((r1&~r2)!=0), r1=nig.INT_STS_9, r2=nig.INT_MASK_9, */ 6817 0x00000448, 0x00010302, 0x0000056a, /* ((r1&~r2)!=0), r1=nig.PRTY_STS, r2=nig.PRTY_MASK, */ 6818 0x06000449, 0x00020001, 0x0050056f, /* ((r1&0x00000002)!=2), r1=nws.common_status, */ 6819 0x0600044a, 0x00020001, 0x00520570, /* ((r1&0x00000004)!=4), r1=nws.common_status, */ 6820 0x0600044b, 0x00020001, 0x000d0571, /* ((r1&0x00000001)!=0), r1=nws.INT_STS_0, */ 6821 0x0000044c, 0x00010002, 0x00000572, /* ((r1&~r2)!=0), r1=nws.PRTY_STS_H_0, r2=nws.PRTY_MASK_H_0, */ 6822 0x0e02044d, 0x00040002, 0x00540574, /* ((r1!=1)&&(((r2>>14)&1)==1)), r1=nws.nws_cmu.ln0_top_phy_if_status, r2=nws.common_control, */ 6823 0x0e02044e, 0x00040002, 0x00580576, /* ((r1!=1)&&(((r2>>15)&1)==1)), r1=nws.nws_cmu.ln1_top_phy_if_status, r2=nws.common_control, */ 6824 0x0e02044f, 0x00040002, 0x005c0578, /* ((r1!=1)&&(((r2>>16)&1)==1)), r1=nws.nws_cmu.ln2_top_phy_if_status, r2=nws.common_control, */ 6825 0x0e020450, 0x00040002, 0x0060057a, /* ((r1!=1)&&(((r2>>17)&1)==1)), r1=nws.nws_cmu.ln3_top_phy_if_status, r2=nws.common_control, */ 6826 0x06000451, 0x00020001, 0x000d057c, /* ((r1&0x00000001)!=0), r1=nwm.INT_STS, */ 6827 0x06000452, 0x00020001, 0x0064057d, /* ((r1&0x000001FE)!=0), r1=nwm.INT_STS, */ 6828 0x00000453, 0x00010002, 0x0000057e, /* ((r1&~r2)!=0), r1=nwm.PRTY_STS_H_0, r2=nwm.PRTY_MASK_H_0, */ 6829 0x00000454, 0x00010002, 0x00000580, /* ((r1&~r2)!=0), r1=nwm.PRTY_STS_H_1, r2=nwm.PRTY_MASK_H_1, */ 6830 0x00000455, 0x00010002, 0x00000582, /* ((r1&~r2)!=0), r1=nwm.PRTY_STS_H_2, r2=nwm.PRTY_MASK_H_2, */ 6831 0x01010456, 0x00010001, 0x00230584, /* (r1!=255), r1=btb.rc_pkt_empty_4, */ 6832 0x01010457, 0x00010001, 0x00230585, /* (r1!=255), r1=btb.rc_pkt_empty_5, */ 6833 0x01010458, 0x00010001, 0x00230586, /* (r1!=255), r1=btb.rc_pkt_empty_6, */ 6834 0x01010459, 0x00010001, 0x00230587, /* (r1!=255), r1=btb.rc_pkt_empty_7, */ 6835 0x0101045a, 0x00010001, 0x00000588, /* (r1!=0), r1=xcm.qm_act_st_cnt[0:511], */ 6836 0x0102045b, 0x00010001, 0x00000589, /* (r1!=0), r1=xsem.vf_err_vector width=8 access=WB, */ 6837 0x0102045c, 0x00010001, 0x0000058a, /* (r1!=0), r1=ysem.vf_err_vector width=8 access=WB, */ 6838 0x0102045d, 0x00010001, 0x0000058b, /* (r1!=0), r1=psem.vf_err_vector width=8 access=WB, */ 6839 0x0102045e, 0x00010001, 0x0000058c, /* (r1!=0), r1=tsem.vf_err_vector width=8 access=WB, */ 6840 0x0102045f, 0x00010001, 0x0000058d, /* (r1!=0), r1=msem.vf_err_vector width=8 access=WB, */ 6841 0x01020460, 0x00010001, 0x0000058e, /* (r1!=0), r1=usem.vf_err_vector width=8 access=WB, */ 6842 0x00240015, /* mode !(k2|e5) */ 6843 0x06020461, 0x00020001, 0x004a058f, /* ((r1&0x100000)!=0), r1=pglcs.pgl_cs.uc_err_status, */ 6844 0x06000462, 0x00020001, 0x00480590, /* ((r1&0x0FD010)!=0), r1=pglcs.pgl_cs.uc_err_status, */ 6845 0x06020463, 0x00020001, 0x004c0591, /* ((r1&0x2000)!=0), r1=pglcs.pgl_cs.uc_err_status, */ 6846 0x01020464, 0x00010001, 0x00000592, /* (r1!=0), r1=pglcs.pgl_cs.header_log1[0:3], */ 6847 0x06020465, 0x00020001, 0x00660593, /* ((r1&0x2000000)!=0), r1=pglcs.pgl_cs.tl_ctrlstat_5, */ 6848 0x04000466, 0x00020001, 0x00680594, /* ((r1&~0x2040902)!=0), r1=pglcs.pgl_cs.tl_ctrlstat_5, */ 6849 0x04000467, 0x00020001, 0x006a0595, /* ((r1&~0x10240902)!=0), r1=pglcs.pgl_cs.tl_func345_stat, */ 6850 0x04000468, 0x00020001, 0x006a0596, /* ((r1&~0x10240902)!=0), r1=pglcs.pgl_cs.tl_func678_stat, */ 6851 0x06000469, 0x00020001, 0x000b0597, /* ((r1&0x2)!=0), r1=pglcs.pgl_cs.DLATTN_VEC, */ 6852 0x0000046a, 0x00010002, 0x00000598, /* ((r1&~r2)!=0), r1=miscs.INT_STS_1, r2=miscs.INT_MASK_1, */ 6853 0x0000046b, 0x00010002, 0x0000059a, /* ((r1&~r2)!=0), r1=igu.PRTY_STS_H_1, r2=igu.PRTY_MASK_H_1, */ 6854 0x0101046c, 0x00010001, 0x000d059c, /* (r1!=1), r1=nig.rx_macfifo_empty, */ 6855 0x00420003, /* mode !(bb|k2) */ 6856 0x0102046d, 0x00010001, 0x0000059d, /* (r1!=0), r1=igu.pending_bits_status[0:15], */ 6857 0x0101046e, 0x00010001, 0x0000059e, /* (r1!=0), r1=igu.write_done_pending[0:15], */ 6858 0x0b01046f, 0x00010003, 0x0000059f, /* (r1!=r2&&r3==0), r1=qm.VoqCrdLine[16], r2=qm.VoqInitCrdLine[16], r3=misc.port_mode, */ 6859 0x0b010470, 0x00010003, 0x000005a2, /* (r1!=r2&&r3==0), r1=qm.VoqCrdLine[0:7], r2=qm.VoqInitCrdLine[0:7], r3=misc.port_mode, */ 6860 0x0c010471, 0x00010003, 0x000005a5, /* (r1!=r2&&r3>0), r1=qm.VoqCrdLine[0:35], r2=qm.VoqInitCrdLine[0:35], r3=misc.port_mode, */ 6861 0x0b010472, 0x00010003, 0x000005a8, /* (r1!=r2&&r3==0), r1=qm.VoqCrdByte[0:7], r2=qm.VoqInitCrdByte[0:7], r3=misc.port_mode, */ 6862 0x0b010473, 0x00010003, 0x000005ab, /* (r1!=r2&&r3==0), r1=qm.VoqCrdByte[16], r2=qm.VoqInitCrdByte[16], r3=misc.port_mode, */ 6863 0x0c010474, 0x00010003, 0x000005ae, /* (r1!=r2&&r3>0), r1=qm.VoqCrdByte[0:35], r2=qm.VoqInitCrdByte[0:35], r3=misc.port_mode, */ 6864 0x00000475, 0x00010202, 0x000005b1, /* ((r1&~r2)!=0), r1=btb.INT_STS_0, r2=btb.INT_MASK_0, */ 6865 0x00000476, 0x00010202, 0x000005b5, /* ((r1&~r2)!=0), r1=btb.INT_STS_4, r2=btb.INT_MASK_4, */ 6866 0x01000477, 0x00010001, 0x000005b9, /* (r1!=0), r1=xcm.msdm_length_mis, */ 6867 0x01010478, 0x00010001, 0x000005ba, /* (r1!=0), r1=xcm.is_msdm_fill_lvl, */ 6868 0x01010479, 0x00010001, 0x000005bb, /* (r1!=0), r1=xcm.is_ysem_fill_lvl, */ 6869 0x0100047a, 0x00010001, 0x000005bc, /* (r1!=0), r1=ycm.msdm_length_mis, */ 6870 0x0101047b, 0x00010001, 0x000005bd, /* (r1!=0), r1=ycm.is_msdm_fill_lvl, */ 6871 0x0100047c, 0x00010001, 0x000005be, /* (r1!=0), r1=pcm.psdm_length_mis, */ 6872 0x0101047d, 0x00010001, 0x000005bf, /* (r1!=0), r1=pcm.is_psdm_fill_lvl, */ 6873 0x0100047e, 0x00010001, 0x000005c0, /* (r1!=0), r1=tcm.tsdm_length_mis, */ 6874 0x0101047f, 0x00010001, 0x000005c1, /* (r1!=0), r1=tcm.is_tsdm_fill_lvl, */ 6875 0x01000480, 0x00010001, 0x000005c2, /* (r1!=0), r1=mcm.msdm_length_mis, */ 6876 0x01010481, 0x00010001, 0x000005c3, /* (r1!=0), r1=mcm.is_msdm_fill_lvl, */ 6877 0x01010482, 0x00010001, 0x000005c4, /* (r1!=0), r1=mcm.is_ysem_fill_lvl, */ 6878 0x01cb0051, /* mode !e5 */ 6879 0x00000483, 0x00010002, 0x000005c5, /* ((r1&~r2)!=0), r1=dmae.PRTY_STS_H_0, r2=dmae.PRTY_MASK_H_0, */ 6880 0x00000484, 0x00010002, 0x000005c7, /* ((r1&~r2)!=0), r1=dbg.PRTY_STS_H_0, r2=dbg.PRTY_MASK_H_0, */ 6881 0x00000485, 0x00010002, 0x000005c9, /* ((r1&~r2)!=0), r1=opte.PRTY_STS_H_0, r2=opte.PRTY_MASK_H_0, */ 6882 0x00000486, 0x00010002, 0x000005cb, /* ((r1&~r2)!=0), r1=dorq.PRTY_STS_H_0, r2=dorq.PRTY_MASK_H_0, */ 6883 0x00000487, 0x00010002, 0x000005cd, /* ((r1&~r2)!=0), r1=igu.PRTY_STS_H_0, r2=igu.PRTY_MASK_H_0, */ 6884 0x00000488, 0x00010002, 0x000005cf, /* ((r1&~r2)!=0), r1=prs.PRTY_STS_H_0, r2=prs.PRTY_MASK_H_0, */ 6885 0x00000489, 0x00010002, 0x000005d1, /* ((r1&~r2)!=0), r1=prs.PRTY_STS_H_1, r2=prs.PRTY_MASK_H_1, */ 6886 0x0101048a, 0x00010001, 0x000005d3, /* (r1!=0), r1=prs.prs_pkt_ct, */ 6887 0x0101048b, 0x00010001, 0x000005d4, /* (r1!=0), r1=prs.tcm_current_credit, */ 6888 0x0000048c, 0x00010002, 0x000005d5, /* ((r1&~r2)!=0), r1=prm.PRTY_STS_H_0, r2=prm.PRTY_MASK_H_0, */ 6889 0x0000048d, 0x00010002, 0x000005d7, /* ((r1&~r2)!=0), r1=rss.PRTY_STS_H_0, r2=rss.PRTY_MASK_H_0, */ 6890 0x0102048e, 0x00010001, 0x006c05d9, /* (r1!=31), r1=rss.empty_status, */ 6891 0x0102048f, 0x00010001, 0x000005da, /* (r1!=0), r1=rss.full_status, */ 6892 0x01020490, 0x00010001, 0x000005db, /* (r1!=0), r1=rss.counters_status, */ 6893 0x01010491, 0x00010001, 0x000005dc, /* (r1!=0), r1=rss.state_machines, */ 6894 0x00000492, 0x00010002, 0x000005dd, /* ((r1&~r2)!=0), r1=pswwr2.PRTY_STS_H_0, r2=pswwr2.PRTY_MASK_H_0, */ 6895 0x00000493, 0x00010002, 0x000005df, /* ((r1&~r2)!=0), r1=pswwr2.PRTY_STS_H_1, r2=pswwr2.PRTY_MASK_H_1, */ 6896 0x00000494, 0x00010002, 0x000005e1, /* ((r1&~r2)!=0), r1=pswwr2.PRTY_STS_H_2, r2=pswwr2.PRTY_MASK_H_2, */ 6897 0x00000495, 0x00010002, 0x000005e3, /* ((r1&~r2)!=0), r1=pswwr2.PRTY_STS_H_3, r2=pswwr2.PRTY_MASK_H_3, */ 6898 0x00000496, 0x00010002, 0x000005e5, /* ((r1&~r2)!=0), r1=pswhst.PRTY_STS_H_0, r2=pswhst.PRTY_MASK_H_0, */ 6899 0x00000497, 0x00010002, 0x000005e7, /* ((r1&~r2)!=0), r1=pglue_b.PRTY_STS_H_0, r2=pglue_b.PRTY_MASK_H_0, */ 6900 0x00000498, 0x00010002, 0x000005e9, /* ((r1&~r2)!=0), r1=tm.PRTY_STS_H_0, r2=tm.PRTY_MASK_H_0, */ 6901 0x00000499, 0x00010002, 0x000005eb, /* ((r1&~r2)!=0), r1=tcfc.PRTY_STS_H_0, r2=tcfc.PRTY_MASK_H_0, */ 6902 0x0000049a, 0x00010002, 0x000005ed, /* ((r1&~r2)!=0), r1=ccfc.PRTY_STS_H_0, r2=ccfc.PRTY_MASK_H_0, */ 6903 0x0000049b, 0x00010002, 0x000005ef, /* ((r1&~r2)!=0), r1=qm.PRTY_STS_H_0, r2=qm.PRTY_MASK_H_0, */ 6904 0x0000049c, 0x00010002, 0x000005f1, /* ((r1&~r2)!=0), r1=qm.PRTY_STS_H_1, r2=qm.PRTY_MASK_H_1, */ 6905 0x0000049d, 0x00010002, 0x000005f3, /* ((r1&~r2)!=0), r1=qm.PRTY_STS_H_2, r2=qm.PRTY_MASK_H_2, */ 6906 0x0000049e, 0x00010002, 0x000005f5, /* ((r1&~r2)!=0), r1=tdif.PRTY_STS_H_0, r2=tdif.PRTY_MASK_H_0, */ 6907 0x0000049f, 0x00010002, 0x000005f7, /* ((r1&~r2)!=0), r1=brb.PRTY_STS_H_0, r2=brb.PRTY_MASK_H_0, */ 6908 0x000004a0, 0x00010002, 0x000005f9, /* ((r1&~r2)!=0), r1=brb.PRTY_STS_H_1, r2=brb.PRTY_MASK_H_1, */ 6909 0x000004a1, 0x00010002, 0x000005fb, /* ((r1&~r2)!=0), r1=xyld.PRTY_STS_H_0, r2=xyld.PRTY_MASK_H_0, */ 6910 0x010104a2, 0x00010001, 0x000005fd, /* (r1!=0), r1=yuld.pending_msg_to_ext_ev_1_ctr, */ 6911 0x010104a3, 0x00010001, 0x000005fe, /* (r1!=0), r1=yuld.pending_msg_to_ext_ev_2_ctr, */ 6912 0x010104a4, 0x00010001, 0x000005ff, /* (r1!=0), r1=yuld.pending_msg_to_ext_ev_3_ctr, */ 6913 0x010104a5, 0x00010001, 0x00000600, /* (r1!=0), r1=yuld.pending_msg_to_ext_ev_4_ctr, */ 6914 0x010104a6, 0x00010001, 0x00000601, /* (r1!=0), r1=yuld.pending_msg_to_ext_ev_5_ctr, */ 6915 0x030104a7, 0x00000002, 0x00000602, /* (r1!=r2), r1=yuld.foc_remain_credits, r2=yuld.foci_foc_credits, */ 6916 0x010104a8, 0x00010001, 0x00000604, /* (r1!=0), r1=yuld.dbg_pending_ccfc_req, */ 6917 0x010104a9, 0x00010001, 0x00000605, /* (r1!=0), r1=yuld.dbg_pending_tcfc_req, */ 6918 0x000004aa, 0x00010002, 0x00000606, /* ((r1&~r2)!=0), r1=yuld.PRTY_STS_H_0, r2=yuld.PRTY_MASK_H_0, */ 6919 0x000004ab, 0x00010002, 0x00000608, /* ((r1&~r2)!=0), r1=tmld.PRTY_STS_H_0, r2=tmld.PRTY_MASK_H_0, */ 6920 0x000004ac, 0x00010002, 0x0000060a, /* ((r1&~r2)!=0), r1=muld.PRTY_STS_H_0, r2=muld.PRTY_MASK_H_0, */ 6921 0x000004ad, 0x00010002, 0x0000060c, /* ((r1&~r2)!=0), r1=nig.PRTY_STS_H_0, r2=nig.PRTY_MASK_H_0, */ 6922 0x000004ae, 0x00010002, 0x0000060e, /* ((r1&~r2)!=0), r1=nig.PRTY_STS_H_1, r2=nig.PRTY_MASK_H_1, */ 6923 0x000004af, 0x00010002, 0x00000610, /* ((r1&~r2)!=0), r1=nig.PRTY_STS_H_2, r2=nig.PRTY_MASK_H_2, */ 6924 0x000004b0, 0x00010002, 0x00000612, /* ((r1&~r2)!=0), r1=nig.PRTY_STS_H_3, r2=nig.PRTY_MASK_H_3, */ 6925 0x010104b1, 0x00010001, 0x000d0614, /* (r1!=1), r1=nig.tx_macfifo_empty, */ 6926 0x000004b2, 0x00010002, 0x00000615, /* ((r1&~r2)!=0), r1=ptu.PRTY_STS_H_0, r2=ptu.PRTY_MASK_H_0, */ 6927 0x000004b3, 0x00010002, 0x00000617, /* ((r1&~r2)!=0), r1=cdu.PRTY_STS_H_0, r2=cdu.PRTY_MASK_H_0, */ 6928 0x000004b4, 0x00010002, 0x00000619, /* ((r1&~r2)!=0), r1=pbf.PRTY_STS_H_0, r2=pbf.PRTY_MASK_H_0, */ 6929 0x000004b5, 0x00010002, 0x0000061b, /* ((r1&~r2)!=0), r1=pbf.PRTY_STS_H_1, r2=pbf.PRTY_MASK_H_1, */ 6930 0x000004b6, 0x00010002, 0x0000061d, /* ((r1&~r2)!=0), r1=btb.PRTY_STS_H_0, r2=btb.PRTY_MASK_H_0, */ 6931 0x000004b7, 0x00010002, 0x0000061f, /* ((r1&~r2)!=0), r1=xsdm.PRTY_STS_H_0, r2=xsdm.PRTY_MASK_H_0, */ 6932 0x000004b8, 0x00010002, 0x00000621, /* ((r1&~r2)!=0), r1=ysdm.PRTY_STS_H_0, r2=ysdm.PRTY_MASK_H_0, */ 6933 0x000004b9, 0x00010002, 0x00000623, /* ((r1&~r2)!=0), r1=psdm.PRTY_STS_H_0, r2=psdm.PRTY_MASK_H_0, */ 6934 0x000004ba, 0x00010002, 0x00000625, /* ((r1&~r2)!=0), r1=tsdm.PRTY_STS_H_0, r2=tsdm.PRTY_MASK_H_0, */ 6935 0x000004bb, 0x00010002, 0x00000627, /* ((r1&~r2)!=0), r1=msdm.PRTY_STS_H_0, r2=msdm.PRTY_MASK_H_0, */ 6936 0x000004bc, 0x00010002, 0x00000629, /* ((r1&~r2)!=0), r1=usdm.PRTY_STS_H_0, r2=usdm.PRTY_MASK_H_0, */ 6937 0x000004bd, 0x00010002, 0x0000062b, /* ((r1&~r2)!=0), r1=xcm.PRTY_STS_H_0, r2=xcm.PRTY_MASK_H_0, */ 6938 0x000004be, 0x00010002, 0x0000062d, /* ((r1&~r2)!=0), r1=xcm.PRTY_STS_H_1, r2=xcm.PRTY_MASK_H_1, */ 6939 0x000004bf, 0x00010002, 0x0000062f, /* ((r1&~r2)!=0), r1=ycm.PRTY_STS_H_0, r2=ycm.PRTY_MASK_H_0, */ 6940 0x000004c0, 0x00010002, 0x00000631, /* ((r1&~r2)!=0), r1=ycm.PRTY_STS_H_1, r2=ycm.PRTY_MASK_H_1, */ 6941 0x000004c1, 0x00010002, 0x00000633, /* ((r1&~r2)!=0), r1=pcm.PRTY_STS_H_0, r2=pcm.PRTY_MASK_H_0, */ 6942 0x010004c2, 0x00010001, 0x00000635, /* (r1!=0), r1=pcm.pbf_length_mis, */ 6943 0x010104c3, 0x00010001, 0x00000636, /* (r1!=0), r1=pcm.is_pbf_fill_lvl, */ 6944 0x000004c4, 0x00010002, 0x00000637, /* ((r1&~r2)!=0), r1=tcm.PRTY_STS_H_0, r2=tcm.PRTY_MASK_H_0, */ 6945 0x000004c5, 0x00010002, 0x00000639, /* ((r1&~r2)!=0), r1=tcm.PRTY_STS_H_1, r2=tcm.PRTY_MASK_H_1, */ 6946 0x010004c6, 0x00010001, 0x0000063b, /* (r1!=0), r1=tcm.prs_length_mis, */ 6947 0x010104c7, 0x00010001, 0x0000063c, /* (r1!=0), r1=tcm.is_prs_fill_lvl, */ 6948 0x000004c8, 0x00010002, 0x0000063d, /* ((r1&~r2)!=0), r1=mcm.PRTY_STS_H_0, r2=mcm.PRTY_MASK_H_0, */ 6949 0x000004c9, 0x00010002, 0x0000063f, /* ((r1&~r2)!=0), r1=mcm.PRTY_STS_H_1, r2=mcm.PRTY_MASK_H_1, */ 6950 0x000004ca, 0x00010002, 0x00000641, /* ((r1&~r2)!=0), r1=ucm.PRTY_STS_H_0, r2=ucm.PRTY_MASK_H_0, */ 6951 0x000004cb, 0x00010002, 0x00000643, /* ((r1&~r2)!=0), r1=ucm.PRTY_STS_H_1, r2=ucm.PRTY_MASK_H_1, */ 6952 0x010004cc, 0x00010001, 0x00000645, /* (r1!=0), r1=ucm.yuld_length_mis, */ 6953 0x010104cd, 0x00010001, 0x00000646, /* (r1!=0), r1=ucm.is_yuld_fill_lvl, */ 6954 0x000004ce, 0x00010002, 0x00000647, /* ((r1&~r2)!=0), r1=xsem.PRTY_STS_H_0, r2=xsem.PRTY_MASK_H_0, */ 6955 0x010204cf, 0x00010001, 0x00000649, /* (r1!=0), r1=xsem.thread_error, */ 6956 0x010104d0, 0x00010001, 0x0000064a, /* (r1!=0), r1=xsem.thread_rdy, */ 6957 0x010104d1, 0x00010001, 0x0000064b, /* (r1!=0), r1=xsem.thread_valid, */ 6958 0x010104d2, 0x00010001, 0x000d064c, /* (r1!=1), r1=xsem.dra_empty, */ 6959 0x010104d3, 0x00010001, 0x000d064d, /* (r1!=1), r1=xsem.slow_dbg_empty, */ 6960 0x010104d4, 0x00010001, 0x000d064e, /* (r1!=1), r1=xsem.slow_dra_fin_empty, */ 6961 0x010104d5, 0x00010001, 0x000d064f, /* (r1!=1), r1=xsem.slow_dra_rd_empty, */ 6962 0x010104d6, 0x00010001, 0x000d0650, /* (r1!=1), r1=xsem.slow_dra_wr_empty, */ 6963 0x010104d7, 0x00010001, 0x000d0651, /* (r1!=1), r1=xsem.thread_fifo_empty, */ 6964 0x010104d8, 0x00010001, 0x00000652, /* (r1!=0), r1=xsem.pas_if_full, */ 6965 0x010204d9, 0x00010001, 0x00000653, /* (r1!=0), r1=xsem.thread_orun_num, */ 6966 0x010104da, 0x00010001, 0x00000654, /* (r1!=0), r1=xsem.dbg_if_full, */ 6967 0x000004db, 0x00010002, 0x00000655, /* ((r1&~r2)!=0), r1=ysem.PRTY_STS_H_0, r2=ysem.PRTY_MASK_H_0, */ 6968 0x010204dc, 0x00010001, 0x00000657, /* (r1!=0), r1=ysem.thread_error, */ 6969 0x010104dd, 0x00010001, 0x00000658, /* (r1!=0), r1=ysem.thread_rdy, */ 6970 0x010104de, 0x00010001, 0x00000659, /* (r1!=0), r1=ysem.thread_valid, */ 6971 0x010104df, 0x00010001, 0x000d065a, /* (r1!=1), r1=ysem.dra_empty, */ 6972 0x010104e0, 0x00010001, 0x000d065b, /* (r1!=1), r1=ysem.slow_dbg_empty, */ 6973 0x010104e1, 0x00010001, 0x000d065c, /* (r1!=1), r1=ysem.slow_dra_fin_empty, */ 6974 0x010104e2, 0x00010001, 0x000d065d, /* (r1!=1), r1=ysem.slow_dra_rd_empty, */ 6975 0x010104e3, 0x00010001, 0x000d065e, /* (r1!=1), r1=ysem.slow_dra_wr_empty, */ 6976 0x010104e4, 0x00010001, 0x000d065f, /* (r1!=1), r1=ysem.thread_fifo_empty, */ 6977 0x010104e5, 0x00010001, 0x00000660, /* (r1!=0), r1=ysem.pas_if_full, */ 6978 0x010204e6, 0x00010001, 0x00000661, /* (r1!=0), r1=ysem.thread_orun_num, */ 6979 0x010104e7, 0x00010001, 0x00000662, /* (r1!=0), r1=ysem.dbg_if_full, */ 6980 0x000004e8, 0x00010002, 0x00000663, /* ((r1&~r2)!=0), r1=psem.PRTY_STS_H_0, r2=psem.PRTY_MASK_H_0, */ 6981 0x010204e9, 0x00010001, 0x00000665, /* (r1!=0), r1=psem.thread_error, */ 6982 0x010104ea, 0x00010001, 0x00000666, /* (r1!=0), r1=psem.thread_rdy, */ 6983 0x010104eb, 0x00010001, 0x00000667, /* (r1!=0), r1=psem.thread_valid, */ 6984 0x010104ec, 0x00010001, 0x000d0668, /* (r1!=1), r1=psem.dra_empty, */ 6985 0x010104ed, 0x00010001, 0x000d0669, /* (r1!=1), r1=psem.slow_dbg_empty, */ 6986 0x010104ee, 0x00010001, 0x000d066a, /* (r1!=1), r1=psem.slow_dra_fin_empty, */ 6987 0x010104ef, 0x00010001, 0x000d066b, /* (r1!=1), r1=psem.slow_dra_rd_empty, */ 6988 0x010104f0, 0x00010001, 0x000d066c, /* (r1!=1), r1=psem.slow_dra_wr_empty, */ 6989 0x010104f1, 0x00010001, 0x000d066d, /* (r1!=1), r1=psem.thread_fifo_empty, */ 6990 0x010104f2, 0x00010001, 0x0000066e, /* (r1!=0), r1=psem.pas_if_full, */ 6991 0x010204f3, 0x00010001, 0x0000066f, /* (r1!=0), r1=psem.thread_orun_num, */ 6992 0x010104f4, 0x00010001, 0x00000670, /* (r1!=0), r1=psem.dbg_if_full, */ 6993 0x000004f5, 0x00010002, 0x00000671, /* ((r1&~r2)!=0), r1=tsem.PRTY_STS_H_0, r2=tsem.PRTY_MASK_H_0, */ 6994 0x010204f6, 0x00010001, 0x00000673, /* (r1!=0), r1=tsem.thread_error, */ 6995 0x010104f7, 0x00010001, 0x00000674, /* (r1!=0), r1=tsem.thread_rdy, */ 6996 0x010104f8, 0x00010001, 0x00000675, /* (r1!=0), r1=tsem.thread_valid, */ 6997 0x010104f9, 0x00010001, 0x000d0676, /* (r1!=1), r1=tsem.dra_empty, */ 6998 0x010104fa, 0x00010001, 0x000d0677, /* (r1!=1), r1=tsem.slow_dbg_empty, */ 6999 0x010104fb, 0x00010001, 0x000d0678, /* (r1!=1), r1=tsem.slow_dra_fin_empty, */ 7000 0x010104fc, 0x00010001, 0x000d0679, /* (r1!=1), r1=tsem.slow_dra_rd_empty, */ 7001 0x010104fd, 0x00010001, 0x000d067a, /* (r1!=1), r1=tsem.slow_dra_wr_empty, */ 7002 0x010104fe, 0x00010001, 0x000d067b, /* (r1!=1), r1=tsem.thread_fifo_empty, */ 7003 0x010104ff, 0x00010001, 0x0000067c, /* (r1!=0), r1=tsem.pas_if_full, */ 7004 0x01020500, 0x00010001, 0x0000067d, /* (r1!=0), r1=tsem.thread_orun_num, */ 7005 0x01010501, 0x00010001, 0x0000067e, /* (r1!=0), r1=tsem.dbg_if_full, */ 7006 0x00000502, 0x00010002, 0x0000067f, /* ((r1&~r2)!=0), r1=msem.PRTY_STS_H_0, r2=msem.PRTY_MASK_H_0, */ 7007 0x01020503, 0x00010001, 0x00000681, /* (r1!=0), r1=msem.thread_error, */ 7008 0x01010504, 0x00010001, 0x00000682, /* (r1!=0), r1=msem.thread_rdy, */ 7009 0x01010505, 0x00010001, 0x00000683, /* (r1!=0), r1=msem.thread_valid, */ 7010 0x01010506, 0x00010001, 0x000d0684, /* (r1!=1), r1=msem.dra_empty, */ 7011 0x01010507, 0x00010001, 0x000d0685, /* (r1!=1), r1=msem.slow_dbg_empty, */ 7012 0x01010508, 0x00010001, 0x000d0686, /* (r1!=1), r1=msem.slow_dra_fin_empty, */ 7013 0x01010509, 0x00010001, 0x000d0687, /* (r1!=1), r1=msem.slow_dra_rd_empty, */ 7014 0x0101050a, 0x00010001, 0x000d0688, /* (r1!=1), r1=msem.slow_dra_wr_empty, */ 7015 0x0101050b, 0x00010001, 0x000d0689, /* (r1!=1), r1=msem.thread_fifo_empty, */ 7016 0x0101050c, 0x00010001, 0x0000068a, /* (r1!=0), r1=msem.pas_if_full, */ 7017 0x0102050d, 0x00010001, 0x0000068b, /* (r1!=0), r1=msem.thread_orun_num, */ 7018 0x0101050e, 0x00010001, 0x0000068c, /* (r1!=0), r1=msem.dbg_if_full, */ 7019 0x0000050f, 0x00010002, 0x0000068d, /* ((r1&~r2)!=0), r1=usem.PRTY_STS_H_0, r2=usem.PRTY_MASK_H_0, */ 7020 0x01020510, 0x00010001, 0x0000068f, /* (r1!=0), r1=usem.thread_error, */ 7021 0x01010511, 0x00010001, 0x00000690, /* (r1!=0), r1=usem.thread_rdy, */ 7022 0x01010512, 0x00010001, 0x00000691, /* (r1!=0), r1=usem.thread_valid, */ 7023 0x01010513, 0x00010001, 0x000d0692, /* (r1!=1), r1=usem.dra_empty, */ 7024 0x01010514, 0x00010001, 0x000d0693, /* (r1!=1), r1=usem.slow_dbg_empty, */ 7025 0x01010515, 0x00010001, 0x000d0694, /* (r1!=1), r1=usem.slow_dra_fin_empty, */ 7026 0x01010516, 0x00010001, 0x000d0695, /* (r1!=1), r1=usem.slow_dra_rd_empty, */ 7027 0x01010517, 0x00010001, 0x000d0696, /* (r1!=1), r1=usem.slow_dra_wr_empty, */ 7028 0x01010518, 0x00010001, 0x000d0697, /* (r1!=1), r1=usem.thread_fifo_empty, */ 7029 0x01010519, 0x00010001, 0x00000698, /* (r1!=0), r1=usem.pas_if_full, */ 7030 0x0102051a, 0x00010001, 0x00000699, /* (r1!=0), r1=usem.thread_orun_num, */ 7031 0x0101051b, 0x00010001, 0x0000069a, /* (r1!=0), r1=usem.dbg_if_full, */ 7032 0x0003001d, /* mode !(!asic) */ 7033 0x0000051c, 0x00010002, 0x0000069b, /* ((r1&~r2)!=0), r1=mcp2.PRTY_STS, r2=mcp2.PRTY_MASK, */ 7034 0x0003004f, /* mode (!e5)&(!(emul_reduced|fpga)) */ 7035 0x0000051d, 0x00010002, 0x0000069d, /* ((r1&~r2)!=0), r1=ncsi.PRTY_STS_H_0, r2=ncsi.PRTY_MASK_H_0, */ 7036 0x00600099, /* mode (!bb)&(!(!asic)) */ 7037 0x0600051e, 0x00020001, 0x000b069f, /* ((r1&0x00000002)!=0), r1=umac.INT_STS, */ 7038 0x0600051f, 0x00020001, 0x000d06a0, /* ((r1&0x00000001)!=0), r1=umac.INT_STS, */ 7039 0x01020520, 0x00010001, 0x000006a1, /* (r1!=0), r1=nws.nws_cmu.phy0_top_err_ctrl0, */ 7040 0x01020521, 0x00010001, 0x000006a2, /* (r1!=0), r1=nws.nws_cmu.phy0_top_err_ctrl1, */ 7041 0x01020522, 0x00010001, 0x000006a3, /* (r1!=0), r1=nws.nws_cmu.phy0_top_err_ctrl2, */ 7042 0x01000523, 0x00010001, 0x000006a4, /* (r1!=0), r1=nws.nws_cmu.phy0_top_regbus_err_info_status0, */ 7043 0x06000524, 0x00020001, 0x000d06a5, /* ((r1&0x00000001)!=0), r1=nws.nws_cmu.phy0_top_regbus_err_info_status0, */ 7044 0x06000525, 0x00020001, 0x000b06a6, /* ((r1&0x00000002)!=0), r1=nws.nws_cmu.phy0_top_regbus_err_info_status0, */ 7045 0x06000526, 0x00020001, 0x006d06a7, /* ((r1&0x00000004)!=0), r1=nws.nws_cmu.phy0_top_regbus_err_info_status0, */ 7046 0x01000527, 0x00010001, 0x000006a8, /* (r1!=0), r1=nws.nws_cmu.phy0_top_regbus_err_info_status1, */ 7047 0x01000528, 0x00010001, 0x000006a9, /* (r1!=0), r1=nws.nws_cmu.phy0_top_regbus_err_info_status2, */ 7048 0x01000529, 0x00010001, 0x000006aa, /* (r1!=0), r1=nws.nws_cmu.phy0_top_regbus_err_info_status3, */ 7049 0x0100052a, 0x00010001, 0x000d06ab, /* (r1!=1), r1=nws.nws_cmu.cmu_lc0_top_phy_if_status, */ 7050 0x0100052b, 0x00010001, 0x000006ac, /* (r1!=0), r1=nws.nws_cmu.cmu_lc0_top_err_ctrl1, */ 7051 0x0100052c, 0x00010001, 0x000006ad, /* (r1!=0), r1=nws.nws_cmu.cmu_lc0_top_err_ctrl2, */ 7052 0x0100052d, 0x00010001, 0x000006ae, /* (r1!=0), r1=nws.nws_cmu.cmu_lc0_top_err_ctrl3, */ 7053 0x0100052e, 0x00010001, 0x000d06af, /* (r1!=1), r1=nws.nws_cmu.cmu_r0_top_phy_if_status, */ 7054 0x0100052f, 0x00010001, 0x000006b0, /* (r1!=0), r1=nws.nws_cmu.cmu_r0_top_err_ctrl1, */ 7055 0x01000530, 0x00010001, 0x000006b1, /* (r1!=0), r1=nws.nws_cmu.cmu_r0_top_err_ctrl2, */ 7056 0x01000531, 0x00010001, 0x000006b2, /* (r1!=0), r1=nws.nws_cmu.cmu_r0_top_err_ctrl3, */ 7057 0x01020532, 0x00010001, 0x000006b3, /* (r1!=0), r1=nws.nws_cmu.ln0_top_err_ctrl1, */ 7058 0x01020533, 0x00010001, 0x000006b4, /* (r1!=0), r1=nws.nws_cmu.ln0_top_err_ctrl2, */ 7059 0x01020534, 0x00010001, 0x000006b5, /* (r1!=0), r1=nws.nws_cmu.ln0_top_err_ctrl3, */ 7060 0x01020535, 0x00010001, 0x000006b6, /* (r1!=0), r1=nws.nws_cmu.ln1_top_err_ctrl1, */ 7061 0x01020536, 0x00010001, 0x000006b7, /* (r1!=0), r1=nws.nws_cmu.ln1_top_err_ctrl2, */ 7062 0x01020537, 0x00010001, 0x000006b8, /* (r1!=0), r1=nws.nws_cmu.ln1_top_err_ctrl3, */ 7063 0x01020538, 0x00010001, 0x000006b9, /* (r1!=0), r1=nws.nws_cmu.ln2_top_err_ctrl1, */ 7064 0x01020539, 0x00010001, 0x000006ba, /* (r1!=0), r1=nws.nws_cmu.ln2_top_err_ctrl2, */ 7065 0x0102053a, 0x00010001, 0x000006bb, /* (r1!=0), r1=nws.nws_cmu.ln2_top_err_ctrl3, */ 7066 0x0102053b, 0x00010001, 0x000006bc, /* (r1!=0), r1=nws.nws_cmu.ln3_top_err_ctrl1, */ 7067 0x0102053c, 0x00010001, 0x000006bd, /* (r1!=0), r1=nws.nws_cmu.ln3_top_err_ctrl2, */ 7068 0x0102053d, 0x00010001, 0x000006be, /* (r1!=0), r1=nws.nws_cmu.ln3_top_err_ctrl3, */ 7069 0x00060153, /* mode asic&(!e5) */ 7070 0x0000053e, 0x00010002, 0x000006bf, /* ((r1&~r2)!=0), r1=bmb.PRTY_STS_H_0, r2=bmb.PRTY_MASK_H_0, */ 7071 0x0000053f, 0x00010002, 0x000006c1, /* ((r1&~r2)!=0), r1=bmb.PRTY_STS_H_1, r2=bmb.PRTY_MASK_H_1, */ 7072 0x00030163, /* mode bb&asic */ 7073 0x00000540, 0x00010002, 0x000006c3, /* ((r1&~r2)!=0), r1=ipc.PRTY_STS, r2=ipc.PRTY_MASK, */ 7074 0x000300a5, /* mode (!e5)&(!(!asic)) */ 7075 0x00000541, 0x00010002, 0x000006c5, /* ((r1&~r2)!=0), r1=mcp2.PRTY_STS_H_0, r2=mcp2.PRTY_MASK_H_0, */ 7076 }; 7077 /* Data size: 16212 bytes */ 7078 7079 /* Array of attentions data per register */ 7080 static const u32 attn_reg[] = { 7081 0x00000000, 0x05014060, 0x00014063, 0x00014061, /* grc.INT_STS_0 */ 7082 0x00000000, 0x02014080, 0x00014083, 0x00014081, /* grc.PRTY_STS_H_0 */ 7083 0x00000000, 0x03002460, 0x00002463, 0x00002461, /* miscs.INT_STS_0 */ 7084 0x00030015, 0x0b002464, 0x00002467, 0x00002465, /* miscs.INT_STS_1, mode !(k2|e5) */ 7085 0x00000000, 0x01002468, 0x0000246b, 0x00002469, /* miscs.PRTY_STS_0 */ 7086 0x00000000, 0x01002060, 0x00002063, 0x00002061, /* misc.INT_STS */ 7087 0x00000000, 0x180aa060, 0x000aa063, 0x000aa061, /* pglue_b.INT_STS */ 7088 0x00000000, 0x010aa064, 0x000aa067, 0x000aa065, /* pglue_b.PRTY_STS */ 7089 0x012a0007, 0x160aa080, 0x000aa083, 0x000aa081, /* pglue_b.PRTY_STS_H_0, mode bb */ 7090 0x00010143, 0x1f0aa080, 0x000aa083, 0x000aa081, /* pglue_b.PRTY_STS_H_0, mode !(bb|e5) */ 7091 0x00200143, 0x030aa084, 0x000aa087, 0x000aa085, /* pglue_b.PRTY_STS_H_1, mode !(bb|e5) */ 7092 0x01400007, 0x060860ba, 0x000860bd, 0x000860bb, /* cnig.INT_STS, mode bb */ 7093 0x00000025, 0x07086086, 0x00086089, 0x00086087, /* cnig.INT_STS, mode !bb */ 7094 0x01460007, 0x020860d2, 0x000860d5, 0x000860d3, /* cnig.PRTY_STS, mode bb */ 7095 0x01480025, 0x0208608b, 0x0008608e, 0x0008608c, /* cnig.PRTY_STS, mode !bb */ 7096 0x00000000, 0x0100c0f8, 0x0000c0fb, 0x0000c0f9, /* cpmu.INT_STS_0 */ 7097 0x00000000, 0x01010133, 0x00010136, 0x00010134, /* ncsi.INT_STS_0 */ 7098 0x00000051, 0x01010000, 0x00010003, 0x00010001, /* ncsi.PRTY_STS_H_0, mode !e5 */ 7099 0x00000051, 0x01014c82, 0x00014c85, 0x00014c83, /* opte.PRTY_STS, mode !e5 */ 7100 0x00010051, 0x0b014c00, 0x00014c03, 0x00014c01, /* opte.PRTY_STS_H_0, mode !e5 */ 7101 0x014a0000, 0x17150030, 0x00150033, 0x00150031, /* bmb.INT_STS_0 */ 7102 0x01610000, 0x20150036, 0x00150039, 0x00150037, /* bmb.INT_STS_1 */ 7103 0x01810000, 0x1c15003c, 0x0015003f, 0x0015003d, /* bmb.INT_STS_2 */ 7104 0x019d0000, 0x20150042, 0x00150045, 0x00150043, /* bmb.INT_STS_3 */ 7105 0x01bd0000, 0x1d150048, 0x0015004b, 0x00150049, /* bmb.INT_STS_4 */ 7106 0x01da0000, 0x2015004e, 0x00150051, 0x0015004f, /* bmb.INT_STS_5 */ 7107 0x01fa0000, 0x20150054, 0x00150057, 0x00150055, /* bmb.INT_STS_6 */ 7108 0x00bb0000, 0x2015005a, 0x0015005d, 0x0015005b, /* bmb.INT_STS_7 */ 7109 0x00db0000, 0x20150061, 0x00150064, 0x00150062, /* bmb.INT_STS_8 */ 7110 0x021a0000, 0x25150067, 0x0015006a, 0x00150068, /* bmb.INT_STS_9 */ 7111 0x023f0000, 0x0715006d, 0x00150070, 0x0015006e, /* bmb.INT_STS_10 */ 7112 0x02460000, 0x08150073, 0x00150076, 0x00150074, /* bmb.INT_STS_11 */ 7113 0x00000000, 0x05150077, 0x0015007a, 0x00150078, /* bmb.PRTY_STS */ 7114 0x00050051, 0x1f150100, 0x00150103, 0x00150101, /* bmb.PRTY_STS_H_0, mode !e5 */ 7115 0x00240051, 0x0f150104, 0x00150107, 0x00150105, /* bmb.PRTY_STS_H_1, mode !e5 */ 7116 0x00000025, 0x110151e8, 0x000151eb, 0x000151e9, /* pcie.INT_STS, mode !bb */ 7117 0x00000025, 0x030151ec, 0x000151ef, 0x000151ed, /* pcie.PRTY_STS, mode !bb */ 7118 0x024e0007, 0x11015000, 0x00015003, 0x00015001, /* pcie.PRTY_STS_H_0, mode bb */ 7119 0x00030025, 0x08015000, 0x00015003, 0x00015001, /* pcie.PRTY_STS_H_0, mode !bb */ 7120 0x00000000, 0x01014810, 0x00014813, 0x00014811, /* mcp2.PRTY_STS */ 7121 0x00010051, 0x0c014881, 0x00014884, 0x00014882, /* mcp2.PRTY_STS_H_0, mode !e5 */ 7122 0x00000000, 0x120a8060, 0x000a8063, 0x000a8061, /* pswhst.INT_STS */ 7123 0x00000000, 0x010a8064, 0x000a8067, 0x000a8065, /* pswhst.PRTY_STS */ 7124 0x00010051, 0x110a8080, 0x000a8083, 0x000a8081, /* pswhst.PRTY_STS_H_0, mode !e5 */ 7125 0x00000000, 0x050a7860, 0x000a7863, 0x000a7861, /* pswhst2.INT_STS */ 7126 0x00000000, 0x010a7864, 0x000a7867, 0x000a7865, /* pswhst2.PRTY_STS */ 7127 0x00000000, 0x030a7060, 0x000a7063, 0x000a7061, /* pswrd.INT_STS */ 7128 0x00000000, 0x010a7064, 0x000a7067, 0x000a7065, /* pswrd.PRTY_STS */ 7129 0x00000000, 0x050a7460, 0x000a7463, 0x000a7461, /* pswrd2.INT_STS */ 7130 0x00000000, 0x010a7464, 0x000a7467, 0x000a7465, /* pswrd2.PRTY_STS */ 7131 0x00010000, 0x1f0a7480, 0x000a7483, 0x000a7481, /* pswrd2.PRTY_STS_H_0 */ 7132 0x00200000, 0x030a7484, 0x000a7487, 0x000a7485, /* pswrd2.PRTY_STS_H_1 */ 7133 0x00000000, 0x130a6860, 0x000a6863, 0x000a6861, /* pswwr.INT_STS */ 7134 0x00000000, 0x010a6864, 0x000a6867, 0x000a6865, /* pswwr.PRTY_STS */ 7135 0x00000000, 0x160a6c60, 0x000a6c63, 0x000a6c61, /* pswwr2.INT_STS */ 7136 0x00000000, 0x010a6c64, 0x000a6c67, 0x000a6c65, /* pswwr2.PRTY_STS */ 7137 0x00010051, 0x1f0a6c80, 0x000a6c83, 0x000a6c81, /* pswwr2.PRTY_STS_H_0, mode !e5 */ 7138 0x00200051, 0x1f0a6c84, 0x000a6c87, 0x000a6c85, /* pswwr2.PRTY_STS_H_1, mode !e5 */ 7139 0x003f0051, 0x1f0a6c88, 0x000a6c8b, 0x000a6c89, /* pswwr2.PRTY_STS_H_2, mode !e5 */ 7140 0x005e0051, 0x140a6c8c, 0x000a6c8f, 0x000a6c8d, /* pswwr2.PRTY_STS_H_3, mode !e5 */ 7141 0x00000000, 0x170a0060, 0x000a0063, 0x000a0061, /* pswrq.INT_STS */ 7142 0x00000000, 0x010a0064, 0x000a0067, 0x000a0065, /* pswrq.PRTY_STS */ 7143 0x00000000, 0x0f090060, 0x00090063, 0x00090061, /* pswrq2.INT_STS */ 7144 0x025f0007, 0x09090080, 0x00090083, 0x00090081, /* pswrq2.PRTY_STS_H_0, mode bb */ 7145 0x00000025, 0x0a090080, 0x00090083, 0x00090081, /* pswrq2.PRTY_STS_H_0, mode !bb */ 7146 0x00000000, 0x02000740, 0x00000743, 0x00000741, /* pglcs.INT_STS */ 7147 0x00000000, 0x02003060, 0x00003063, 0x00003061, /* dmae.INT_STS */ 7148 0x00000051, 0x03003080, 0x00003083, 0x00003081, /* dmae.PRTY_STS_H_0, mode !e5 */ 7149 0x00000000, 0x08158060, 0x00158063, 0x00158061, /* ptu.INT_STS */ 7150 0x00000051, 0x12158080, 0x00158083, 0x00158081, /* ptu.PRTY_STS_H_0, mode !e5 */ 7151 0x02680007, 0x08460060, 0x00460063, 0x00460061, /* tcm.INT_STS_0, mode bb */ 7152 0x02680009, 0x08460060, 0x00460063, 0x00460061, /* tcm.INT_STS_0, mode k2 */ 7153 0x00000003, 0x10460060, 0x00460063, 0x00460061, /* tcm.INT_STS_0, mode !(bb|k2) */ 7154 0x02700000, 0x22460064, 0x00460067, 0x00460065, /* tcm.INT_STS_1 */ 7155 0x00320000, 0x01460068, 0x0046006b, 0x00460069, /* tcm.INT_STS_2 */ 7156 0x02920007, 0x1f460080, 0x00460083, 0x00460081, /* tcm.PRTY_STS_H_0, mode bb */ 7157 0x00000143, 0x1f460080, 0x00460083, 0x00460081, /* tcm.PRTY_STS_H_0, mode !(bb|e5) */ 7158 0x00280007, 0x02460084, 0x00460087, 0x00460085, /* tcm.PRTY_STS_H_1, mode bb */ 7159 0x00270143, 0x03460084, 0x00460087, 0x00460085, /* tcm.PRTY_STS_H_1, mode !(bb|e5) */ 7160 0x02b10007, 0x0e480060, 0x00480063, 0x00480061, /* mcm.INT_STS_0, mode bb */ 7161 0x02b10009, 0x0e480060, 0x00480063, 0x00480061, /* mcm.INT_STS_0, mode k2 */ 7162 0x00000003, 0x16480060, 0x00480063, 0x00480061, /* mcm.INT_STS_0, mode !(bb|k2) */ 7163 0x00160000, 0x1a480064, 0x00480067, 0x00480065, /* mcm.INT_STS_1 */ 7164 0x00300000, 0x01480068, 0x0048006b, 0x00480069, /* mcm.INT_STS_2 */ 7165 0x00000051, 0x1f480080, 0x00480083, 0x00480081, /* mcm.PRTY_STS_H_0, mode !e5 */ 7166 0x001f0051, 0x04480084, 0x00480087, 0x00480085, /* mcm.PRTY_STS_H_1, mode !e5 */ 7167 0x02bf0000, 0x164a0060, 0x004a0063, 0x004a0061, /* ucm.INT_STS_0 */ 7168 0x00170007, 0x1d4a0064, 0x004a0067, 0x004a0065, /* ucm.INT_STS_1, mode bb */ 7169 0x00170009, 0x1d4a0064, 0x004a0067, 0x004a0065, /* ucm.INT_STS_1, mode k2 */ 7170 0x00160003, 0x1e4a0064, 0x004a0067, 0x004a0065, /* ucm.INT_STS_1, mode !(bb|k2) */ 7171 0x00340000, 0x014a0068, 0x004a006b, 0x004a0069, /* ucm.INT_STS_2 */ 7172 0x00000051, 0x1f4a0080, 0x004a0083, 0x004a0081, /* ucm.PRTY_STS_H_0, mode !e5 */ 7173 0x001f0051, 0x074a0084, 0x004a0087, 0x004a0085, /* ucm.PRTY_STS_H_1, mode !e5 */ 7174 0x00000000, 0x14400060, 0x00400063, 0x00400061, /* xcm.INT_STS_0 */ 7175 0x00140000, 0x19400064, 0x00400067, 0x00400065, /* xcm.INT_STS_1 */ 7176 0x002d0000, 0x08400068, 0x0040006b, 0x00400069, /* xcm.INT_STS_2 */ 7177 0x02d50007, 0x1f400080, 0x00400083, 0x00400081, /* xcm.PRTY_STS_H_0, mode bb */ 7178 0x00000143, 0x1f400080, 0x00400083, 0x00400081, /* xcm.PRTY_STS_H_0, mode !(bb|e5) */ 7179 0x02f40007, 0x0b400084, 0x00400087, 0x00400085, /* xcm.PRTY_STS_H_1, mode bb */ 7180 0x00250143, 0x0c400084, 0x00400087, 0x00400085, /* xcm.PRTY_STS_H_1, mode !(bb|e5) */ 7181 0x00000000, 0x11420060, 0x00420063, 0x00420061, /* ycm.INT_STS_0 */ 7182 0x00110000, 0x17420064, 0x00420067, 0x00420065, /* ycm.INT_STS_1 */ 7183 0x00280000, 0x01420068, 0x0042006b, 0x00420069, /* ycm.INT_STS_2 */ 7184 0x02ff0007, 0x1f420080, 0x00420083, 0x00420081, /* ycm.PRTY_STS_H_0, mode bb */ 7185 0x00000143, 0x1f420080, 0x00420083, 0x00420081, /* ycm.PRTY_STS_H_0, mode !(bb|e5) */ 7186 0x00290007, 0x03420084, 0x00420087, 0x00420085, /* ycm.PRTY_STS_H_1, mode bb */ 7187 0x00280143, 0x04420084, 0x00420087, 0x00420085, /* ycm.PRTY_STS_H_1, mode !(bb|e5) */ 7188 0x00000000, 0x0b440060, 0x00440063, 0x00440061, /* pcm.INT_STS_0 */ 7189 0x031e0007, 0x0e440064, 0x00440067, 0x00440065, /* pcm.INT_STS_1, mode bb */ 7190 0x031e0009, 0x0e440064, 0x00440067, 0x00440065, /* pcm.INT_STS_1, mode k2 */ 7191 0x000b0003, 0x0c440064, 0x00440067, 0x00440065, /* pcm.INT_STS_1, mode !(bb|k2) */ 7192 0x00190000, 0x01440068, 0x0044006b, 0x00440069, /* pcm.INT_STS_2 */ 7193 0x032c0007, 0x0b440080, 0x00440083, 0x00440081, /* pcm.PRTY_STS_H_0, mode bb */ 7194 0x00000143, 0x0f440080, 0x00440083, 0x00440081, /* pcm.PRTY_STS_H_0, mode !(bb|e5) */ 7195 0x00000000, 0x160bc060, 0x000bc063, 0x000bc061, /* qm.INT_STS */ 7196 0x00000000, 0x0b0bc064, 0x000bc067, 0x000bc065, /* qm.PRTY_STS */ 7197 0x000b0051, 0x1f0bc080, 0x000bc083, 0x000bc081, /* qm.PRTY_STS_H_0, mode !e5 */ 7198 0x002a0051, 0x1f0bc084, 0x000bc087, 0x000bc085, /* qm.PRTY_STS_H_1, mode !e5 */ 7199 0x03370007, 0x0b0bc088, 0x000bc08b, 0x000bc089, /* qm.PRTY_STS_H_2, mode bb */ 7200 0x00490143, 0x130bc088, 0x000bc08b, 0x000bc089, /* qm.PRTY_STS_H_2, mode !(bb|e5) */ 7201 0x00000000, 0x200b0060, 0x000b0063, 0x000b0061, /* tm.INT_STS_0 */ 7202 0x00200000, 0x0b0b0064, 0x000b0067, 0x000b0065, /* tm.INT_STS_1 */ 7203 0x00000051, 0x110b0080, 0x000b0083, 0x000b0081, /* tm.PRTY_STS_H_0, mode !e5 */ 7204 0x00000000, 0x0c040060, 0x00040063, 0x00040061, /* dorq.INT_STS */ 7205 0x00000000, 0x01040064, 0x00040067, 0x00040065, /* dorq.PRTY_STS */ 7206 0x00010051, 0x06040080, 0x00040083, 0x00040081, /* dorq.PRTY_STS_H_0, mode !e5 */ 7207 0x00000000, 0x200d0030, 0x000d0033, 0x000d0031, /* brb.INT_STS_0 */ 7208 0x03420000, 0x200d0036, 0x000d0039, 0x000d0037, /* brb.INT_STS_1 */ 7209 0x003e0000, 0x1c0d003c, 0x000d003f, 0x000d003d, /* brb.INT_STS_2 */ 7210 0x03620000, 0x200d0042, 0x000d0045, 0x000d0043, /* brb.INT_STS_3 */ 7211 0x03820000, 0x1c0d0048, 0x000d004b, 0x000d0049, /* brb.INT_STS_4 */ 7212 0x00940000, 0x010d004e, 0x000d0051, 0x000d004f, /* brb.INT_STS_5 */ 7213 0x039e0000, 0x0a0d0054, 0x000d0057, 0x000d0055, /* brb.INT_STS_6 */ 7214 0x009d0000, 0x200d005a, 0x000d005d, 0x000d005b, /* brb.INT_STS_7 */ 7215 0x00bd0000, 0x110d0061, 0x000d0064, 0x000d0062, /* brb.INT_STS_8 */ 7216 0x00ce0000, 0x010d0067, 0x000d006a, 0x000d0068, /* brb.INT_STS_9 */ 7217 0x03a80000, 0x150d006d, 0x000d0070, 0x000d006e, /* brb.INT_STS_10 */ 7218 0x03bd0000, 0x090d0073, 0x000d0076, 0x000d0074, /* brb.INT_STS_11 */ 7219 0x00000000, 0x050d0077, 0x000d007a, 0x000d0078, /* brb.PRTY_STS */ 7220 0x03c60007, 0x1f0d0100, 0x000d0103, 0x000d0101, /* brb.PRTY_STS_H_0, mode bb */ 7221 0x00050143, 0x1f0d0100, 0x000d0103, 0x000d0101, /* brb.PRTY_STS_H_0, mode !(bb|e5) */ 7222 0x03e50007, 0x0e0d0104, 0x000d0107, 0x000d0105, /* brb.PRTY_STS_H_1, mode bb */ 7223 0x03f30143, 0x1e0d0104, 0x000d0107, 0x000d0105, /* brb.PRTY_STS_H_1, mode !(bb|e5) */ 7224 0x00000000, 0x0108e076, 0x0008e077, 0x0008e079, /* src.INT_STS */ 7225 0x00000000, 0x0207c010, 0x0007c013, 0x0007c011, /* prs.INT_STS_0 */ 7226 0x00000000, 0x0207c014, 0x0007c017, 0x0007c015, /* prs.PRTY_STS */ 7227 0x04110007, 0x1f07c081, 0x0007c084, 0x0007c082, /* prs.PRTY_STS_H_0, mode bb */ 7228 0x00020143, 0x1f07c081, 0x0007c084, 0x0007c082, /* prs.PRTY_STS_H_0, mode !(bb|e5) */ 7229 0x04300007, 0x0507c085, 0x0007c088, 0x0007c086, /* prs.PRTY_STS_H_1, mode bb */ 7230 0x04350143, 0x1f07c085, 0x0007c088, 0x0007c086, /* prs.PRTY_STS_H_1, mode !(bb|e5) */ 7231 0x00000000, 0x1c3ec010, 0x003ec013, 0x003ec011, /* tsdm.INT_STS */ 7232 0x00000051, 0x0a3ec080, 0x003ec083, 0x003ec081, /* tsdm.PRTY_STS_H_0, mode !e5 */ 7233 0x00000000, 0x1c3f0010, 0x003f0013, 0x003f0011, /* msdm.INT_STS */ 7234 0x00000051, 0x0b3f0080, 0x003f0083, 0x003f0081, /* msdm.PRTY_STS_H_0, mode !e5 */ 7235 0x00000000, 0x1c3f4010, 0x003f4013, 0x003f4011, /* usdm.INT_STS */ 7236 0x00000051, 0x0a3f4080, 0x003f4083, 0x003f4081, /* usdm.PRTY_STS_H_0, mode !e5 */ 7237 0x00000000, 0x1c3e0010, 0x003e0013, 0x003e0011, /* xsdm.INT_STS */ 7238 0x00000051, 0x0a3e0080, 0x003e0083, 0x003e0081, /* xsdm.PRTY_STS_H_0, mode !e5 */ 7239 0x00000000, 0x1c3e4010, 0x003e4013, 0x003e4011, /* ysdm.INT_STS */ 7240 0x00000051, 0x093e4080, 0x003e4083, 0x003e4081, /* ysdm.PRTY_STS_H_0, mode !e5 */ 7241 0x00000000, 0x1c3e8010, 0x003e8013, 0x003e8011, /* psdm.INT_STS */ 7242 0x00000051, 0x093e8080, 0x003e8083, 0x003e8081, /* psdm.PRTY_STS_H_0, mode !e5 */ 7243 0x04540007, 0x205c0010, 0x005c0013, 0x005c0011, /* tsem.INT_STS_0, mode bb */ 7244 0x04540009, 0x205c0010, 0x005c0013, 0x005c0011, /* tsem.INT_STS_0, mode k2 */ 7245 0x00000003, 0x205c0010, 0x005c0013, 0x005c0011, /* tsem.INT_STS_0, mode !(bb|k2) */ 7246 0x04740000, 0x2d5c0014, 0x005c0017, 0x005c0015, /* tsem.INT_STS_1 */ 7247 0x04a10003, 0x1f5c0018, 0x005c001b, 0x005c0019, /* tsem.INT_STS_2, mode !(bb|k2) */ 7248 0x00000000, 0x015d0010, 0x005d0013, 0x005d0011, /* tsem.fast_memory.INT_STS */ 7249 0x00000000, 0x035c0032, 0x005c0035, 0x005c0033, /* tsem.PRTY_STS */ 7250 0x00030051, 0x065c0080, 0x005c0083, 0x005c0081, /* tsem.PRTY_STS_H_0, mode !e5 */ 7251 0x00090143, 0x075d0080, 0x005d0083, 0x005d0081, /* tsem.fast_memory.PRTY_STS_H_0, mode !(bb|e5) */ 7252 0x04c00051, 0x065d2880, 0x005d2883, 0x005d2881, /* tsem.fast_memory.vfc_config.PRTY_STS_H_0, mode !e5 */ 7253 0x04540007, 0x20600010, 0x00600013, 0x00600011, /* msem.INT_STS_0, mode bb */ 7254 0x04540009, 0x20600010, 0x00600013, 0x00600011, /* msem.INT_STS_0, mode k2 */ 7255 0x00000003, 0x20600010, 0x00600013, 0x00600011, /* msem.INT_STS_0, mode !(bb|k2) */ 7256 0x04740000, 0x2d600014, 0x00600017, 0x00600015, /* msem.INT_STS_1 */ 7257 0x04a10003, 0x1f600018, 0x0060001b, 0x00600019, /* msem.INT_STS_2, mode !(bb|k2) */ 7258 0x00000000, 0x01610010, 0x00610013, 0x00610011, /* msem.fast_memory.INT_STS */ 7259 0x00000000, 0x03600032, 0x00600035, 0x00600033, /* msem.PRTY_STS */ 7260 0x00030051, 0x06600080, 0x00600083, 0x00600081, /* msem.PRTY_STS_H_0, mode !e5 */ 7261 0x00090143, 0x07610080, 0x00610083, 0x00610081, /* msem.fast_memory.PRTY_STS_H_0, mode !(bb|e5) */ 7262 0x04540007, 0x20640010, 0x00640013, 0x00640011, /* usem.INT_STS_0, mode bb */ 7263 0x04540009, 0x20640010, 0x00640013, 0x00640011, /* usem.INT_STS_0, mode k2 */ 7264 0x00000003, 0x20640010, 0x00640013, 0x00640011, /* usem.INT_STS_0, mode !(bb|k2) */ 7265 0x04740000, 0x2d640014, 0x00640017, 0x00640015, /* usem.INT_STS_1 */ 7266 0x04a10003, 0x1f640018, 0x0064001b, 0x00640019, /* usem.INT_STS_2, mode !(bb|k2) */ 7267 0x00000000, 0x01650010, 0x00650013, 0x00650011, /* usem.fast_memory.INT_STS */ 7268 0x00000000, 0x03640032, 0x00640035, 0x00640033, /* usem.PRTY_STS */ 7269 0x00030051, 0x06640080, 0x00640083, 0x00640081, /* usem.PRTY_STS_H_0, mode !e5 */ 7270 0x00090143, 0x07650080, 0x00650083, 0x00650081, /* usem.fast_memory.PRTY_STS_H_0, mode !(bb|e5) */ 7271 0x04540007, 0x20500010, 0x00500013, 0x00500011, /* xsem.INT_STS_0, mode bb */ 7272 0x04540009, 0x20500010, 0x00500013, 0x00500011, /* xsem.INT_STS_0, mode k2 */ 7273 0x00000003, 0x20500010, 0x00500013, 0x00500011, /* xsem.INT_STS_0, mode !(bb|k2) */ 7274 0x04740000, 0x2d500014, 0x00500017, 0x00500015, /* xsem.INT_STS_1 */ 7275 0x04a10003, 0x1f500018, 0x0050001b, 0x00500019, /* xsem.INT_STS_2, mode !(bb|k2) */ 7276 0x00000000, 0x01510010, 0x00510013, 0x00510011, /* xsem.fast_memory.INT_STS */ 7277 0x00000000, 0x03500032, 0x00500035, 0x00500033, /* xsem.PRTY_STS */ 7278 0x00030051, 0x07500080, 0x00500083, 0x00500081, /* xsem.PRTY_STS_H_0, mode !e5 */ 7279 0x000a0143, 0x07510080, 0x00510083, 0x00510081, /* xsem.fast_memory.PRTY_STS_H_0, mode !(bb|e5) */ 7280 0x04540007, 0x20540010, 0x00540013, 0x00540011, /* ysem.INT_STS_0, mode bb */ 7281 0x04540009, 0x20540010, 0x00540013, 0x00540011, /* ysem.INT_STS_0, mode k2 */ 7282 0x00000003, 0x20540010, 0x00540013, 0x00540011, /* ysem.INT_STS_0, mode !(bb|k2) */ 7283 0x04740000, 0x2d540014, 0x00540017, 0x00540015, /* ysem.INT_STS_1 */ 7284 0x04a10003, 0x1f540018, 0x0054001b, 0x00540019, /* ysem.INT_STS_2, mode !(bb|k2) */ 7285 0x00000000, 0x01550010, 0x00550013, 0x00550011, /* ysem.fast_memory.INT_STS */ 7286 0x00000000, 0x03540032, 0x00540035, 0x00540033, /* ysem.PRTY_STS */ 7287 0x00030051, 0x07540080, 0x00540083, 0x00540081, /* ysem.PRTY_STS_H_0, mode !e5 */ 7288 0x000a0143, 0x07550080, 0x00550083, 0x00550081, /* ysem.fast_memory.PRTY_STS_H_0, mode !(bb|e5) */ 7289 0x04540007, 0x20580010, 0x00580013, 0x00580011, /* psem.INT_STS_0, mode bb */ 7290 0x04540009, 0x20580010, 0x00580013, 0x00580011, /* psem.INT_STS_0, mode k2 */ 7291 0x00000003, 0x20580010, 0x00580013, 0x00580011, /* psem.INT_STS_0, mode !(bb|k2) */ 7292 0x04740000, 0x2d580014, 0x00580017, 0x00580015, /* psem.INT_STS_1 */ 7293 0x04a10003, 0x1f580018, 0x0058001b, 0x00580019, /* psem.INT_STS_2, mode !(bb|k2) */ 7294 0x00000000, 0x01590010, 0x00590013, 0x00590011, /* psem.fast_memory.INT_STS */ 7295 0x00000000, 0x03580032, 0x00580035, 0x00580033, /* psem.PRTY_STS */ 7296 0x00030051, 0x06580080, 0x00580083, 0x00580081, /* psem.PRTY_STS_H_0, mode !e5 */ 7297 0x00090143, 0x07590080, 0x00590083, 0x00590081, /* psem.fast_memory.PRTY_STS_H_0, mode !(bb|e5) */ 7298 0x04c00051, 0x06592880, 0x00592883, 0x00592881, /* psem.fast_memory.vfc_config.PRTY_STS_H_0, mode !e5 */ 7299 0x04c60000, 0x1608e260, 0x0008e263, 0x0008e261, /* rss.INT_STS */ 7300 0x00000051, 0x0408e280, 0x0008e283, 0x0008e281, /* rss.PRTY_STS_H_0, mode !e5 */ 7301 0x00000000, 0x06134060, 0x00134063, 0x00134061, /* tmld.INT_STS */ 7302 0x00000051, 0x08134080, 0x00134083, 0x00134081, /* tmld.PRTY_STS_H_0, mode !e5 */ 7303 0x00000000, 0x06138060, 0x00138063, 0x00138061, /* muld.INT_STS */ 7304 0x00000051, 0x0a138080, 0x00138083, 0x00138081, /* muld.PRTY_STS_H_0, mode !e5 */ 7305 0x00000051, 0x06132060, 0x00132063, 0x00132061, /* yuld.INT_STS, mode !e5 */ 7306 0x00000051, 0x06132080, 0x00132083, 0x00132081, /* yuld.PRTY_STS_H_0, mode !e5 */ 7307 0x00000000, 0x06130060, 0x00130063, 0x00130061, /* xyld.INT_STS */ 7308 0x00000051, 0x09130080, 0x00130083, 0x00130081, /* xyld.PRTY_STS_H_0, mode !e5 */ 7309 0x00000003, 0x06164060, 0x00164063, 0x00164061, /* ptld.INT_STS, mode !(bb|k2) */ 7310 0x00000003, 0x0616c060, 0x0016c063, 0x0016c061, /* ypld.INT_STS, mode !(bb|k2) */ 7311 0x00000000, 0x0b08c010, 0x0008c013, 0x0008c011, /* prm.INT_STS */ 7312 0x00000000, 0x0108c014, 0x0008c017, 0x0008c015, /* prm.PRTY_STS */ 7313 0x04dc0007, 0x1808c080, 0x0008c083, 0x0008c081, /* prm.PRTY_STS_H_0, mode bb */ 7314 0x00010143, 0x1708c080, 0x0008c083, 0x0008c081, /* prm.PRTY_STS_H_0, mode !(bb|e5) */ 7315 0x00000000, 0x09368010, 0x00368013, 0x00368011, /* pbf_pb1.INT_STS */ 7316 0x00000000, 0x01368014, 0x00368017, 0x00368015, /* pbf_pb1.PRTY_STS */ 7317 0x00000000, 0x09369010, 0x00369013, 0x00369011, /* pbf_pb2.INT_STS */ 7318 0x00000000, 0x01369014, 0x00369017, 0x00369015, /* pbf_pb2.PRTY_STS */ 7319 0x00000000, 0x0908f010, 0x0008f013, 0x0008f011, /* rpb.INT_STS */ 7320 0x00000000, 0x0108f014, 0x0008f017, 0x0008f015, /* rpb.PRTY_STS */ 7321 0x04f40000, 0x1a36c030, 0x0036c033, 0x0036c031, /* btb.INT_STS_0 */ 7322 0x050e0000, 0x1236c036, 0x0036c039, 0x0036c037, /* btb.INT_STS_1 */ 7323 0x05200000, 0x0536c03c, 0x0036c03f, 0x0036c03d, /* btb.INT_STS_2 */ 7324 0x00240000, 0x2036c042, 0x0036c045, 0x0036c043, /* btb.INT_STS_3 */ 7325 0x05250000, 0x1c36c048, 0x0036c04b, 0x0036c049, /* btb.INT_STS_4 */ 7326 0x005b0000, 0x2036c04e, 0x0036c051, 0x0036c04f, /* btb.INT_STS_5 */ 7327 0x007b0000, 0x0136c054, 0x0036c057, 0x0036c055, /* btb.INT_STS_6 */ 7328 0x007c0000, 0x0136c061, 0x0036c064, 0x0036c062, /* btb.INT_STS_8 */ 7329 0x007d0000, 0x0136c067, 0x0036c06a, 0x0036c068, /* btb.INT_STS_9 */ 7330 0x05410000, 0x0236c06d, 0x0036c070, 0x0036c06e, /* btb.INT_STS_10 */ 7331 0x05430000, 0x0436c073, 0x0036c076, 0x0036c074, /* btb.INT_STS_11 */ 7332 0x00000000, 0x0536c077, 0x0036c07a, 0x0036c078, /* btb.PRTY_STS */ 7333 0x05470007, 0x1736c100, 0x0036c103, 0x0036c101, /* btb.PRTY_STS_H_0, mode bb */ 7334 0x00050143, 0x1f36c100, 0x0036c103, 0x0036c101, /* btb.PRTY_STS_H_0, mode !(bb|e5) */ 7335 0x00000000, 0x01360060, 0x00360063, 0x00360061, /* pbf.INT_STS */ 7336 0x00000000, 0x01360064, 0x00360067, 0x00360065, /* pbf.PRTY_STS */ 7337 0x00010051, 0x1f360080, 0x00360083, 0x00360081, /* pbf.PRTY_STS_H_0, mode !e5 */ 7338 0x00200051, 0x1b360084, 0x00360087, 0x00360085, /* pbf.PRTY_STS_H_1, mode !e5 */ 7339 0x00000000, 0x090c0060, 0x000c0063, 0x000c0061, /* rdif.INT_STS */ 7340 0x01480000, 0x020c0064, 0x000c0067, 0x000c0065, /* rdif.PRTY_STS */ 7341 0x00000000, 0x090c4060, 0x000c4063, 0x000c4061, /* tdif.INT_STS */ 7342 0x01480000, 0x020c4064, 0x000c4067, 0x000c4065, /* tdif.PRTY_STS */ 7343 0x00010051, 0x0b0c4080, 0x000c4083, 0x000c4081, /* tdif.PRTY_STS_H_0, mode !e5 */ 7344 0x00000000, 0x08160070, 0x00160071, 0x00160073, /* cdu.INT_STS */ 7345 0x00000051, 0x05160080, 0x00160083, 0x00160081, /* cdu.PRTY_STS_H_0, mode !e5 */ 7346 0x00000000, 0x020b8060, 0x000b8063, 0x000b8061, /* ccfc.INT_STS_0 */ 7347 0x00000000, 0x060b8179, 0x000b817c, 0x000b817a, /* ccfc.PRTY_STS */ 7348 0x00060051, 0x020b8080, 0x000b8083, 0x000b8081, /* ccfc.PRTY_STS_H_0, mode !e5 */ 7349 0x00000000, 0x020b4060, 0x000b4063, 0x000b4061, /* tcfc.INT_STS_0 */ 7350 0x00000000, 0x060b4179, 0x000b417c, 0x000b417a, /* tcfc.PRTY_STS */ 7351 0x00060051, 0x020b4080, 0x000b4083, 0x000b4081, /* tcfc.PRTY_STS_H_0, mode !e5 */ 7352 0x00000000, 0x0b060060, 0x00060063, 0x00060061, /* igu.INT_STS */ 7353 0x00000000, 0x01060064, 0x00060067, 0x00060065, /* igu.PRTY_STS */ 7354 0x055e0007, 0x1f060080, 0x00060083, 0x00060081, /* igu.PRTY_STS_H_0, mode bb */ 7355 0x00010143, 0x1c060080, 0x00060083, 0x00060081, /* igu.PRTY_STS_H_0, mode !(bb|e5) */ 7356 0x00020015, 0x01060084, 0x00060087, 0x00060085, /* igu.PRTY_STS_H_1, mode !(k2|e5) */ 7357 0x00000000, 0x0b070035, 0x00070036, 0x00070038, /* cau.INT_STS */ 7358 0x057d0007, 0x0d070080, 0x00070083, 0x00070081, /* cau.PRTY_STS_H_0, mode bb */ 7359 0x00000025, 0x0d070080, 0x00070083, 0x00070081, /* cau.PRTY_STS_H_0, mode !bb */ 7360 0x00000003, 0x010c8060, 0x000c8063, 0x000c8061, /* rgsrc.INT_STS, mode !(bb|k2) */ 7361 0x00000003, 0x010c8860, 0x000c8863, 0x000c8861, /* tgsrc.INT_STS, mode !(bb|k2) */ 7362 0x00000025, 0x02014460, 0x00014463, 0x00014461, /* umac.INT_STS, mode !bb */ 7363 0x00000000, 0x01004060, 0x00004063, 0x00004061, /* dbg.INT_STS */ 7364 0x00000051, 0x01004080, 0x00004083, 0x00004081, /* dbg.PRTY_STS_H_0, mode !e5 */ 7365 0x00000000, 0x0e140010, 0x00140013, 0x00140011, /* nig.INT_STS_0 */ 7366 0x000e0000, 0x20140014, 0x00140017, 0x00140015, /* nig.INT_STS_1 */ 7367 0x002e0000, 0x16140018, 0x0014001b, 0x00140019, /* nig.INT_STS_2 */ 7368 0x00440000, 0x1214001c, 0x0014001f, 0x0014001d, /* nig.INT_STS_3 */ 7369 0x00560000, 0x16140020, 0x00140023, 0x00140021, /* nig.INT_STS_4 */ 7370 0x006c0000, 0x12140024, 0x00140027, 0x00140025, /* nig.INT_STS_5 */ 7371 0x007e0025, 0x14140028, 0x0014002b, 0x00140029, /* nig.INT_STS_6, mode !bb */ 7372 0x00940025, 0x1214002c, 0x0014002f, 0x0014002d, /* nig.INT_STS_7, mode !bb */ 7373 0x00a60025, 0x14140030, 0x00140033, 0x00140031, /* nig.INT_STS_8, mode !bb */ 7374 0x00bc0025, 0x12140034, 0x00140037, 0x00140035, /* nig.INT_STS_9, mode !bb */ 7375 0x00ce0003, 0x1014003c, 0x0014003f, 0x0014003d, /* nig.INT_STS_10, mode !(bb|k2) */ 7376 0x00000007, 0x01140028, 0x0014002b, 0x00140029, /* nig.PRTY_STS, mode bb */ 7377 0x00000025, 0x01140038, 0x0014003b, 0x00140039, /* nig.PRTY_STS, mode !bb */ 7378 0x058a0007, 0x1f140080, 0x00140083, 0x00140081, /* nig.PRTY_STS_H_0, mode bb */ 7379 0x00010143, 0x1f140080, 0x00140083, 0x00140081, /* nig.PRTY_STS_H_0, mode !(bb|e5) */ 7380 0x00000051, 0x00140084, 0x00140087, 0x00140085, /* nig.PRTY_STS_H_1, mode !e5 */ 7381 0x05a90007, 0x1f140088, 0x0014008b, 0x00140089, /* nig.PRTY_STS_H_2, mode bb */ 7382 0x05c80143, 0x1f140088, 0x0014008b, 0x00140089, /* nig.PRTY_STS_H_2, mode !(bb|e5) */ 7383 0x00000051, 0x0014008c, 0x0014008f, 0x0014008d, /* nig.PRTY_STS_H_3, mode !e5 */ 7384 0x00000025, 0x01180010, 0x00180013, 0x00180011, /* wol.INT_STS_0, mode !bb */ 7385 0x00000143, 0x18180080, 0x00180083, 0x00180081, /* wol.PRTY_STS_H_0, mode !(bb|e5) */ 7386 0x00000025, 0x01184010, 0x00184013, 0x00184011, /* bmbn.INT_STS_0, mode !bb */ 7387 0x05e70007, 0x0e008143, 0x00008146, 0x00008144, /* ipc.INT_STS_0, mode bb */ 7388 0x05e70025, 0x060080b7, 0x000080ba, 0x000080b8, /* ipc.INT_STS_0, mode !bb */ 7389 0x00000015, 0x01008147, 0x0000814a, 0x00008148, /* ipc.PRTY_STS, mode !(k2|e5) */ 7390 0x05f50025, 0x12200001, 0x00200004, 0x00200002, /* nwm.INT_STS, mode !bb */ 7391 0x00000025, 0x1f200080, 0x00200083, 0x00200081, /* nwm.PRTY_STS_H_0, mode !bb */ 7392 0x001f0025, 0x1f200084, 0x00200087, 0x00200085, /* nwm.PRTY_STS_H_1, mode !bb */ 7393 0x003e0025, 0x0a200088, 0x0020008b, 0x00200089, /* nwm.PRTY_STS_H_2, mode !bb */ 7394 0x00000025, 0x0a1c0060, 0x001c0063, 0x001c0061, /* nws.INT_STS_0, mode !bb */ 7395 0x06070025, 0x0a1c0064, 0x001c0067, 0x001c0065, /* nws.INT_STS_1, mode !bb */ 7396 0x06110025, 0x0a1c0068, 0x001c006b, 0x001c0069, /* nws.INT_STS_2, mode !bb */ 7397 0x061b0025, 0x0a1c006c, 0x001c006f, 0x001c006d, /* nws.INT_STS_3, mode !bb */ 7398 0x00000025, 0x041c0080, 0x001c0083, 0x001c0081, /* nws.PRTY_STS_H_0, mode !bb */ 7399 0x00000025, 0x011a8060, 0x001a8063, 0x001a8061, /* ms.INT_STS, mode !bb */ 7400 0x00000025, 0x011ae060, 0x001ae063, 0x001ae061, /* led.INT_STS_0, mode !bb */ 7401 0x06250143, 0x031ad002, 0x001ad005, 0x001ad003, /* avs_wrap.INT_STS, mode !(bb|e5) */ 7402 0x00000143, 0x031ad006, 0x001ad009, 0x001ad007, /* avs_wrap.PRTY_STS, mode !(bb|e5) */ 7403 }; 7404 /* Data size: 5152 bytes */ 7405 7406 /* Array of attentions data per block */ 7407 static const u32 attn_block[] = { 7408 0x00000000, 0x00000001, 0x00000005, 0x00010001, /* block grc, 1 interrupt regs (5 attentions), 1 parity regs (2 attentions) */ 7409 0x00000007, 0x00020002, 0x00000015, 0x00040001, /* block miscs, 2 interrupt regs (14 attentions), 1 parity regs (1 attentions) */ 7410 0x00000000, 0x00050001, 0x00000000, 0x00060000, /* block misc, 1 interrupt regs (1 attentions) */ 7411 0x00000000, 0x00060000, 0x00000000, 0x00060000, /* block dbu */ 7412 0x00000016, 0x00060001, 0x0000002e, 0x00070004, /* block pglue_b, 1 interrupt regs (24 attentions), 4 parity regs (35 attentions) */ 7413 0x00000051, 0x000b0002, 0x0000005b, 0x000d0002, /* block cnig, 2 interrupt regs (10 attentions), 2 parity regs (2 attentions) */ 7414 0x00000000, 0x000f0001, 0x00000000, 0x00100000, /* block cpmu, 1 interrupt regs (1 attentions) */ 7415 0x00000000, 0x00100001, 0x00000006, 0x00110001, /* block ncsi, 1 interrupt regs (1 attentions), 1 parity regs (1 attentions) */ 7416 0x00000000, 0x00120000, 0x0000005d, 0x00120002, /* block opte, 2 parity regs (12 attentions) */ 7417 0x00000069, 0x0014000c, 0x00000193, 0x00200003, /* block bmb, 12 interrupt regs (298 attentions), 3 parity regs (51 attentions) */ 7418 0x000001c6, 0x00230001, 0x000001d7, 0x00240003, /* block pcie, 1 interrupt regs (17 attentions), 3 parity regs (24 attentions) */ 7419 0x00000000, 0x00270000, 0x00000000, 0x00270000, /* block mcp */ 7420 0x00000000, 0x00270000, 0x000001ef, 0x00270002, /* block mcp2, 2 parity regs (13 attentions) */ 7421 0x000001fc, 0x00290001, 0x0000020e, 0x002a0002, /* block pswhst, 1 interrupt regs (18 attentions), 2 parity regs (18 attentions) */ 7422 0x00000220, 0x002c0001, 0x0000002e, 0x002d0001, /* block pswhst2, 1 interrupt regs (5 attentions), 1 parity regs (1 attentions) */ 7423 0x00000225, 0x002e0001, 0x0000002e, 0x002f0001, /* block pswrd, 1 interrupt regs (3 attentions), 1 parity regs (1 attentions) */ 7424 0x00000228, 0x00300001, 0x0000022d, 0x00310003, /* block pswrd2, 1 interrupt regs (5 attentions), 3 parity regs (35 attentions) */ 7425 0x00000250, 0x00340001, 0x0000002e, 0x00350001, /* block pswwr, 1 interrupt regs (19 attentions), 1 parity regs (1 attentions) */ 7426 0x00000263, 0x00360001, 0x00000279, 0x00370005, /* block pswwr2, 1 interrupt regs (22 attentions), 5 parity regs (114 attentions) */ 7427 0x000002eb, 0x003c0001, 0x00000302, 0x003d0001, /* block pswrq, 1 interrupt regs (23 attentions), 1 parity regs (1 attentions) */ 7428 0x00000303, 0x003e0001, 0x00000312, 0x003f0002, /* block pswrq2, 1 interrupt regs (15 attentions), 2 parity regs (11 attentions) */ 7429 0x0000031d, 0x00410001, 0x00000000, 0x00420000, /* block pglcs, 1 interrupt regs (2 attentions) */ 7430 0x0000031f, 0x00420001, 0x00000321, 0x00430001, /* block dmae, 1 interrupt regs (2 attentions), 1 parity regs (3 attentions) */ 7431 0x00000324, 0x00440001, 0x0000032c, 0x00450001, /* block ptu, 1 interrupt regs (8 attentions), 1 parity regs (18 attentions) */ 7432 0x0000033e, 0x00460005, 0x00000371, 0x004b0004, /* block tcm, 5 interrupt regs (51 attentions), 4 parity regs (42 attentions) */ 7433 0x0000039b, 0x004f0005, 0x000003cc, 0x00540002, /* block mcm, 5 interrupt regs (49 attentions), 2 parity regs (35 attentions) */ 7434 0x000003ef, 0x00560005, 0x00000424, 0x005b0002, /* block ucm, 5 interrupt regs (53 attentions), 2 parity regs (38 attentions) */ 7435 0x0000044a, 0x005d0003, 0x0000047f, 0x00600004, /* block xcm, 3 interrupt regs (53 attentions), 4 parity regs (49 attentions) */ 7436 0x000004b0, 0x00640003, 0x000004d9, 0x00670004, /* block ycm, 3 interrupt regs (41 attentions), 4 parity regs (44 attentions) */ 7437 0x00000505, 0x006b0005, 0x0000051f, 0x00700002, /* block pcm, 5 interrupt regs (26 attentions), 2 parity regs (19 attentions) */ 7438 0x00000532, 0x00720001, 0x00000548, 0x00730005, /* block qm, 1 interrupt regs (22 attentions), 5 parity regs (92 attentions) */ 7439 0x000005a4, 0x00780002, 0x000005cf, 0x007a0001, /* block tm, 2 interrupt regs (43 attentions), 1 parity regs (17 attentions) */ 7440 0x000005e0, 0x007b0001, 0x000005ec, 0x007c0002, /* block dorq, 1 interrupt regs (12 attentions), 2 parity regs (7 attentions) */ 7441 0x000005f3, 0x007e000c, 0x000006dc, 0x008a0005, /* block brb, 12 interrupt regs (233 attentions), 5 parity regs (74 attentions) */ 7442 0x00000000, 0x008f0001, 0x00000000, 0x00900000, /* block src, 1 interrupt regs (1 attentions) */ 7443 0x00000726, 0x00900001, 0x00000728, 0x00910005, /* block prs, 1 interrupt regs (2 attentions), 5 parity regs (75 attentions) */ 7444 0x00000773, 0x00960001, 0x0000078f, 0x00970001, /* block tsdm, 1 interrupt regs (28 attentions), 1 parity regs (10 attentions) */ 7445 0x00000773, 0x00980001, 0x00000799, 0x00990001, /* block msdm, 1 interrupt regs (28 attentions), 1 parity regs (11 attentions) */ 7446 0x00000773, 0x009a0001, 0x00000790, 0x009b0001, /* block usdm, 1 interrupt regs (28 attentions), 1 parity regs (10 attentions) */ 7447 0x00000773, 0x009c0001, 0x000007a4, 0x009d0001, /* block xsdm, 1 interrupt regs (28 attentions), 1 parity regs (10 attentions) */ 7448 0x00000773, 0x009e0001, 0x000007ae, 0x009f0001, /* block ysdm, 1 interrupt regs (28 attentions), 1 parity regs (9 attentions) */ 7449 0x00000773, 0x00a00001, 0x000007ae, 0x00a10001, /* block psdm, 1 interrupt regs (28 attentions), 1 parity regs (9 attentions) */ 7450 0x000007b7, 0x00a20006, 0x00000838, 0x00a80004, /* block tsem, 6 interrupt regs (129 attentions), 4 parity regs (20 attentions) */ 7451 0x000007b7, 0x00ac0006, 0x00000838, 0x00b20003, /* block msem, 6 interrupt regs (129 attentions), 3 parity regs (16 attentions) */ 7452 0x000007b7, 0x00b50006, 0x00000838, 0x00bb0003, /* block usem, 6 interrupt regs (129 attentions), 3 parity regs (16 attentions) */ 7453 0x000007b7, 0x00be0006, 0x0000084c, 0x00c40003, /* block xsem, 6 interrupt regs (129 attentions), 3 parity regs (17 attentions) */ 7454 0x000007b7, 0x00c70006, 0x0000084c, 0x00cd0003, /* block ysem, 6 interrupt regs (129 attentions), 3 parity regs (17 attentions) */ 7455 0x000007b7, 0x00d00006, 0x00000838, 0x00d60004, /* block psem, 6 interrupt regs (129 attentions), 4 parity regs (20 attentions) */ 7456 0x0000085d, 0x00da0001, 0x00000873, 0x00db0001, /* block rss, 1 interrupt regs (22 attentions), 1 parity regs (4 attentions) */ 7457 0x00000877, 0x00dc0001, 0x0000087d, 0x00dd0001, /* block tmld, 1 interrupt regs (6 attentions), 1 parity regs (8 attentions) */ 7458 0x00000877, 0x00de0001, 0x00000885, 0x00df0001, /* block muld, 1 interrupt regs (6 attentions), 1 parity regs (10 attentions) */ 7459 0x00000877, 0x00e00001, 0x0000088f, 0x00e10001, /* block yuld, 1 interrupt regs (6 attentions), 1 parity regs (6 attentions) */ 7460 0x00000877, 0x00e20001, 0x00000895, 0x00e30001, /* block xyld, 1 interrupt regs (6 attentions), 1 parity regs (9 attentions) */ 7461 0x00000877, 0x00e40001, 0x00000000, 0x00e50000, /* block ptld, 1 interrupt regs (6 attentions) */ 7462 0x00000877, 0x00e50001, 0x00000000, 0x00e60000, /* block ypld, 1 interrupt regs (6 attentions) */ 7463 0x0000089e, 0x00e60001, 0x000008a9, 0x00e70003, /* block prm, 1 interrupt regs (11 attentions), 3 parity regs (30 attentions) */ 7464 0x000008c7, 0x00ea0001, 0x0000002e, 0x00eb0001, /* block pbf_pb1, 1 interrupt regs (9 attentions), 1 parity regs (1 attentions) */ 7465 0x000008c7, 0x00ec0001, 0x0000002e, 0x00ed0001, /* block pbf_pb2, 1 interrupt regs (9 attentions), 1 parity regs (1 attentions) */ 7466 0x000008c7, 0x00ee0001, 0x0000002e, 0x00ef0001, /* block rpb, 1 interrupt regs (9 attentions), 1 parity regs (1 attentions) */ 7467 0x000008d0, 0x00f0000b, 0x00000951, 0x00fb0003, /* block btb, 11 interrupt regs (129 attentions), 3 parity regs (36 attentions) */ 7468 0x00000000, 0x00fe0001, 0x00000975, 0x00ff0003, /* block pbf, 1 interrupt regs (1 attentions), 3 parity regs (59 attentions) */ 7469 0x000009b0, 0x01020001, 0x0000002e, 0x01030001, /* block rdif, 1 interrupt regs (9 attentions), 1 parity regs (1 attentions) */ 7470 0x000009b0, 0x01040001, 0x000009b9, 0x01050002, /* block tdif, 1 interrupt regs (9 attentions), 2 parity regs (12 attentions) */ 7471 0x000009c5, 0x01070001, 0x000009cd, 0x01080001, /* block cdu, 1 interrupt regs (8 attentions), 1 parity regs (5 attentions) */ 7472 0x000009d2, 0x01090001, 0x000009d4, 0x010a0002, /* block ccfc, 1 interrupt regs (2 attentions), 2 parity regs (8 attentions) */ 7473 0x000009d2, 0x010c0001, 0x000009dc, 0x010d0002, /* block tcfc, 1 interrupt regs (2 attentions), 2 parity regs (8 attentions) */ 7474 0x000009e4, 0x010f0001, 0x000009ef, 0x01100004, /* block igu, 1 interrupt regs (11 attentions), 4 parity regs (42 attentions) */ 7475 0x00000a19, 0x01140001, 0x00000a24, 0x01150002, /* block cau, 1 interrupt regs (11 attentions), 2 parity regs (15 attentions) */ 7476 0x00000000, 0x01170000, 0x00000000, 0x01170000, /* block rgfs */ 7477 0x00000000, 0x01170001, 0x00000000, 0x01180000, /* block rgsrc, 1 interrupt regs (1 attentions) */ 7478 0x00000000, 0x01180000, 0x00000000, 0x01180000, /* block tgfs */ 7479 0x00000000, 0x01180001, 0x00000000, 0x01190000, /* block tgsrc, 1 interrupt regs (1 attentions) */ 7480 0x00000a33, 0x01190001, 0x00000000, 0x011a0000, /* block umac, 1 interrupt regs (2 attentions) */ 7481 0x00000000, 0x011a0000, 0x00000000, 0x011a0000, /* block xmac */ 7482 0x00000000, 0x011a0001, 0x00000050, 0x011b0001, /* block dbg, 1 interrupt regs (1 attentions), 1 parity regs (1 attentions) */ 7483 0x00000a35, 0x011c000b, 0x00000b13, 0x01270008, /* block nig, 11 interrupt regs (222 attentions), 8 parity regs (113 attentions) */ 7484 0x00000000, 0x012f0001, 0x00000b84, 0x01300001, /* block wol, 1 interrupt regs (1 attentions), 1 parity regs (24 attentions) */ 7485 0x00000000, 0x01310001, 0x00000000, 0x01320000, /* block bmbn, 1 interrupt regs (1 attentions) */ 7486 0x00000b9c, 0x01320002, 0x00000ba9, 0x01340001, /* block ipc, 2 interrupt regs (13 attentions), 1 parity regs (1 attentions) */ 7487 0x00000baa, 0x01350001, 0x00000bbb, 0x01360003, /* block nwm, 1 interrupt regs (17 attentions), 3 parity regs (72 attentions) */ 7488 0x00000c03, 0x01390004, 0x00000c28, 0x013d0001, /* block nws, 4 interrupt regs (37 attentions), 1 parity regs (4 attentions) */ 7489 0x00000000, 0x013e0001, 0x00000000, 0x013f0000, /* block ms, 1 interrupt regs (1 attentions) */ 7490 0x00000000, 0x013f0000, 0x00000000, 0x013f0000, /* block phy_pcie */ 7491 0x00000000, 0x013f0001, 0x00000000, 0x01400000, /* block led, 1 interrupt regs (1 attentions) */ 7492 0x00000c2c, 0x01400001, 0x00000c2e, 0x01410001, /* block avs_wrap, 1 interrupt regs (2 attentions), 1 parity regs (3 attentions) */ 7493 0x00000000, 0x01420000, 0x00000000, 0x01420000, /* block misc_aeu */ 7494 0x00000000, 0x01420000, 0x00000000, 0x01420000, /* block bar0_map */ 7495 }; 7496 /* Data size: 1392 bytes */ 7497 7498 /* Debug Bus lines */ 7499 static const u32 dbg_bus_lines[] = { 7500 0x0301, 0x0202, 0x0202, 0x0202, 0x0202, 0x0202, 0x0202, 0x0202, 0x0202, 7501 0x0202, 0x0202, 0x0301, 0x0103, 0x0004, 0x0004, 0x0301, 0x0502, 0x1003, 7502 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0002, 0x0301, 0x0301, 7503 0x0301, 0x0311, 0x0311, 0x0311, 0x0311, 0x0502, 0x0311, 0x0311, 0x0311, 7504 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7505 0x0311, 0x0311, 0x0502, 0x0301, 0x0301, 0x0003, 0x0301, 0x0101, 0x0102, 7506 0x0301, 0x0502, 0x1003, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7507 0x0002, 0x0301, 0x0301, 0x0301, 0x0311, 0x0311, 0x0311, 0x0311, 0x0502, 7508 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7509 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0502, 0x0301, 0x0301, 0x0003, 7510 0x0301, 0x0101, 0x0102, 0x0502, 0x0502, 0x0502, 0x0502, 0x0502, 0x0101, 7511 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0311, 0x0311, 0x0311, 0x0311, 7512 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x1003, 0x1003, 0x1003, 7513 0x1003, 0x1003, 0x1003, 0x1003, 0x1003, 0x1003, 0x1003, 0x0101, 0x0101, 7514 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0311, 7515 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7516 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7517 0x0301, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 7518 0x0101, 0x0101, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7519 0x0301, 0x0301, 0x0301, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 0x0101, 7520 0x0101, 0x0101, 0x0101, 0x0101, 0x0301, 0x0101, 0x0101, 0x0001, 0x0001, 7521 0x0301, 0x0101, 0x0101, 0x0101, 0x0101, 0x0001, 0x0001, 0x0001, 0x0001, 7522 0x0001, 0x0001, 0x0001, 0x0001, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7523 0x0301, 0x0001, 0x0301, 0x0301, 0x0502, 0x0311, 0x0311, 0x0311, 0x0311, 7524 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7525 0x0311, 0x0311, 0x0311, 0x0001, 0x0502, 0x0301, 0x0301, 0x0502, 0x0301, 7526 0x0301, 0x0502, 0x0502, 0x0301, 0x0014, 0x0502, 0x0512, 0x0301, 0x0301, 7527 0x0512, 0x0502, 0x0402, 0x0502, 0x0001, 0x0311, 0x0311, 0x0502, 0x0301, 7528 0x0002, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7529 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0202, 7530 0x0502, 0x0502, 0x0502, 0x0502, 0x0502, 0x0502, 0x0301, 0x0311, 0x0311, 7531 0x0001, 0x0301, 0x0001, 0x0101, 0x0301, 0x0103, 0x0102, 0x0301, 0x0301, 7532 0x0301, 0x0301, 0x0101, 0x0301, 0x0301, 0x0301, 0x0301, 0x0512, 0x0512, 7533 0x0502, 0x0301, 0x0311, 0x0512, 0x0512, 0x0502, 0x0301, 0x0301, 0x0301, 7534 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7535 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7536 0x0301, 0x0301, 0x0101, 0x0301, 0x1003, 0x0502, 0x0502, 0x0202, 0x0202, 7537 0x1003, 0x0004, 0x1003, 0x0004, 0x0001, 0x0301, 0x0001, 0x0002, 0x0002, 7538 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0101, 0x0301, 0x0301, 0x0101, 7539 0x0001, 0x0301, 0x0502, 0x0502, 0x0301, 0x0301, 0x0301, 0x0301, 0x0502, 7540 0x0301, 0x0301, 0x0402, 0x0502, 0x0502, 0x0402, 0x0502, 0x0502, 0x0502, 7541 0x0502, 0x0002, 0x0102, 0x0502, 0x0002, 0x0102, 0x0502, 0x0002, 0x0102, 7542 0x0502, 0x1003, 0x0301, 0x0301, 0x0301, 0x0101, 0x0301, 0x0002, 0x0502, 7543 0x0502, 0x0101, 0x0301, 0x0301, 0x0301, 0x0301, 0x0101, 0x0301, 0x0301, 7544 0x0301, 0x0101, 0x0301, 0x0301, 0x0301, 0x0101, 0x0301, 0x0301, 0x0301, 7545 0x0101, 0x0301, 0x0301, 0x0301, 0x0101, 0x0502, 0x0002, 0x0001, 0x0301, 7546 0x0502, 0x0301, 0x0301, 0x0301, 0x0001, 0x1003, 0x0003, 0x0301, 0x0502, 7547 0x0402, 0x0001, 0x0101, 0x0402, 0x0102, 0x0301, 0x0301, 0x0301, 0x0301, 7548 0x0301, 0x0301, 0x0002, 0x0201, 0x0201, 0x0201, 0x0201, 0x0201, 0x0004, 7549 0x0201, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7550 0x0301, 0x0301, 0x0301, 0x0502, 0x0502, 0x0201, 0x0301, 0x0502, 0x0201, 7551 0x0201, 0x0201, 0x0301, 0x0301, 0x0201, 0x0301, 0x0201, 0x0301, 0x0502, 7552 0x0202, 0x0103, 0x0103, 0x0301, 0x0103, 0x0301, 0x0301, 0x0301, 0x0301, 7553 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7554 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7555 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0502, 0x0014, 0x0311, 0x0014, 7556 0x0011, 0x0101, 0x0301, 0x0201, 0x0301, 0x0101, 0x0301, 0x0101, 0x0001, 7557 0x0001, 0x0301, 0x0101, 0x0001, 0x0001, 0x0301, 0x0101, 0x0301, 0x0101, 7558 0x0001, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7559 0x0301, 0x0301, 0x0101, 0x0301, 0x0301, 0x0301, 0x0301, 0x0201, 0x0101, 7560 0x0301, 0x0201, 0x0201, 0x0101, 0x0301, 0x0101, 0x0301, 0x0201, 0x0101, 7561 0x0301, 0x0201, 0x0301, 0x0301, 0x0301, 0x0301, 0x0001, 0x0001, 0x0001, 7562 0x0111, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7563 0x0003, 0x0301, 0x0301, 0x0301, 0x0001, 0x0301, 0x0001, 0x0301, 0x0001, 7564 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0502, 0x0004, 0x0512, 7565 0x0512, 0x0301, 0x0301, 0x0502, 0x0004, 0x0301, 0x0512, 0x0301, 0x0301, 7566 0x0502, 0x0004, 0x0301, 0x0512, 0x0301, 0x0301, 0x0301, 0x0301, 0x0111, 7567 0x0311, 0x0301, 0x0101, 0x0301, 0x0201, 0x0001, 0x0311, 0x0311, 0x0311, 7568 0x0311, 0x0301, 0x0301, 0x0301, 0x0111, 0x0311, 0x0301, 0x0101, 0x0301, 7569 0x0201, 0x0001, 0x0311, 0x0311, 0x0311, 0x0311, 0x0301, 0x0301, 0x0311, 7570 0x0311, 0x0301, 0x0301, 0x0001, 0x0001, 0x0301, 0x0301, 0x0301, 0x0301, 7571 0x0301, 0x0101, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7572 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0311, 0x0301, 0x0301, 0x0301, 7573 0x0301, 0x0301, 0x0311, 0x0311, 0x0301, 0x0301, 0x0311, 0x0301, 0x0301, 7574 0x0502, 0x0311, 0x0502, 0x0301, 0x0301, 0x0301, 0x0502, 0x0311, 0x0301, 7575 0x0502, 0x0301, 0x0014, 0x0502, 0x0311, 0x0502, 0x0502, 0x0502, 0x0502, 7576 0x0502, 0x0502, 0x0502, 0x0502, 0x0502, 0x0502, 0x0502, 0x0014, 0x0502, 7577 0x0311, 0x0004, 0x0004, 0x0004, 0x0001, 0x0014, 0x0014, 0x0014, 0x0012, 7578 0x0101, 0x0512, 0x0512, 0x0502, 0x0301, 0x0004, 0x0004, 0x0004, 0x0001, 7579 0x0014, 0x0014, 0x0014, 0x0012, 0x0101, 0x0512, 0x0512, 0x0502, 0x0301, 7580 0x0004, 0x0004, 0x0004, 0x0002, 0x0301, 0x0102, 0x0502, 0x0301, 0x0311, 7581 0x0402, 0x0201, 0x0502, 0x0502, 0x0402, 0x0301, 0x0201, 0x0101, 0x0802, 7582 0x0301, 0x0201, 0x0301, 0x0502, 0x0502, 0x0301, 0x0301, 0x0101, 0x0101, 7583 0x0201, 0x0201, 0x0301, 0x0802, 0x0301, 0x0202, 0x0301, 0x0202, 0x0301, 7584 0x0301, 0x0802, 0x0301, 0x0802, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 7585 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0402, 0x0102, 0x0502, 0x0502, 7586 0x0502, 0x0201, 0x0301, 0x0301, 0x0301, 0x0301, 0x0301, 0x0502, 0x0502, 7587 0x0502, 0x0502, 0x0502, 0x0111, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7588 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7589 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7590 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7591 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7592 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 0x0311, 7593 0x0311, 0x0004, 0x0004, 0x0301, 0x0301, 0x0311, 0x0311, 0x0311, 0x0311, 7594 0x0311, 0x0311, 0x0311, 0x0311, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 7595 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 7596 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 0x0004, 7597 0x0004, 0x0004, 0x0004, 7598 }; 7599 /* Data size: 1752 bytes */ 7600 7601 /* Debug Bus blocks */ 7602 static const u32 dbg_bus_blocks[] = { 7603 0x0000000f, /* grc, bb, 15 lines */ 7604 0x0000000f, /* grc, k2, 15 lines */ 7605 0x00000000, /* grc, e5, 0 lines */ 7606 0x00000000, /* miscs, bb, 0 lines */ 7607 0x00000000, /* miscs, k2, 0 lines */ 7608 0x00000000, /* miscs, e5, 0 lines */ 7609 0x00000000, /* misc, bb, 0 lines */ 7610 0x00000000, /* misc, k2, 0 lines */ 7611 0x00000000, /* misc, e5, 0 lines */ 7612 0x00000000, /* dbu, bb, 0 lines */ 7613 0x00000000, /* dbu, k2, 0 lines */ 7614 0x00000000, /* dbu, e5, 0 lines */ 7615 0x000f0127, /* pglue_b, bb, 39 lines */ 7616 0x0036012a, /* pglue_b, k2, 42 lines */ 7617 0x00000000, /* pglue_b, e5, 0 lines */ 7618 0x00000000, /* cnig, bb, 0 lines */ 7619 0x00120102, /* cnig, k2, 2 lines */ 7620 0x00000000, /* cnig, e5, 0 lines */ 7621 0x00000000, /* cpmu, bb, 0 lines */ 7622 0x00000000, /* cpmu, k2, 0 lines */ 7623 0x00000000, /* cpmu, e5, 0 lines */ 7624 0x00000001, /* ncsi, bb, 1 lines */ 7625 0x00000001, /* ncsi, k2, 1 lines */ 7626 0x00000000, /* ncsi, e5, 0 lines */ 7627 0x00000000, /* opte, bb, 0 lines */ 7628 0x00000000, /* opte, k2, 0 lines */ 7629 0x00000000, /* opte, e5, 0 lines */ 7630 0x00600085, /* bmb, bb, 133 lines */ 7631 0x00600085, /* bmb, k2, 133 lines */ 7632 0x00000000, /* bmb, e5, 0 lines */ 7633 0x00000000, /* pcie, bb, 0 lines */ 7634 0x00210008, /* pcie, k2, 8 lines */ 7635 0x00000000, /* pcie, e5, 0 lines */ 7636 0x00000000, /* mcp, bb, 0 lines */ 7637 0x00000000, /* mcp, k2, 0 lines */ 7638 0x00000000, /* mcp, e5, 0 lines */ 7639 0x00e50009, /* mcp2, bb, 9 lines */ 7640 0x00e50009, /* mcp2, k2, 9 lines */ 7641 0x00000000, /* mcp2, e5, 0 lines */ 7642 0x00ee0104, /* pswhst, bb, 4 lines */ 7643 0x00ee0104, /* pswhst, k2, 4 lines */ 7644 0x00000000, /* pswhst, e5, 0 lines */ 7645 0x00f20103, /* pswhst2, bb, 3 lines */ 7646 0x00f20103, /* pswhst2, k2, 3 lines */ 7647 0x00000000, /* pswhst2, e5, 0 lines */ 7648 0x00340101, /* pswrd, bb, 1 lines */ 7649 0x00340101, /* pswrd, k2, 1 lines */ 7650 0x00000000, /* pswrd, e5, 0 lines */ 7651 0x00f50119, /* pswrd2, bb, 25 lines */ 7652 0x00f50119, /* pswrd2, k2, 25 lines */ 7653 0x00000000, /* pswrd2, e5, 0 lines */ 7654 0x010e0109, /* pswwr, bb, 9 lines */ 7655 0x010e0109, /* pswwr, k2, 9 lines */ 7656 0x00000000, /* pswwr, e5, 0 lines */ 7657 0x00000000, /* pswwr2, bb, 0 lines */ 7658 0x00000000, /* pswwr2, k2, 0 lines */ 7659 0x00000000, /* pswwr2, e5, 0 lines */ 7660 0x001c0001, /* pswrq, bb, 1 lines */ 7661 0x001c0001, /* pswrq, k2, 1 lines */ 7662 0x00000000, /* pswrq, e5, 0 lines */ 7663 0x01170015, /* pswrq2, bb, 21 lines */ 7664 0x01170015, /* pswrq2, k2, 21 lines */ 7665 0x00000000, /* pswrq2, e5, 0 lines */ 7666 0x00000000, /* pglcs, bb, 0 lines */ 7667 0x00120006, /* pglcs, k2, 6 lines */ 7668 0x00000000, /* pglcs, e5, 0 lines */ 7669 0x00100001, /* dmae, bb, 1 lines */ 7670 0x00100001, /* dmae, k2, 1 lines */ 7671 0x00000000, /* dmae, e5, 0 lines */ 7672 0x012c0105, /* ptu, bb, 5 lines */ 7673 0x012c0105, /* ptu, k2, 5 lines */ 7674 0x00000000, /* ptu, e5, 0 lines */ 7675 0x01310120, /* tcm, bb, 32 lines */ 7676 0x01310120, /* tcm, k2, 32 lines */ 7677 0x00000000, /* tcm, e5, 0 lines */ 7678 0x01310120, /* mcm, bb, 32 lines */ 7679 0x01310120, /* mcm, k2, 32 lines */ 7680 0x00000000, /* mcm, e5, 0 lines */ 7681 0x01310120, /* ucm, bb, 32 lines */ 7682 0x01310120, /* ucm, k2, 32 lines */ 7683 0x00000000, /* ucm, e5, 0 lines */ 7684 0x01310120, /* xcm, bb, 32 lines */ 7685 0x01310120, /* xcm, k2, 32 lines */ 7686 0x00000000, /* xcm, e5, 0 lines */ 7687 0x01310120, /* ycm, bb, 32 lines */ 7688 0x01310120, /* ycm, k2, 32 lines */ 7689 0x00000000, /* ycm, e5, 0 lines */ 7690 0x01310120, /* pcm, bb, 32 lines */ 7691 0x01310120, /* pcm, k2, 32 lines */ 7692 0x00000000, /* pcm, e5, 0 lines */ 7693 0x01510062, /* qm, bb, 98 lines */ 7694 0x01510062, /* qm, k2, 98 lines */ 7695 0x00000000, /* qm, e5, 0 lines */ 7696 0x01b30021, /* tm, bb, 33 lines */ 7697 0x01b30021, /* tm, k2, 33 lines */ 7698 0x00000000, /* tm, e5, 0 lines */ 7699 0x01d40107, /* dorq, bb, 7 lines */ 7700 0x01d40107, /* dorq, k2, 7 lines */ 7701 0x00000000, /* dorq, e5, 0 lines */ 7702 0x00600185, /* brb, bb, 133 lines */ 7703 0x00600185, /* brb, k2, 133 lines */ 7704 0x00000000, /* brb, e5, 0 lines */ 7705 0x01db0019, /* src, bb, 25 lines */ 7706 0x01d9001a, /* src, k2, 26 lines */ 7707 0x00000000, /* src, e5, 0 lines */ 7708 0x01f40104, /* prs, bb, 4 lines */ 7709 0x01f40104, /* prs, k2, 4 lines */ 7710 0x00000000, /* prs, e5, 0 lines */ 7711 0x01f80133, /* tsdm, bb, 51 lines */ 7712 0x01f80133, /* tsdm, k2, 51 lines */ 7713 0x00000000, /* tsdm, e5, 0 lines */ 7714 0x01f80133, /* msdm, bb, 51 lines */ 7715 0x01f80133, /* msdm, k2, 51 lines */ 7716 0x00000000, /* msdm, e5, 0 lines */ 7717 0x01f80133, /* usdm, bb, 51 lines */ 7718 0x01f80133, /* usdm, k2, 51 lines */ 7719 0x00000000, /* usdm, e5, 0 lines */ 7720 0x01f80133, /* xsdm, bb, 51 lines */ 7721 0x01f80133, /* xsdm, k2, 51 lines */ 7722 0x00000000, /* xsdm, e5, 0 lines */ 7723 0x01f80133, /* ysdm, bb, 51 lines */ 7724 0x01f80133, /* ysdm, k2, 51 lines */ 7725 0x00000000, /* ysdm, e5, 0 lines */ 7726 0x01f80133, /* psdm, bb, 51 lines */ 7727 0x01f80133, /* psdm, k2, 51 lines */ 7728 0x00000000, /* psdm, e5, 0 lines */ 7729 0x022b010c, /* tsem, bb, 12 lines */ 7730 0x022b010c, /* tsem, k2, 12 lines */ 7731 0x00000000, /* tsem, e5, 0 lines */ 7732 0x022b010c, /* msem, bb, 12 lines */ 7733 0x022b010c, /* msem, k2, 12 lines */ 7734 0x00000000, /* msem, e5, 0 lines */ 7735 0x022b010c, /* usem, bb, 12 lines */ 7736 0x022b010c, /* usem, k2, 12 lines */ 7737 0x00000000, /* usem, e5, 0 lines */ 7738 0x022b010c, /* xsem, bb, 12 lines */ 7739 0x022b010c, /* xsem, k2, 12 lines */ 7740 0x00000000, /* xsem, e5, 0 lines */ 7741 0x022b010c, /* ysem, bb, 12 lines */ 7742 0x022b010c, /* ysem, k2, 12 lines */ 7743 0x00000000, /* ysem, e5, 0 lines */ 7744 0x022b010c, /* psem, bb, 12 lines */ 7745 0x022b010c, /* psem, k2, 12 lines */ 7746 0x00000000, /* psem, e5, 0 lines */ 7747 0x0237000d, /* rss, bb, 13 lines */ 7748 0x0237000d, /* rss, k2, 13 lines */ 7749 0x00000000, /* rss, e5, 0 lines */ 7750 0x02440106, /* tmld, bb, 6 lines */ 7751 0x02440106, /* tmld, k2, 6 lines */ 7752 0x00000000, /* tmld, e5, 0 lines */ 7753 0x024a0106, /* muld, bb, 6 lines */ 7754 0x024a0106, /* muld, k2, 6 lines */ 7755 0x00000000, /* muld, e5, 0 lines */ 7756 0x02440005, /* yuld, bb, 5 lines */ 7757 0x02440005, /* yuld, k2, 5 lines */ 7758 0x00000000, /* yuld, e5, 0 lines */ 7759 0x02500107, /* xyld, bb, 7 lines */ 7760 0x024a0107, /* xyld, k2, 7 lines */ 7761 0x00000000, /* xyld, e5, 0 lines */ 7762 0x00000000, /* ptld, bb, 0 lines */ 7763 0x00000000, /* ptld, k2, 0 lines */ 7764 0x00000000, /* ptld, e5, 0 lines */ 7765 0x00000000, /* ypld, bb, 0 lines */ 7766 0x00000000, /* ypld, k2, 0 lines */ 7767 0x00000000, /* ypld, e5, 0 lines */ 7768 0x0257010e, /* prm, bb, 14 lines */ 7769 0x02650110, /* prm, k2, 16 lines */ 7770 0x00000000, /* prm, e5, 0 lines */ 7771 0x0275000d, /* pbf_pb1, bb, 13 lines */ 7772 0x0275000d, /* pbf_pb1, k2, 13 lines */ 7773 0x00000000, /* pbf_pb1, e5, 0 lines */ 7774 0x0275000d, /* pbf_pb2, bb, 13 lines */ 7775 0x0275000d, /* pbf_pb2, k2, 13 lines */ 7776 0x00000000, /* pbf_pb2, e5, 0 lines */ 7777 0x0275000d, /* rpb, bb, 13 lines */ 7778 0x0275000d, /* rpb, k2, 13 lines */ 7779 0x00000000, /* rpb, e5, 0 lines */ 7780 0x00600185, /* btb, bb, 133 lines */ 7781 0x00600185, /* btb, k2, 133 lines */ 7782 0x00000000, /* btb, e5, 0 lines */ 7783 0x02820117, /* pbf, bb, 23 lines */ 7784 0x02820117, /* pbf, k2, 23 lines */ 7785 0x00000000, /* pbf, e5, 0 lines */ 7786 0x02990006, /* rdif, bb, 6 lines */ 7787 0x02990006, /* rdif, k2, 6 lines */ 7788 0x00000000, /* rdif, e5, 0 lines */ 7789 0x029f0006, /* tdif, bb, 6 lines */ 7790 0x029f0006, /* tdif, k2, 6 lines */ 7791 0x00000000, /* tdif, e5, 0 lines */ 7792 0x02a50003, /* cdu, bb, 3 lines */ 7793 0x02a8000e, /* cdu, k2, 14 lines */ 7794 0x00000000, /* cdu, e5, 0 lines */ 7795 0x02b6010d, /* ccfc, bb, 13 lines */ 7796 0x02c30117, /* ccfc, k2, 23 lines */ 7797 0x00000000, /* ccfc, e5, 0 lines */ 7798 0x02b6010d, /* tcfc, bb, 13 lines */ 7799 0x02c30117, /* tcfc, k2, 23 lines */ 7800 0x00000000, /* tcfc, e5, 0 lines */ 7801 0x02da0133, /* igu, bb, 51 lines */ 7802 0x02da0133, /* igu, k2, 51 lines */ 7803 0x00000000, /* igu, e5, 0 lines */ 7804 0x030d0106, /* cau, bb, 6 lines */ 7805 0x030d0106, /* cau, k2, 6 lines */ 7806 0x00000000, /* cau, e5, 0 lines */ 7807 0x00000000, /* rgfs, bb, 0 lines */ 7808 0x00000000, /* rgfs, k2, 0 lines */ 7809 0x00000000, /* rgfs, e5, 0 lines */ 7810 0x00000000, /* rgsrc, bb, 0 lines */ 7811 0x00000000, /* rgsrc, k2, 0 lines */ 7812 0x00000000, /* rgsrc, e5, 0 lines */ 7813 0x00000000, /* tgfs, bb, 0 lines */ 7814 0x00000000, /* tgfs, k2, 0 lines */ 7815 0x00000000, /* tgfs, e5, 0 lines */ 7816 0x00000000, /* tgsrc, bb, 0 lines */ 7817 0x00000000, /* tgsrc, k2, 0 lines */ 7818 0x00000000, /* tgsrc, e5, 0 lines */ 7819 0x00000000, /* umac, bb, 0 lines */ 7820 0x00120006, /* umac, k2, 6 lines */ 7821 0x00000000, /* umac, e5, 0 lines */ 7822 0x00000000, /* xmac, bb, 0 lines */ 7823 0x00000000, /* xmac, k2, 0 lines */ 7824 0x00000000, /* xmac, e5, 0 lines */ 7825 0x00000000, /* dbg, bb, 0 lines */ 7826 0x00000000, /* dbg, k2, 0 lines */ 7827 0x00000000, /* dbg, e5, 0 lines */ 7828 0x0313012b, /* nig, bb, 43 lines */ 7829 0x0313011d, /* nig, k2, 29 lines */ 7830 0x00000000, /* nig, e5, 0 lines */ 7831 0x00000000, /* wol, bb, 0 lines */ 7832 0x001c0002, /* wol, k2, 2 lines */ 7833 0x00000000, /* wol, e5, 0 lines */ 7834 0x00000000, /* bmbn, bb, 0 lines */ 7835 0x00210008, /* bmbn, k2, 8 lines */ 7836 0x00000000, /* bmbn, e5, 0 lines */ 7837 0x00000000, /* ipc, bb, 0 lines */ 7838 0x00000000, /* ipc, k2, 0 lines */ 7839 0x00000000, /* ipc, e5, 0 lines */ 7840 0x00000000, /* nwm, bb, 0 lines */ 7841 0x033e000b, /* nwm, k2, 11 lines */ 7842 0x00000000, /* nwm, e5, 0 lines */ 7843 0x00000000, /* nws, bb, 0 lines */ 7844 0x03490009, /* nws, k2, 9 lines */ 7845 0x00000000, /* nws, e5, 0 lines */ 7846 0x00000000, /* ms, bb, 0 lines */ 7847 0x00120004, /* ms, k2, 4 lines */ 7848 0x00000000, /* ms, e5, 0 lines */ 7849 0x00000000, /* phy_pcie, bb, 0 lines */ 7850 0x0352001a, /* phy_pcie, k2, 26 lines */ 7851 0x00000000, /* phy_pcie, e5, 0 lines */ 7852 0x00000000, /* led, bb, 0 lines */ 7853 0x00000000, /* led, k2, 0 lines */ 7854 0x00000000, /* led, e5, 0 lines */ 7855 0x00000000, /* avs_wrap, bb, 0 lines */ 7856 0x00000000, /* avs_wrap, k2, 0 lines */ 7857 0x00000000, /* avs_wrap, e5, 0 lines */ 7858 0x00000000, /* bar0_map, bb, 0 lines */ 7859 0x00000000, /* bar0_map, k2, 0 lines */ 7860 0x00000000, /* bar0_map, e5, 0 lines */ 7861 }; 7862 /* Data size: 1032 bytes */ 7863 7864 #endif /* __DBG_VALUES_H__ */ 7865