Searched defs:scal_detail (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/arch/x86/include/asm/ |
D | rio.h | 19 struct scal_detail { struct 20 u8 node_id; /* Scalability Node ID */ 21 u32 CBAR; /* Address of 1MB register space */ 22 u8 port0node; /* Node ID port connected to: 0xFF=None */ 23 u8 port0port; /* Port num port connected to: 0,1,2, or */ 25 u8 port1node; /* Node ID port connected to: 0xFF = None */ 26 u8 port1port; /* Port num port connected to: 0,1,2, or */ 28 u8 port2node; /* Node ID port connected to: 0xFF = None */ 29 u8 port2port; /* Port num port connected to: 0,1,2, or */ 31 u8 chassis_num; /* 1 based Chassis number (1 = boot node) */
|
/linux-3.3/arch/x86/kernel/apic/ |
D | summit_32.c | 116 struct scal_detail { struct 117 unsigned char node_id; /* Scalability Node ID */ 118 unsigned long CBAR; /* Address of 1MB register space */ 119 unsigned char port0node; /* Node ID port connected to: 0xFF=None */ 120 unsigned char port0port; /* Port num port connected to: 0,1,2, or 0xFF=None */ 121 unsigned char port1node; /* Node ID port connected to: 0xFF = None */ 122 unsigned char port1port; /* Port num port connected to: 0,1,2, or 0xFF=None */ 123 unsigned char port2node; /* Node ID port connected to: 0xFF = None */ 124 unsigned char port2port; /* Port num port connected to: 0,1,2, or 0xFF=None */ 125 unsigned char chassis_num; /* 1 based Chassis number (1 = boot node) */
|
/linux-3.3/drivers/pci/hotplug/ |
D | ibmphp.h | 116 struct scal_detail { struct 126 // struct list_head scal_detail_list; argument
|