OpenBIC
OpenSource Bridge-IC
Toggle main menu visibility
Main Page
Related Pages
Classes
Class List
Class Index
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
w
x
Enumerations
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
plat_isr.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) Meta Platforms, Inc. and affiliates.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef PLAT_ISR_H
18
#define PLAT_ISR_H
19
20
enum
INA233_ALERT_INDEX
{
21
INA233_ALERT_E1S_0
= 0,
22
INA233_ALERT_E1S_1
,
23
INA233_ALERT_E1S_2
,
24
INA233_ALERT_E1S_3
,
25
INA233_ALERT_E1S_4
,
26
INA233_ALERT_E1S_P12V_EDGE
,
27
INA233_ALERT_E1S_P12V_MAIN
,
28
};
29
30
void
control_power_sequence
();
31
void
init_power_on_thread
(uint8_t initial_stage);
32
void
init_power_off_thread
();
33
void
abort_power_thread
();
34
void
ISR_FM_EXP_MAIN_PWR_EN
();
35
void
ISR_CPU_PCIE_PERST
();
36
void
ISR_E1S_0_INA233_ALERT
();
37
void
ISR_E1S_1_INA233_ALERT
();
38
void
ISR_E1S_2_INA233_ALERT
();
39
void
ISR_E1S_3_INA233_ALERT
();
40
void
ISR_E1S_4_INA233_ALERT
();
41
void
ISR_E1S_P12V_EDGE_INA233_ALERT
();
42
void
ISR_E1S_P12V_MAIN_INA233_ALERT
();
43
void
ISR_E1S_0_PRSNT_N
();
44
void
ISR_E1S_1_PRSNT_N
();
45
void
ISR_E1S_2_PRSNT_N
();
46
void
ISR_E1S_3_PRSNT_N
();
47
void
ISR_E1S_4_PRSNT_N
();
48
49
void
OPA_ISR_E1S_0_P12V_POWER_FAULT
();
50
void
OPA_ISR_E1S_1_P12V_POWER_FAULT
();
51
void
OPA_ISR_E1S_2_P12V_POWER_FAULT
();
52
void
OPA_ISR_E1S_0_P3V3_POWER_FAULT
();
53
void
OPA_ISR_E1S_1_P3V3_POWER_FAULT
();
54
void
OPA_ISR_E1S_2_P3V3_POWER_FAULT
();
55
56
void
OPB_ISR_E1S_0_P12V_POWER_FAULT
();
57
void
OPB_ISR_E1S_1_P12V_POWER_FAULT
();
58
void
OPB_ISR_E1S_2_P12V_POWER_FAULT
();
59
void
OPB_ISR_E1S_3_P12V_POWER_FAULT
();
60
void
OPB_ISR_E1S_4_P12V_POWER_FAULT
();
61
void
OPB_ISR_E1S_0_P3V3_POWER_FAULT
();
62
void
OPB_ISR_E1S_1_P3V3_POWER_FAULT
();
63
void
OPB_ISR_E1S_2_P3V3_POWER_FAULT
();
64
void
OPB_ISR_E1S_3_P3V3_POWER_FAULT
();
65
void
OPB_ISR_E1S_4_P3V3_POWER_FAULT
();
66
67
bool
get_cpu_pcie_perst_status
();
68
#endif
OPB_ISR_E1S_2_P12V_POWER_FAULT
void OPB_ISR_E1S_2_P12V_POWER_FAULT()
ISR_E1S_0_PRSNT_N
void ISR_E1S_0_PRSNT_N()
Definition:
plat_isr.c:242
OPB_ISR_E1S_3_P3V3_POWER_FAULT
void OPB_ISR_E1S_3_P3V3_POWER_FAULT()
ISR_E1S_0_INA233_ALERT
void ISR_E1S_0_INA233_ALERT()
Definition:
plat_isr.c:200
OPA_ISR_E1S_0_P12V_POWER_FAULT
void OPA_ISR_E1S_0_P12V_POWER_FAULT()
init_power_off_thread
void init_power_off_thread()
Definition:
plat_isr.c:149
ISR_E1S_2_PRSNT_N
void ISR_E1S_2_PRSNT_N()
Definition:
plat_isr.c:308
INA233_ALERT_INDEX
INA233_ALERT_INDEX
Definition:
plat_isr.h:20
INA233_ALERT_E1S_4
@ INA233_ALERT_E1S_4
Definition:
plat_isr.h:25
INA233_ALERT_E1S_2
@ INA233_ALERT_E1S_2
Definition:
plat_isr.h:23
INA233_ALERT_E1S_1
@ INA233_ALERT_E1S_1
Definition:
plat_isr.h:22
INA233_ALERT_E1S_3
@ INA233_ALERT_E1S_3
Definition:
plat_isr.h:24
INA233_ALERT_E1S_P12V_EDGE
@ INA233_ALERT_E1S_P12V_EDGE
Definition:
plat_isr.h:26
INA233_ALERT_E1S_P12V_MAIN
@ INA233_ALERT_E1S_P12V_MAIN
Definition:
plat_isr.h:27
INA233_ALERT_E1S_0
@ INA233_ALERT_E1S_0
Definition:
plat_isr.h:21
ISR_E1S_1_INA233_ALERT
void ISR_E1S_1_INA233_ALERT()
Definition:
plat_isr.c:206
OPA_ISR_E1S_1_P3V3_POWER_FAULT
void OPA_ISR_E1S_1_P3V3_POWER_FAULT()
ISR_E1S_4_PRSNT_N
void ISR_E1S_4_PRSNT_N()
Definition:
plat_isr.c:360
ISR_FM_EXP_MAIN_PWR_EN
void ISR_FM_EXP_MAIN_PWR_EN()
Definition:
plat_isr.c:169
OPB_ISR_E1S_1_P12V_POWER_FAULT
void OPB_ISR_E1S_1_P12V_POWER_FAULT()
OPB_ISR_E1S_2_P3V3_POWER_FAULT
void OPB_ISR_E1S_2_P3V3_POWER_FAULT()
abort_power_thread
void abort_power_thread()
Definition:
plat_isr.c:162
control_power_sequence
void control_power_sequence()
Definition:
plat_isr.c:117
ISR_E1S_1_PRSNT_N
void ISR_E1S_1_PRSNT_N()
Definition:
plat_isr.c:275
OPB_ISR_E1S_4_P3V3_POWER_FAULT
void OPB_ISR_E1S_4_P3V3_POWER_FAULT()
OPA_ISR_E1S_1_P12V_POWER_FAULT
void OPA_ISR_E1S_1_P12V_POWER_FAULT()
OPB_ISR_E1S_1_P3V3_POWER_FAULT
void OPB_ISR_E1S_1_P3V3_POWER_FAULT()
ISR_E1S_3_INA233_ALERT
void ISR_E1S_3_INA233_ALERT()
Definition:
plat_isr.c:218
ISR_E1S_2_INA233_ALERT
void ISR_E1S_2_INA233_ALERT()
Definition:
plat_isr.c:212
OPA_ISR_E1S_2_P12V_POWER_FAULT
void OPA_ISR_E1S_2_P12V_POWER_FAULT()
ISR_E1S_4_INA233_ALERT
void ISR_E1S_4_INA233_ALERT()
Definition:
plat_isr.c:224
ISR_CPU_PCIE_PERST
void ISR_CPU_PCIE_PERST()
Definition:
plat_isr.c:175
OPB_ISR_E1S_4_P12V_POWER_FAULT
void OPB_ISR_E1S_4_P12V_POWER_FAULT()
ISR_E1S_P12V_MAIN_INA233_ALERT
void ISR_E1S_P12V_MAIN_INA233_ALERT()
Definition:
plat_isr.c:236
OPA_ISR_E1S_0_P3V3_POWER_FAULT
void OPA_ISR_E1S_0_P3V3_POWER_FAULT()
OPB_ISR_E1S_0_P12V_POWER_FAULT
void OPB_ISR_E1S_0_P12V_POWER_FAULT()
ISR_E1S_P12V_EDGE_INA233_ALERT
void ISR_E1S_P12V_EDGE_INA233_ALERT()
Definition:
plat_isr.c:230
get_cpu_pcie_perst_status
bool get_cpu_pcie_perst_status()
Definition:
plat_isr.c:195
OPB_ISR_E1S_0_P3V3_POWER_FAULT
void OPB_ISR_E1S_0_P3V3_POWER_FAULT()
OPA_ISR_E1S_2_P3V3_POWER_FAULT
void OPA_ISR_E1S_2_P3V3_POWER_FAULT()
OPB_ISR_E1S_3_P12V_POWER_FAULT
void OPB_ISR_E1S_3_P12V_POWER_FAULT()
ISR_E1S_3_PRSNT_N
void ISR_E1S_3_PRSNT_N()
Definition:
plat_isr.c:341
init_power_on_thread
void init_power_on_thread(uint8_t initial_stage)
Definition:
plat_isr.c:134
meta-facebook
op2-op
src
platform
plat_isr.h
Generated by
1.9.2