Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
4.2.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
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
y
z
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
x
y
z
Enumerations
Enumerator
Files
File List
Globals
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
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
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
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
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
Zephyr API Documentation
Introduction
Deprecated List
Topics
Data Structures
Files
File List
doc
kernel
lib
modules
subsys
zephyr
acpi
app_memory
arch
audio
bluetooth
canbus
console
crypto
data
debug
devicetree
dfu
display
drivers
adc
bluetooth
can
clock_control
comparator
console
dac
dma
edac
eeprom
ethernet
firmware
flash
gnss
gpio
haptics
i2c
i3c
ieee802154
interrupt_controller
led
led_strip
mfd
mic_privacy
mipi_dsi
misc
mm
modem
mspi
pcie
endpoint
cap.h
controller.h
msi.h
pcie.h
ptm.h
vc.h
pinctrl
pm_cpu_ops
power
psi5
pwm
regulator
retained_mem
rtc
sensor
sent
serial
sip_svc
spi
stepper
timer
uart
usb
usb_c
video
virtio
virtualization
adc.h
auxdisplay.h
bbram.h
bluetooth.h
cache.h
can.h
cellular.h
charger.h
clock_control.h
comparator.h
coredump.h
counter.h
dac.h
dai.h
disk.h
display.h
dma.h
edac.h
eeprom.h
emul.h
emul_bbram.h
emul_fuel_gauge.h
emul_sensor.h
emul_stub_device.h
entropy.h
espi.h
espi_emul.h
espi_saf.h
flash.h
fpga.h
fuel_gauge.h
gnss.h
gpio.h
haptics.h
hwinfo.h
hwspinlock.h
i2c.h
i2c_emul.h
i2s.h
i3c.h
ipm.h
led.h
led_strip.h
loopback_disk.h
lora.h
mbox.h
mdio.h
mipi_dbi.h
mipi_dsi.h
mspi.h
mspi_emul.h
peci.h
pinctrl.h
pm_cpu_ops.h
ps2.h
ptp_clock.h
pwm.h
regulator.h
reset.h
retained_mem.h
rtc.h
sdhc.h
sensor.h
sensor_attribute_types.h
sensor_clock.h
sensor_data_types.h
smbus.h
spi.h
spi_emul.h
stepper.h
swdp.h
syscon.h
tee.h
uart.h
uart_emul.h
uart_pipe.h
video-controls.h
video.h
virtio.h
w1.h
watchdog.h
dsp
dt-bindings
fs
gnss
input
internal
ipc
kernel
linker
llext
logging
lorawan
math
mem_mgmt
mgmt
misc
modbus
modem
multi_heap
net
platform
pm
pmci
portability
posix
psa
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
sys
task_wdt
timing
toolchain
tracing
usb
usb_c
xen
zbus
zvfs
bindesc.h
cache.h
device.h
devicetree.h
fatal.h
fatal_types.h
init.h
irq.h
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
kernel.h
kernel_includes.h
kernel_structs.h
kernel_version.h
net_buf.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall.h
toolchain.h
types.h
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
cap.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2021 BayLibre, SAS
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DRIVERS_PCIE_CAP_H_
7
#define ZEPHYR_INCLUDE_DRIVERS_PCIE_CAP_H_
8
16
23
#define PCI_CAP_ID_NULL 0x00U
24
#define PCI_CAP_ID_PM 0x01U
25
#define PCI_CAP_ID_AGP 0x02U
26
#define PCI_CAP_ID_VPD 0x03U
27
#define PCI_CAP_ID_SLOTID 0x04U
28
#define PCI_CAP_ID_MSI 0x05U
29
#define PCI_CAP_ID_CHSWP 0x06U
30
#define PCI_CAP_ID_PCIX 0x07U
31
#define PCI_CAP_ID_HT 0x08U
32
#define PCI_CAP_ID_VNDR 0x09U
33
#define PCI_CAP_ID_DBG 0x0AU
34
#define PCI_CAP_ID_CCRC 0x0BU
35
#define PCI_CAP_ID_SHPC 0x0CU
36
#define PCI_CAP_ID_SSVID 0x0DU
37
#define PCI_CAP_ID_AGP3 0x0EU
38
#define PCI_CAP_ID_SECDEV 0x0FU
39
#define PCI_CAP_ID_EXP 0x10U
40
#define PCI_CAP_ID_MSIX 0x11U
41
#define PCI_CAP_ID_SATA 0x12U
42
#define PCI_CAP_ID_AF 0x13U
43
#define PCI_CAP_ID_EA 0x14U
44
#define PCI_CAP_ID_FPB 0x14U
48
53
54
#define PCIE_EXT_CAP_ID_NULL 0x0000U
55
#define PCIE_EXT_CAP_ID_ERR 0x0001U
56
#define PCIE_EXT_CAP_ID_VC 0x0002U
57
#define PCIE_EXT_CAP_ID_DSN 0x0003U
58
#define PCIE_EXT_CAP_ID_PWR 0x0004U
59
#define PCIE_EXT_CAP_ID_RCLD 0x0005U
60
#define PCIE_EXT_CAP_ID_RCILC 0x0006U
61
#define PCIE_EXT_CAP_ID_RCEC 0x0007U
62
#define PCIE_EXT_CAP_ID_MFVC 0x0008U
63
#define PCIE_EXT_CAP_ID_MFVC_VC 0x0009U
64
#define PCIE_EXT_CAP_ID_RCRB 0x000AU
65
#define PCIE_EXT_CAP_ID_VNDR 0x000BU
66
#define PCIE_EXT_CAP_ID_CAC 0x000CU
67
#define PCIE_EXT_CAP_ID_ACS 0x000DU
68
#define PCIE_EXT_CAP_ID_ARI 0x000EU
69
#define PCIE_EXT_CAP_ID_ATS 0x000FU
70
#define PCIE_EXT_CAP_ID_SRIOV 0x0010U
71
#define PCIE_EXT_CAP_ID_MRIOV 0x0011U
72
#define PCIE_EXT_CAP_ID_MCAST 0x0012U
73
#define PCIE_EXT_CAP_ID_PRI 0x0013U
74
#define PCIE_EXT_CAP_ID_AMD_XXX 0x0014U
75
#define PCIE_EXT_CAP_ID_REBAR 0x0015U
76
#define PCIE_EXT_CAP_ID_DPA 0x0016U
77
#define PCIE_EXT_CAP_ID_TPH 0x0017U
78
#define PCIE_EXT_CAP_ID_LTR 0x0018U
79
#define PCIE_EXT_CAP_ID_SECPCI 0x0019U
80
#define PCIE_EXT_CAP_ID_PMUX 0x001AU
81
#define PCIE_EXT_CAP_ID_PASID 0x001BU
82
#define PCIE_EXT_CAP_ID_DPC 0x001DU
83
#define PCIE_EXT_CAP_ID_L1SS 0x001EU
84
#define PCIE_EXT_CAP_ID_PTM 0x001FU
85
#define PCIE_EXT_CAP_ID_DVSEC 0x0023U
86
#define PCIE_EXT_CAP_ID_DLF 0x0025U
87
#define PCIE_EXT_CAP_ID_PL_16GT 0x0026U
88
#define PCIE_EXT_CAP_ID_LMR 0x0027U
89
#define PCIE_EXT_CAP_ID_HID 0x0028U
90
#define PCIE_EXT_CAP_ID_NPEM 0x0029U
91
#define PCIE_EXT_CAP_ID_PL_32GT 0x002AU
92
#define PCIE_EXT_CAP_ID_AP 0x002BU
93
#define PCIE_EXT_CAP_ID_SFI 0x002CU
97
101
102
#endif
/* ZEPHYR_INCLUDE_DRIVERS_PCIE_CAP_H_ */
zephyr
drivers
pcie
cap.h
Generated on
for Zephyr API Documentation by
1.14.0