blob: 99b360e31087f78f25651450b1f5675d175a0a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
#-- $Id: p8.psi.scom.initfile,v 1.5 2013/06/05 15:31:00 jmcgill Exp $
#-------------------------------------------------------------------------------
#--
#-- (C) Copyright International Business Machines Corp. 2011
#-- All Rights Reserved -- Property of IBM
#-- *** IBM Confidential ***
#--
#-- TITLE : p8.psi.scom.initfile
#-- DESCRIPTION : Perform PSI configuration
#--
#-- OWNER NAME : Joe McGill Email: jmcgill@us.ibm.com
#--
#--------------------------------------------------------------------------------
SyntaxVersion = 1
#--------------------------------------------------------------------------------
#-- Includes
#--------------------------------------------------------------------------------
#--------------------------------------------------------------------------------
#-- SCOM initializations
#--------------------------------------------------------------------------------
# PSI Host Bridge FIR Action0 Register
scom 0x02010906 {
bits, scom_data;
0:63, 0x0000000000000000;
}
# PSI Host Bridge FIR Action1 Register
scom 0x02010907 {
bits, scom_data;
0:63, 0xC629000000000000;
}
# PSI Host Bridge FIR Mask Register
scom 0x02010903 {
bits, scom_data;
0:63, 0x3902FFF800000000;
}
|