📄 iop_sw_cpu_defs.h
字号:
#ifndef __iop_sw_cpu_defs_h#define __iop_sw_cpu_defs_h/* * This file is autogenerated from * file: ../../inst/io_proc/rtl/guinness/iop_sw_cpu.r * id: <not found> * last modfied: Mon Apr 11 16:10:19 2005 * * by /n/asic/design/tools/rdesc/src/rdes2c --outfile iop_sw_cpu_defs.h ../../inst/io_proc/rtl/guinness/iop_sw_cpu.r * id: $Id: iop_sw_cpu_defs.h,v 1.4 2005/04/24 18:31:05 starvik Exp $ * Any changes here will be lost. * * -*- buffer-read-only: t -*- *//* Main access macros */#ifndef REG_RD#define REG_RD( scope, inst, reg ) \ REG_READ( reg_##scope##_##reg, \ (inst) + REG_RD_ADDR_##scope##_##reg )#endif#ifndef REG_WR#define REG_WR( scope, inst, reg, val ) \ REG_WRITE( reg_##scope##_##reg, \ (inst) + REG_WR_ADDR_##scope##_##reg, (val) )#endif#ifndef REG_RD_VECT#define REG_RD_VECT( scope, inst, reg, index ) \ REG_READ( reg_##scope##_##reg, \ (inst) + REG_RD_ADDR_##scope##_##reg + \ (index) * STRIDE_##scope##_##reg )#endif#ifndef REG_WR_VECT#define REG_WR_VECT( scope, inst, reg, index, val ) \ REG_WRITE( reg_##scope##_##reg, \ (inst) + REG_WR_ADDR_##scope##_##reg + \ (index) * STRIDE_##scope##_##reg, (val) )#endif#ifndef REG_RD_INT#define REG_RD_INT( scope, inst, reg ) \ REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg )#endif#ifndef REG_WR_INT#define REG_WR_INT( scope, inst, reg, val ) \ REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg, (val) )#endif#ifndef REG_RD_INT_VECT#define REG_RD_INT_VECT( scope, inst, reg, index ) \ REG_READ( int, (inst) + REG_RD_ADDR_##scope##_##reg + \ (index) * STRIDE_##scope##_##reg )#endif#ifndef REG_WR_INT_VECT#define REG_WR_INT_VECT( scope, inst, reg, index, val ) \ REG_WRITE( int, (inst) + REG_WR_ADDR_##scope##_##reg + \ (index) * STRIDE_##scope##_##reg, (val) )#endif#ifndef REG_TYPE_CONV#define REG_TYPE_CONV( type, orgtype, val ) \ ( { union { orgtype o; type n; } r; r.o = val; r.n; } )#endif#ifndef reg_page_size#define reg_page_size 8192#endif#ifndef REG_ADDR#define REG_ADDR( scope, inst, reg ) \ ( (inst) + REG_RD_ADDR_##scope##_##reg )#endif#ifndef REG_ADDR_VECT#define REG_ADDR_VECT( scope, inst, reg, index ) \ ( (inst) + REG_RD_ADDR_##scope##_##reg + \ (index) * STRIDE_##scope##_##reg )#endif/* C-code for register scope iop_sw_cpu *//* Register rw_mc_ctrl, scope iop_sw_cpu, type rw */typedef struct { unsigned int keep_owner : 1; unsigned int cmd : 2; unsigned int size : 3; unsigned int wr_spu0_mem : 1; unsigned int wr_spu1_mem : 1; unsigned int dummy1 : 24;} reg_iop_sw_cpu_rw_mc_ctrl;#define REG_RD_ADDR_iop_sw_cpu_rw_mc_ctrl 0#define REG_WR_ADDR_iop_sw_cpu_rw_mc_ctrl 0/* Register rw_mc_data, scope iop_sw_cpu, type rw */typedef struct { unsigned int val : 32;} reg_iop_sw_cpu_rw_mc_data;#define REG_RD_ADDR_iop_sw_cpu_rw_mc_data 4#define REG_WR_ADDR_iop_sw_cpu_rw_mc_data 4/* Register rw_mc_addr, scope iop_sw_cpu, type rw */typedef unsigned int reg_iop_sw_cpu_rw_mc_addr;#define REG_RD_ADDR_iop_sw_cpu_rw_mc_addr 8#define REG_WR_ADDR_iop_sw_cpu_rw_mc_addr 8/* Register rs_mc_data, scope iop_sw_cpu, type rs */typedef unsigned int reg_iop_sw_cpu_rs_mc_data;#define REG_RD_ADDR_iop_sw_cpu_rs_mc_data 12/* Register r_mc_data, scope iop_sw_cpu, type r */typedef unsigned int reg_iop_sw_cpu_r_mc_data;#define REG_RD_ADDR_iop_sw_cpu_r_mc_data 16/* Register r_mc_stat, scope iop_sw_cpu, type r */typedef struct { unsigned int busy_cpu : 1; unsigned int busy_mpu : 1; unsigned int busy_spu0 : 1; unsigned int busy_spu1 : 1; unsigned int owned_by_cpu : 1; unsigned int owned_by_mpu : 1; unsigned int owned_by_spu0 : 1; unsigned int owned_by_spu1 : 1; unsigned int dummy1 : 24;} reg_iop_sw_cpu_r_mc_stat;#define REG_RD_ADDR_iop_sw_cpu_r_mc_stat 20/* Register rw_bus0_clr_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 8; unsigned int byte1 : 8; unsigned int byte2 : 8; unsigned int byte3 : 8;} reg_iop_sw_cpu_rw_bus0_clr_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus0_clr_mask 24#define REG_WR_ADDR_iop_sw_cpu_rw_bus0_clr_mask 24/* Register rw_bus0_set_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 8; unsigned int byte1 : 8; unsigned int byte2 : 8; unsigned int byte3 : 8;} reg_iop_sw_cpu_rw_bus0_set_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus0_set_mask 28#define REG_WR_ADDR_iop_sw_cpu_rw_bus0_set_mask 28/* Register rw_bus0_oe_clr_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 1; unsigned int byte1 : 1; unsigned int byte2 : 1; unsigned int byte3 : 1; unsigned int dummy1 : 28;} reg_iop_sw_cpu_rw_bus0_oe_clr_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus0_oe_clr_mask 32#define REG_WR_ADDR_iop_sw_cpu_rw_bus0_oe_clr_mask 32/* Register rw_bus0_oe_set_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 1; unsigned int byte1 : 1; unsigned int byte2 : 1; unsigned int byte3 : 1; unsigned int dummy1 : 28;} reg_iop_sw_cpu_rw_bus0_oe_set_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus0_oe_set_mask 36#define REG_WR_ADDR_iop_sw_cpu_rw_bus0_oe_set_mask 36/* Register r_bus0_in, scope iop_sw_cpu, type r */typedef unsigned int reg_iop_sw_cpu_r_bus0_in;#define REG_RD_ADDR_iop_sw_cpu_r_bus0_in 40/* Register rw_bus1_clr_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 8; unsigned int byte1 : 8; unsigned int byte2 : 8; unsigned int byte3 : 8;} reg_iop_sw_cpu_rw_bus1_clr_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus1_clr_mask 44#define REG_WR_ADDR_iop_sw_cpu_rw_bus1_clr_mask 44/* Register rw_bus1_set_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 8; unsigned int byte1 : 8; unsigned int byte2 : 8; unsigned int byte3 : 8;} reg_iop_sw_cpu_rw_bus1_set_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus1_set_mask 48#define REG_WR_ADDR_iop_sw_cpu_rw_bus1_set_mask 48/* Register rw_bus1_oe_clr_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 1; unsigned int byte1 : 1; unsigned int byte2 : 1; unsigned int byte3 : 1; unsigned int dummy1 : 28;} reg_iop_sw_cpu_rw_bus1_oe_clr_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus1_oe_clr_mask 52#define REG_WR_ADDR_iop_sw_cpu_rw_bus1_oe_clr_mask 52/* Register rw_bus1_oe_set_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int byte0 : 1; unsigned int byte1 : 1; unsigned int byte2 : 1; unsigned int byte3 : 1; unsigned int dummy1 : 28;} reg_iop_sw_cpu_rw_bus1_oe_set_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_bus1_oe_set_mask 56#define REG_WR_ADDR_iop_sw_cpu_rw_bus1_oe_set_mask 56/* Register r_bus1_in, scope iop_sw_cpu, type r */typedef unsigned int reg_iop_sw_cpu_r_bus1_in;#define REG_RD_ADDR_iop_sw_cpu_r_bus1_in 60/* Register rw_gio_clr_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int val : 32;} reg_iop_sw_cpu_rw_gio_clr_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_gio_clr_mask 64#define REG_WR_ADDR_iop_sw_cpu_rw_gio_clr_mask 64/* Register rw_gio_set_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int val : 32;} reg_iop_sw_cpu_rw_gio_set_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_gio_set_mask 68#define REG_WR_ADDR_iop_sw_cpu_rw_gio_set_mask 68/* Register rw_gio_oe_clr_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int val : 32;} reg_iop_sw_cpu_rw_gio_oe_clr_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_gio_oe_clr_mask 72#define REG_WR_ADDR_iop_sw_cpu_rw_gio_oe_clr_mask 72/* Register rw_gio_oe_set_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int val : 32;} reg_iop_sw_cpu_rw_gio_oe_set_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_gio_oe_set_mask 76#define REG_WR_ADDR_iop_sw_cpu_rw_gio_oe_set_mask 76/* Register r_gio_in, scope iop_sw_cpu, type r */typedef unsigned int reg_iop_sw_cpu_r_gio_in;#define REG_RD_ADDR_iop_sw_cpu_r_gio_in 80/* Register rw_intr0_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int mpu_0 : 1; unsigned int mpu_1 : 1; unsigned int mpu_2 : 1; unsigned int mpu_3 : 1; unsigned int mpu_4 : 1; unsigned int mpu_5 : 1; unsigned int mpu_6 : 1; unsigned int mpu_7 : 1; unsigned int mpu_8 : 1; unsigned int mpu_9 : 1; unsigned int mpu_10 : 1; unsigned int mpu_11 : 1; unsigned int mpu_12 : 1; unsigned int mpu_13 : 1; unsigned int mpu_14 : 1; unsigned int mpu_15 : 1; unsigned int spu0_0 : 1; unsigned int spu0_1 : 1; unsigned int spu0_2 : 1; unsigned int spu0_3 : 1; unsigned int spu0_4 : 1; unsigned int spu0_5 : 1; unsigned int spu0_6 : 1; unsigned int spu0_7 : 1; unsigned int spu1_8 : 1; unsigned int spu1_9 : 1; unsigned int spu1_10 : 1; unsigned int spu1_11 : 1; unsigned int spu1_12 : 1; unsigned int spu1_13 : 1; unsigned int spu1_14 : 1; unsigned int spu1_15 : 1;} reg_iop_sw_cpu_rw_intr0_mask;#define REG_RD_ADDR_iop_sw_cpu_rw_intr0_mask 84#define REG_WR_ADDR_iop_sw_cpu_rw_intr0_mask 84/* Register rw_ack_intr0, scope iop_sw_cpu, type rw */typedef struct { unsigned int mpu_0 : 1; unsigned int mpu_1 : 1; unsigned int mpu_2 : 1; unsigned int mpu_3 : 1; unsigned int mpu_4 : 1; unsigned int mpu_5 : 1; unsigned int mpu_6 : 1; unsigned int mpu_7 : 1; unsigned int mpu_8 : 1; unsigned int mpu_9 : 1; unsigned int mpu_10 : 1; unsigned int mpu_11 : 1; unsigned int mpu_12 : 1; unsigned int mpu_13 : 1; unsigned int mpu_14 : 1; unsigned int mpu_15 : 1; unsigned int spu0_0 : 1; unsigned int spu0_1 : 1; unsigned int spu0_2 : 1; unsigned int spu0_3 : 1; unsigned int spu0_4 : 1; unsigned int spu0_5 : 1; unsigned int spu0_6 : 1; unsigned int spu0_7 : 1; unsigned int spu1_8 : 1; unsigned int spu1_9 : 1; unsigned int spu1_10 : 1; unsigned int spu1_11 : 1; unsigned int spu1_12 : 1; unsigned int spu1_13 : 1; unsigned int spu1_14 : 1; unsigned int spu1_15 : 1;} reg_iop_sw_cpu_rw_ack_intr0;#define REG_RD_ADDR_iop_sw_cpu_rw_ack_intr0 88#define REG_WR_ADDR_iop_sw_cpu_rw_ack_intr0 88/* Register r_intr0, scope iop_sw_cpu, type r */typedef struct { unsigned int mpu_0 : 1; unsigned int mpu_1 : 1; unsigned int mpu_2 : 1; unsigned int mpu_3 : 1; unsigned int mpu_4 : 1; unsigned int mpu_5 : 1; unsigned int mpu_6 : 1; unsigned int mpu_7 : 1; unsigned int mpu_8 : 1; unsigned int mpu_9 : 1; unsigned int mpu_10 : 1; unsigned int mpu_11 : 1; unsigned int mpu_12 : 1; unsigned int mpu_13 : 1; unsigned int mpu_14 : 1; unsigned int mpu_15 : 1; unsigned int spu0_0 : 1; unsigned int spu0_1 : 1; unsigned int spu0_2 : 1; unsigned int spu0_3 : 1; unsigned int spu0_4 : 1; unsigned int spu0_5 : 1; unsigned int spu0_6 : 1; unsigned int spu0_7 : 1; unsigned int spu1_8 : 1; unsigned int spu1_9 : 1; unsigned int spu1_10 : 1; unsigned int spu1_11 : 1; unsigned int spu1_12 : 1; unsigned int spu1_13 : 1; unsigned int spu1_14 : 1; unsigned int spu1_15 : 1;} reg_iop_sw_cpu_r_intr0;#define REG_RD_ADDR_iop_sw_cpu_r_intr0 92/* Register r_masked_intr0, scope iop_sw_cpu, type r */typedef struct { unsigned int mpu_0 : 1; unsigned int mpu_1 : 1; unsigned int mpu_2 : 1; unsigned int mpu_3 : 1; unsigned int mpu_4 : 1; unsigned int mpu_5 : 1; unsigned int mpu_6 : 1; unsigned int mpu_7 : 1; unsigned int mpu_8 : 1; unsigned int mpu_9 : 1; unsigned int mpu_10 : 1; unsigned int mpu_11 : 1; unsigned int mpu_12 : 1; unsigned int mpu_13 : 1; unsigned int mpu_14 : 1; unsigned int mpu_15 : 1; unsigned int spu0_0 : 1; unsigned int spu0_1 : 1; unsigned int spu0_2 : 1; unsigned int spu0_3 : 1; unsigned int spu0_4 : 1; unsigned int spu0_5 : 1; unsigned int spu0_6 : 1; unsigned int spu0_7 : 1; unsigned int spu1_8 : 1; unsigned int spu1_9 : 1; unsigned int spu1_10 : 1; unsigned int spu1_11 : 1; unsigned int spu1_12 : 1; unsigned int spu1_13 : 1; unsigned int spu1_14 : 1; unsigned int spu1_15 : 1;} reg_iop_sw_cpu_r_masked_intr0;#define REG_RD_ADDR_iop_sw_cpu_r_masked_intr0 96/* Register rw_intr1_mask, scope iop_sw_cpu, type rw */typedef struct { unsigned int mpu_16 : 1; unsigned int mpu_17 : 1; unsigned int mpu_18 : 1; unsigned int mpu_19 : 1; unsigned int mpu_20 : 1; unsigned int mpu_21 : 1; unsigned int mpu_22 : 1; unsigned int mpu_23 : 1; unsigned int mpu_24 : 1; unsigned int mpu_25 : 1; unsigned int mpu_26 : 1; unsigned int mpu_27 : 1; unsigned int mpu_28 : 1; unsigned int mpu_29 : 1; unsigned int mpu_30 : 1; unsigned int mpu_31 : 1; unsigned int spu0_8 : 1; unsigned int spu0_9 : 1; unsigned int spu0_10 : 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -