![]() |
![]() |
enum | pcieBarPref_e { pcie_BAR_NON_PREF = 0, pcie_BAR_PREF } |
enum | pcieBarType_e { pcie_BAR_TYPE32 = 0, pcie_BAR_RSVD, pcie_BAR_TYPE64 } |
enum | pcieBarMem_e { pcie_BAR_MEM_MEM = 0, pcie_BAR_MEM_IO } |
enum | pcieRet_e { pcie_RET_OK = 0, pcie_RET_INV_HANDLE, pcie_RET_INV_DEVICENUM, pcie_RET_INV_INITCFG, pcie_RET_NO_INIT } |
enum | pcieLtssmState_e |
enum | pcieLocation_e { pcie_LOCATION_LOCAL, pcie_LOCATION_REMOTE } |
enum | pcieObSize_e { pcie_OB_SIZE_1MB = 0, pcie_OB_SIZE_2MB, pcie_OB_SIZE_4MB, pcie_OB_SIZE_8MB } |
enum | pcieState_e { pcie_DISABLE = 0, pcie_ENABLE } |
enum pcieBarMem_e |
enum pcieBarPref_e |
enum pcieBarType_e |
enum pcieLocation_e |
Selects whether to query or modify the local or remote PCIe registers.
Important note: PCIe registers are grouped into Application and Configuration registers.
This definition of Local/Remote is only applicable to PCIe configuration registers.
It is NOT applicable to PCIe application registers. For application registers, the LLD *always* accesses LOCAL PCIe application registers.
enum pcieLtssmState_e |
These are the possible values for the Encoding of LTSSM State in DEBUG0 registers
enum pcieObSize_e |
enum pcieRet_e |
These are the possible return values from all PCIE LLD functions
pcie_RET_OK |
Call succeeded |
pcie_RET_INV_HANDLE |
Invalid handle |
pcie_RET_INV_DEVICENUM |
Pcie_open deviceNum invalid |
pcie_RET_INV_INITCFG |
Invalid Pcie_InitCfg |
pcie_RET_NO_INIT |
Forgot to call Pcie_init() ? |
enum pcieState_e |