Lines Matching full:quad
38 #define XQUAD_PORTIO_QUAD 0x40000 /* 256k per quad. */
39 #define XQUAD_PORT_ADDR(port, quad) (xquad_portio + (XQUAD_PORTIO_QUAD*quad) + port) argument
45 quad space */
55 /* quad's private memory. */
58 unsigned int priv_mem_size; /* Size of this quad's */
62 /* quad's low shared block */
66 /* quad's low shared memory */
69 unsigned int low_shrd_mem_size; /* Size of this quad's low */
73 /* quad's local memory */
77 unsigned int lmmio_copb_size; /* Size of this quad's local */
82 /* quad's local memory */
86 unsigned int lmmio_nopb_size; /* Size of this quad's local */
97 /* quad's high shared memory.*/
99 unsigned int hi_shrd_mem_size; /* Size of this quad's high */
102 unsigned int mps_table_addr; /* Address of this quad's */
110 /* quad's memory mapped Port */
112 unsigned int mm_port_io_size; /* Size of this quad's memory*/
115 /* quad's memory mapped */
117 unsigned int mm_rmt_io_apic_size; /* Size of this quad's memory*/
121 /* quad's memory mapped ISA */
124 unsigned int mm_isa_size; /* Size of this quad's memory*/
137 unsigned int bsp_proc_id; /* Boot Strap Processor in this quad. */
140 unsigned int quads_present31_0; /* 1 bit for each quad */
141 unsigned int quads_present63_32; /* 1 bit for each quad */
154 unsigned int quad_spin_lock; /* Spare location used for quad */
162 * memory configuration area for each quad
164 struct eachquadmem eq[MAX_NUMNODES]; /* indexed by quad id */