Lines Matching defs:sys_info

106 struct sys_info {  struct
107 int nrof_procs;
108 int coherency_size; /* size of coherence block */
109 int resv_size; /* size of reservation granule */
110 u_char *arb_ctrl_addr; /* real addr of arbiter control reg */
111 u_char *phys_id_addr; /* real addr of phys id reg */
112 int nrof_bsrr; /* nrof 4 byte bos slot reset regs */
113 u_char *bssr_addr; /* real addr of bssr */
114 int tod_type; /* time of day type */
115 u_char *todr_addr; /* real address of todr regs */
116 u_char *rsr_addr; /* real address of reset status reg */
117 u_char *pksr_addr; /* RA of power/keylock status reg */
118 u_char *prcr_addr; /* RA of power/reset control reg */
119 u_char *sssr_addr; /* RA of system specific regs */
120 u_char *sir_addr; /* RA of system intr regs */
121 u_char *scr_addr; /* RA of standard conf reg */
122 u_char *dscr_addr; /* RA of dev spec. config reg */
123 int nvram_size; /* in bytes */
124 u_char *nvram_addr; /* RA of nvram */
125 u_char *vpd_rom_addr; /* RA of VPD ROM space */
126 int ipl_rom_size; /* in bytes */
127 u_char *ipl_rom_addr; /* RA of IPL ROM space */
128 u_char *g_mfrr_addr; /* RA of global mffr reg if != 0 */
129 u_char *g_tb_addr; /* RA of global timebase if != 0 */
130 int g_tb_type; /* global timebase type */
131 int g_tb_mult; /* global timebase multiplier */
132 int sp_errorlog_off;/* offset from BA of NVRAM to
134 u_char *pcccr_addr; /* RA of connectivity config reg */
135 u_char *spocr_addr; /* RA of software power off ctrl reg */
136 u_char *pfeivr_addr; /* RA of EPOW ext intr reg */
138 int access_id_waddr;/* type of access to loc_waddr */
139 u_char *loc_waddr; /* RA of APM space write */
140 int access_id_raddr;/* type of access to loc_raddr */
141 u_char *loc_raddr; /* RA of APM space read */
142 int architecture; /* Architecutre of this box:
145 int implementation;
151 char pkg_desc[16]; /* NULL term ASCII string: */