Searched refs:sys_platform (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c164 #define PS0_ADDR ((sys_platform == PLAT_CHALUPA19) ? 0xc0 : 0xb0)
165 #define PS1_ADDR ((sys_platform == PLAT_CHALUPA19) ? 0xc2 : 0xa4)
168 #define PS0_UNITADDR ((sys_platform == PLAT_CHALUPA19) ? "0,c0" : "0,b0")
169 #define PS1_UNITADDR ((sys_platform == PLAT_CHALUPA19) ? "0,c2" : "0,a4")
405 static int sys_platform; variable
413 sys_platform = PLAT_ENTS;
415 sys_platform = PLAT_CHALUPA;
417 sys_platform = PLAT_ENXS;
419 sys_platform = PLAT_ENXS;
421 sys_platform
[all...]

Completed in 43 milliseconds