coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pci_devs.h File Reference
#include <device/pci_def.h>
#include <device/device.h>
Include dependency graph for pci_devs.h:

Go to the source code of this file.

Macros

#define _SA_DEVFN(slot)   PCI_DEVFN(SA_DEV_SLOT_ ## slot, 0)
 
#define _PCH_DEVFN(slot, func)   PCI_DEVFN(PCH_DEV_SLOT_ ## slot, func)
 
#define _SA_DEV(slot)   pcidev_path_on_root(_SA_DEVFN(slot))
 
#define _PCH_DEV(slot, func)   pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__)
 
#define SA_DEV_SLOT_ROOT   0x00
 
#define SA_DEVFN_ROOT   PCI_DEVFN(SA_DEV_SLOT_ROOT, 0)
 
#define SA_DEV_SLOT_PEG   0x01
 
#define SA_DEVFN_PEG1   PCI_DEVFN(SA_DEV_SLOT_PEG, 0)
 
#define SA_DEVFN_PEG2   PCI_DEVFN(SA_DEV_SLOT_PEG, 1)
 
#define SA_DEVFN_PEG3   PCI_DEVFN(SA_DEV_SLOT_PEG, 2)
 
#define SA_DEV_SLOT_IGD   0x02
 
#define SA_DEVFN_IGD   PCI_DEVFN(SA_DEV_SLOT_IGD, 0)
 
#define SA_DEV_IGD   PCI_DEV(0, SA_DEV_SLOT_IGD, 0)
 
#define SA_DEV_SLOT_DPTF   0x04
 
#define SA_DEVFN_DPTF   PCI_DEVFN(SA_DEV_SLOT_DPTF, 0)
 
#define SA_DEV_DPTF   PCI_DEV(0, SA_DEV_SLOT_DPTF, 0)
 
#define SA_DEV_SLOT_IPU   0x05
 
#define SA_DEVFN_IPU   PCI_DEVFN(SA_DEV_SLOT_IPU, 0)
 
#define SA_DEV_IPU   PCI_DEV(0, SA_DEV_SLOT_IPU, 0)
 
#define SA_DEV_SLOT_CPU_PCIE   0x06
 
#define SA_DEVFN_CPU_PCIE   PCI_DEVFN(SA_DEV_SLOT_CPU_PCIE, 0)
 
#define SA_DEV_SLOT_TBT   0x07
 
#define SA_DEVFN_TBT(x)   PCI_DEVFN(SA_DEV_SLOT_TBT, (x))
 
#define NUM_TBT_FUNCTIONS   4
 
#define SA_DEVFN_TBT0   PCI_DEVFN(SA_DEV_SLOT_TBT, 0)
 
#define SA_DEVFN_TBT1   PCI_DEVFN(SA_DEV_SLOT_TBT, 1)
 
#define SA_DEVFN_TBT2   PCI_DEVFN(SA_DEV_SLOT_TBT, 2)
 
#define SA_DEVFN_TBT3   PCI_DEVFN(SA_DEV_SLOT_TBT, 3)
 
#define SA_DEV_TBT0   PCI_DEV(0, SA_DEV_SLOT_TBT, 0)
 
#define SA_DEV_TBT1   PCI_DEV(0, SA_DEV_SLOT_TBT, 1)
 
#define SA_DEV_TBT2   PCI_DEV(0, SA_DEV_SLOT_TBT, 2)
 
#define SA_DEV_TBT3   PCI_DEV(0, SA_DEV_SLOT_TBT, 3)
 
#define SA_DEV_SLOT_TMT   0x0A
 
#define SA_DEVFN_TMT   _SA_DEVFN(TMT)
 
#define SA_DEV_TMT   _SA_DEV(TMT)
 
#define SA_DEV_SLOT_TCSS   0x0d
 
#define NUM_TCSS_DMA_FUNCTIONS   2
 
#define SA_DEVFN_TCSS_DMA(x)   PCI_DEVFN(SA_DEV_SLOT_TCSS, ((x) + 2))
 
#define SA_DEVFN_TCSS_XHCI   PCI_DEVFN(SA_DEV_SLOT_TCSS, 0)
 
#define SA_DEVFN_TCSS_XDCI   PCI_DEVFN(SA_DEV_SLOT_TCSS, 1)
 
#define SA_DEVFN_TCSS_DMA0   SA_DEVFN_TCSS_DMA(0)
 
#define SA_DEVFN_TCSS_DMA1   SA_DEVFN_TCSS_DMA(1)
 
#define SA_DEV_TCSS_XHCI   PCI_DEV(0, SA_DEV_SLOT_TCSS, 0)
 
#define SA_DEV_TCSS_XDCI   PCI_DEV(0, SA_DEV_SLOT_TCSS, 1)
 
#define SA_DEV_TCSS_DMA0   PCI_DEV(0, SA_DEV_SLOT_TCSS, 2)
 
#define SA_DEV_TCSS_DMA1   PCI_DEV(0, SA_DEV_SLOT_TCSS, 3)
 
#define SA_DEV_SLOT_VMD   0x0e
 
#define SA_DEVFN_VMD   PCI_DEVFN(SA_DEV_SLOT_VMD, 0)
 
#define SA_DEV_VMD   PCI_DEV(0, SA_DEV_SLOT_VMD, 0)
 
#define MIN_PCH_SLOT   PCH_DEV_SLOT_SIO0
 
#define PCH_DEV_SLOT_SIO0   0x10
 
#define PCH_DEVFN_THC0   _PCH_DEVFN(SIO0, 6)
 
#define PCH_DEVFN_THC1   _PCH_DEVFN(SIO0, 7)
 
#define PCH_DEV_THC0   _PCH_DEV(SIO0, 6)
 
#define PCH_DEV_THC1   _PCH_DEV(SIO0, 7)
 
#define PCH_DEV_SLOT_SIO1   0x11
 
#define PCH_DEVFN_UART3   _PCH_DEVFN(SIO1, 0)
 
#define PCH_DEV_UART3   _PCH_DEV(SIO1, 0)
 
#define PCH_DEV_SLOT_ISH   0x12
 
#define PCH_DEVFN_ISH   _PCH_DEVFN(ISH, 0)
 
#define PCH_DEVFN_GSPI2   _PCH_DEVFN(ISH, 6)
 
#define PCH_DEV_ISH   _PCH_DEV(ISH, 0)
 
#define PCH_DEV_GSPI2   _PCH_DEV(ISH, 6)
 
#define PCH_DEV_SLOT_SIO2   0x13
 
#define PCH_DEVFN_GSPI3   _PCH_DEVFN(SIO2, 0)
 
#define PCH_DEV_GSPI3   _PCH_DEV(SIO2, 0)
 
#define PCH_DEV_SLOT_XHCI   0x14
 
#define PCH_DEVFN_XHCI   _PCH_DEVFN(XHCI, 0)
 
#define PCH_DEVFN_USBOTG   _PCH_DEVFN(XHCI, 1)
 
#define PCH_DEVFN_SRAM   _PCH_DEVFN(XHCI, 2)
 
#define PCH_DEVFN_CNVI_WIFI   _PCH_DEVFN(XHCI, 3)
 
#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)
 
#define PCH_DEV_USBOTG   _PCH_DEV(XHCI, 1)
 
#define PCH_DEV_SRAM   _PCH_DEV(XHCI, 2)
 
#define PCH_DEV_CNVI_WIFI   _PCH_DEV(XHCI, 3)
 
#define PCH_DEV_SLOT_SIO3   0x15
 
#define PCH_DEVFN_I2C0   _PCH_DEVFN(SIO3, 0)
 
#define PCH_DEVFN_I2C1   _PCH_DEVFN(SIO3, 1)
 
#define PCH_DEVFN_I2C2   _PCH_DEVFN(SIO3, 2)
 
#define PCH_DEVFN_I2C3   _PCH_DEVFN(SIO3, 3)
 
#define PCH_DEV_I2C0   _PCH_DEV(SIO3, 0)
 
#define PCH_DEV_I2C1   _PCH_DEV(SIO3, 1)
 
#define PCH_DEV_I2C2   _PCH_DEV(SIO3, 2)
 
#define PCH_DEV_I2C3   _PCH_DEV(SIO3, 3)
 
#define PCH_DEV_SLOT_CSE   0x16
 
#define PCH_DEVFN_CSE   _PCH_DEVFN(CSE, 0)
 
#define PCH_DEVFN_CSE_2   _PCH_DEVFN(CSE, 1)
 
#define PCH_DEVFN_CSE_IDER   _PCH_DEVFN(CSE, 2)
 
#define PCH_DEVFN_CSE_KT   _PCH_DEVFN(CSE, 3)
 
#define PCH_DEVFN_CSE_3   _PCH_DEVFN(CSE, 4)
 
#define PCH_DEVFN_CSE_4   _PCH_DEVFN(CSE, 5)
 
#define PCH_DEV_CSE   _PCH_DEV(CSE, 0)
 
#define PCH_DEV_CSE_2   _PCH_DEV(CSE, 1)
 
#define PCH_DEV_CSE_IDER   _PCH_DEV(CSE, 2)
 
#define PCH_DEV_CSE_KT   _PCH_DEV(CSE, 3)
 
#define PCH_DEV_CSE_3   _PCH_DEV(CSE, 4)
 
#define PCH_DEV_CSE_4   _PCH_DEV(CSE, 5)
 
#define PCH_DEV_SLOT_SATA   0x17
 
#define PCH_DEVFN_SATA   _PCH_DEVFN(SATA, 0)
 
#define PCH_DEV_SATA   _PCH_DEV(SATA, 0)
 
#define PCH_DEV_SLOT_SIO4   0x19
 
#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO4, 0)
 
#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO4, 1)
 
#define PCH_DEVFN_UART2   _PCH_DEVFN(SIO4, 2)
 
#define PCH_DEV_I2C4   _PCH_DEV(SIO4, 0)
 
#define PCH_DEV_I2C5   _PCH_DEV(SIO4, 1)
 
#define PCH_DEV_UART2   _PCH_DEV(SIO4, 2)
 
#define PCH_DEV_SLOT_PCIE   0x1c
 
#define PCH_DEVFN_PCIE1   _PCH_DEVFN(PCIE, 0)
 
#define PCH_DEVFN_PCIE2   _PCH_DEVFN(PCIE, 1)
 
#define PCH_DEVFN_PCIE3   _PCH_DEVFN(PCIE, 2)
 
#define PCH_DEVFN_PCIE4   _PCH_DEVFN(PCIE, 3)
 
#define PCH_DEVFN_PCIE5   _PCH_DEVFN(PCIE, 4)
 
#define PCH_DEVFN_PCIE6   _PCH_DEVFN(PCIE, 5)
 
#define PCH_DEVFN_PCIE7   _PCH_DEVFN(PCIE, 6)
 
#define PCH_DEVFN_PCIE8   _PCH_DEVFN(PCIE, 7)
 
#define PCH_DEV_PCIE1   _PCH_DEV(PCIE, 0)
 
#define PCH_DEV_PCIE2   _PCH_DEV(PCIE, 1)
 
#define PCH_DEV_PCIE3   _PCH_DEV(PCIE, 2)
 
#define PCH_DEV_PCIE4   _PCH_DEV(PCIE, 3)
 
#define PCH_DEV_PCIE5   _PCH_DEV(PCIE, 4)
 
#define PCH_DEV_PCIE6   _PCH_DEV(PCIE, 5)
 
#define PCH_DEV_PCIE7   _PCH_DEV(PCIE, 6)
 
#define PCH_DEV_PCIE8   _PCH_DEV(PCIE, 7)
 
#define PCH_DEV_SLOT_PCIE_1   0x1d
 
#define PCH_DEVFN_PCIE9   _PCH_DEVFN(PCIE_1, 0)
 
#define PCH_DEVFN_PCIE10   _PCH_DEVFN(PCIE_1, 1)
 
#define PCH_DEVFN_PCIE11   _PCH_DEVFN(PCIE_1, 2)
 
#define PCH_DEVFN_PCIE12   _PCH_DEVFN(PCIE_1, 3)
 
#define PCH_DEVFN_PCIE13   _PCH_DEVFN(PCIE_1, 4)
 
#define PCH_DEVFN_PCIE14   _PCH_DEVFN(PCIE_1, 5)
 
#define PCH_DEVFN_PCIE15   _PCH_DEVFN(PCIE_1, 6)
 
#define PCH_DEVFN_PCIE16   _PCH_DEVFN(PCIE_1, 7)
 
#define PCH_DEV_PCIE9   _PCH_DEV(PCIE_1, 0)
 
#define PCH_DEV_PCIE10   _PCH_DEV(PCIE_1, 1)
 
#define PCH_DEV_PCIE11   _PCH_DEV(PCIE_1, 2)
 
#define PCH_DEV_PCIE12   _PCH_DEV(PCIE_1, 3)
 
#define PCH_DEV_PCIE13   _PCH_DEV(PCIE_1, 4)
 
#define PCH_DEV_PCIE14   _PCH_DEV(PCIE_1, 5)
 
#define PCH_DEV_PCIE15   _PCH_DEV(PCIE_1, 6)
 
#define PCH_DEV_PCIE16   _PCH_DEV(PCIE_1, 7)
 
#define PCH_DEV_SLOT_PCIE_2   0x1b
 
#define PCH_DEVFN_PCIE17   _PCH_DEVFN(PCIE_2, 0)
 
#define PCH_DEVFN_PCIE18   _PCH_DEVFN(PCIE_2, 1)
 
#define PCH_DEVFN_PCIE19   _PCH_DEVFN(PCIE_2, 2)
 
#define PCH_DEVFN_PCIE20   _PCH_DEVFN(PCIE_2, 3)
 
#define PCH_DEVFN_PCIE21   _PCH_DEVFN(PCIE_2, 4)
 
#define PCH_DEVFN_PCIE22   _PCH_DEVFN(PCIE_2, 5)
 
#define PCH_DEVFN_PCIE23   _PCH_DEVFN(PCIE_2, 6)
 
#define PCH_DEVFN_PCIE24   _PCH_DEVFN(PCIE_2, 7)
 
#define PCH_DEV_PCIE17   _PCH_DEV(PCIE_2, 0)
 
#define PCH_DEV_PCIE18   _PCH_DEV(PCIE_2, 1)
 
#define PCH_DEV_PCIE19   _PCH_DEV(PCIE_2, 2)
 
#define PCH_DEV_PCIE20   _PCH_DEV(PCIE_2, 3)
 
#define PCH_DEV_PCIE21   _PCH_DEV(PCIE_2, 4)
 
#define PCH_DEV_PCIE22   _PCH_DEV(PCIE_2, 5)
 
#define PCH_DEV_PCIE23   _PCH_DEV(PCIE_2, 6)
 
#define PCH_DEV_PCIE24   _PCH_DEV(PCIE_2, 7)
 
#define PCH_DEV_SLOT_SIO5   0x1e
 
#define PCH_DEVFN_UART0   _PCH_DEVFN(SIO5, 0)
 
#define PCH_DEVFN_UART1   _PCH_DEVFN(SIO5, 1)
 
#define PCH_DEVFN_GSPI0   _PCH_DEVFN(SIO5, 2)
 
#define PCH_DEVFN_GSPI1   _PCH_DEVFN(SIO5, 3)
 
#define PCH_DEV_UART0   _PCH_DEV(SIO5, 0)
 
#define PCH_DEV_UART1   _PCH_DEV(SIO5, 1)
 
#define PCH_DEV_GSPI0   _PCH_DEV(SIO5, 2)
 
#define PCH_DEV_GSPI1   _PCH_DEV(SIO5, 3)
 
#define PCH_DEV_SLOT_ESPI   0x1f
 
#define PCH_DEV_SLOT_LPC   PCH_DEV_SLOT_ESPI
 
#define PCH_DEVFN_ESPI   _PCH_DEVFN(ESPI, 0)
 
#define PCH_DEVFN_P2SB   _PCH_DEVFN(ESPI, 1)
 
#define PCH_DEVFN_PMC   _PCH_DEVFN(ESPI, 2)
 
#define PCH_DEVFN_HDA   _PCH_DEVFN(ESPI, 3)
 
#define PCH_DEVFN_SMBUS   _PCH_DEVFN(ESPI, 4)
 
#define PCH_DEVFN_SPI   _PCH_DEVFN(ESPI, 5)
 
#define PCH_DEVFN_GBE   _PCH_DEVFN(ESPI, 6)
 
#define PCH_DEVFN_TRACEHUB   _PCH_DEVFN(ESPI, 7)
 
#define PCH_DEV_ESPI   _PCH_DEV(ESPI, 0)
 
#define PCH_DEV_LPC   PCH_DEV_ESPI
 
#define PCH_DEV_P2SB   _PCH_DEV(ESPI, 1)
 
#define PCH_DEV_PMC   _PCH_DEV(ESPI, 2)
 
#define PCH_DEV_HDA   _PCH_DEV(ESPI, 3)
 
#define PCH_DEV_SMBUS   _PCH_DEV(ESPI, 4)
 
#define PCH_DEV_SPI   _PCH_DEV(ESPI, 5)
 
#define PCH_DEV_GBE   _PCH_DEV(ESPI, 6)
 
#define PCH_DEV_TRACEHUB   _PCH_DEV(ESPI, 7)
 

Macro Definition Documentation

◆ _PCH_DEV

#define _PCH_DEV (   slot,
  func 
)    pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__)

Definition at line 14 of file pci_devs.h.

◆ _PCH_DEVFN

#define _PCH_DEVFN (   slot,
  func 
)    PCI_DEVFN(PCH_DEV_SLOT_ ## slot, func)

Definition at line 9 of file pci_devs.h.

◆ _SA_DEV

#define _SA_DEV (   slot)    pcidev_path_on_root(_SA_DEVFN(slot))

Definition at line 13 of file pci_devs.h.

◆ _SA_DEVFN

#define _SA_DEVFN (   slot)    PCI_DEVFN(SA_DEV_SLOT_ ## slot, 0)

Definition at line 8 of file pci_devs.h.

◆ MIN_PCH_SLOT

#define MIN_PCH_SLOT   PCH_DEV_SLOT_SIO0

Definition at line 81 of file pci_devs.h.

◆ NUM_TBT_FUNCTIONS

#define NUM_TBT_FUNCTIONS   4

Definition at line 50 of file pci_devs.h.

◆ NUM_TCSS_DMA_FUNCTIONS

#define NUM_TCSS_DMA_FUNCTIONS   2

Definition at line 65 of file pci_devs.h.

◆ PCH_DEV_CNVI_WIFI

#define PCH_DEV_CNVI_WIFI   _PCH_DEV(XHCI, 3)

Definition at line 110 of file pci_devs.h.

◆ PCH_DEV_CSE

#define PCH_DEV_CSE   _PCH_DEV(CSE, 0)

Definition at line 129 of file pci_devs.h.

◆ PCH_DEV_CSE_2

#define PCH_DEV_CSE_2   _PCH_DEV(CSE, 1)

Definition at line 130 of file pci_devs.h.

◆ PCH_DEV_CSE_3

#define PCH_DEV_CSE_3   _PCH_DEV(CSE, 4)

Definition at line 133 of file pci_devs.h.

◆ PCH_DEV_CSE_4

#define PCH_DEV_CSE_4   _PCH_DEV(CSE, 5)

Definition at line 134 of file pci_devs.h.

◆ PCH_DEV_CSE_IDER

#define PCH_DEV_CSE_IDER   _PCH_DEV(CSE, 2)

Definition at line 131 of file pci_devs.h.

◆ PCH_DEV_CSE_KT

#define PCH_DEV_CSE_KT   _PCH_DEV(CSE, 3)

Definition at line 132 of file pci_devs.h.

◆ PCH_DEV_ESPI

#define PCH_DEV_ESPI   _PCH_DEV(ESPI, 0)

Definition at line 222 of file pci_devs.h.

◆ PCH_DEV_GBE

#define PCH_DEV_GBE   _PCH_DEV(ESPI, 6)

Definition at line 241 of file pci_devs.h.

◆ PCH_DEV_GSPI0

#define PCH_DEV_GSPI0   _PCH_DEV(SIO5, 2)

Definition at line 209 of file pci_devs.h.

◆ PCH_DEV_GSPI1

#define PCH_DEV_GSPI1   _PCH_DEV(SIO5, 3)

Definition at line 210 of file pci_devs.h.

◆ PCH_DEV_GSPI2

#define PCH_DEV_GSPI2   _PCH_DEV(ISH, 6)

Definition at line 96 of file pci_devs.h.

◆ PCH_DEV_GSPI3

#define PCH_DEV_GSPI3   _PCH_DEV(SIO2, 0)

Definition at line 100 of file pci_devs.h.

◆ PCH_DEV_HDA

#define PCH_DEV_HDA   _PCH_DEV(ESPI, 3)

Definition at line 238 of file pci_devs.h.

◆ PCH_DEV_I2C0

#define PCH_DEV_I2C0   _PCH_DEV(SIO3, 0)

Definition at line 117 of file pci_devs.h.

◆ PCH_DEV_I2C1

#define PCH_DEV_I2C1   _PCH_DEV(SIO3, 1)

Definition at line 118 of file pci_devs.h.

◆ PCH_DEV_I2C2

#define PCH_DEV_I2C2   _PCH_DEV(SIO3, 2)

Definition at line 119 of file pci_devs.h.

◆ PCH_DEV_I2C3

#define PCH_DEV_I2C3   _PCH_DEV(SIO3, 3)

Definition at line 120 of file pci_devs.h.

◆ PCH_DEV_I2C4

#define PCH_DEV_I2C4   _PCH_DEV(SIO4, 0)

Definition at line 144 of file pci_devs.h.

◆ PCH_DEV_I2C5

#define PCH_DEV_I2C5   _PCH_DEV(SIO4, 1)

Definition at line 145 of file pci_devs.h.

◆ PCH_DEV_ISH

#define PCH_DEV_ISH   _PCH_DEV(ISH, 0)

Definition at line 95 of file pci_devs.h.

◆ PCH_DEV_LPC

#define PCH_DEV_LPC   PCH_DEV_ESPI

Definition at line 223 of file pci_devs.h.

◆ PCH_DEV_P2SB

#define PCH_DEV_P2SB   _PCH_DEV(ESPI, 1)

Definition at line 224 of file pci_devs.h.

◆ PCH_DEV_PCIE1

#define PCH_DEV_PCIE1   _PCH_DEV(PCIE, 0)

Definition at line 157 of file pci_devs.h.

◆ PCH_DEV_PCIE10

#define PCH_DEV_PCIE10   _PCH_DEV(PCIE_1, 1)

Definition at line 176 of file pci_devs.h.

◆ PCH_DEV_PCIE11

#define PCH_DEV_PCIE11   _PCH_DEV(PCIE_1, 2)

Definition at line 177 of file pci_devs.h.

◆ PCH_DEV_PCIE12

#define PCH_DEV_PCIE12   _PCH_DEV(PCIE_1, 3)

Definition at line 178 of file pci_devs.h.

◆ PCH_DEV_PCIE13

#define PCH_DEV_PCIE13   _PCH_DEV(PCIE_1, 4)

Definition at line 179 of file pci_devs.h.

◆ PCH_DEV_PCIE14

#define PCH_DEV_PCIE14   _PCH_DEV(PCIE_1, 5)

Definition at line 180 of file pci_devs.h.

◆ PCH_DEV_PCIE15

#define PCH_DEV_PCIE15   _PCH_DEV(PCIE_1, 6)

Definition at line 181 of file pci_devs.h.

◆ PCH_DEV_PCIE16

#define PCH_DEV_PCIE16   _PCH_DEV(PCIE_1, 7)

Definition at line 182 of file pci_devs.h.

◆ PCH_DEV_PCIE17

#define PCH_DEV_PCIE17   _PCH_DEV(PCIE_2, 0)

Definition at line 193 of file pci_devs.h.

◆ PCH_DEV_PCIE18

#define PCH_DEV_PCIE18   _PCH_DEV(PCIE_2, 1)

Definition at line 194 of file pci_devs.h.

◆ PCH_DEV_PCIE19

#define PCH_DEV_PCIE19   _PCH_DEV(PCIE_2, 2)

Definition at line 195 of file pci_devs.h.

◆ PCH_DEV_PCIE2

#define PCH_DEV_PCIE2   _PCH_DEV(PCIE, 1)

Definition at line 158 of file pci_devs.h.

◆ PCH_DEV_PCIE20

#define PCH_DEV_PCIE20   _PCH_DEV(PCIE_2, 3)

Definition at line 196 of file pci_devs.h.

◆ PCH_DEV_PCIE21

#define PCH_DEV_PCIE21   _PCH_DEV(PCIE_2, 4)

Definition at line 197 of file pci_devs.h.

◆ PCH_DEV_PCIE22

#define PCH_DEV_PCIE22   _PCH_DEV(PCIE_2, 5)

Definition at line 198 of file pci_devs.h.

◆ PCH_DEV_PCIE23

#define PCH_DEV_PCIE23   _PCH_DEV(PCIE_2, 6)

Definition at line 199 of file pci_devs.h.

◆ PCH_DEV_PCIE24

#define PCH_DEV_PCIE24   _PCH_DEV(PCIE_2, 7)

Definition at line 200 of file pci_devs.h.

◆ PCH_DEV_PCIE3

#define PCH_DEV_PCIE3   _PCH_DEV(PCIE, 2)

Definition at line 159 of file pci_devs.h.

◆ PCH_DEV_PCIE4

#define PCH_DEV_PCIE4   _PCH_DEV(PCIE, 3)

Definition at line 160 of file pci_devs.h.

◆ PCH_DEV_PCIE5

#define PCH_DEV_PCIE5   _PCH_DEV(PCIE, 4)

Definition at line 161 of file pci_devs.h.

◆ PCH_DEV_PCIE6

#define PCH_DEV_PCIE6   _PCH_DEV(PCIE, 5)

Definition at line 162 of file pci_devs.h.

◆ PCH_DEV_PCIE7

#define PCH_DEV_PCIE7   _PCH_DEV(PCIE, 6)

Definition at line 163 of file pci_devs.h.

◆ PCH_DEV_PCIE8

#define PCH_DEV_PCIE8   _PCH_DEV(PCIE, 7)

Definition at line 164 of file pci_devs.h.

◆ PCH_DEV_PCIE9

#define PCH_DEV_PCIE9   _PCH_DEV(PCIE_1, 0)

Definition at line 175 of file pci_devs.h.

◆ PCH_DEV_PMC

#define PCH_DEV_PMC   _PCH_DEV(ESPI, 2)

Definition at line 235 of file pci_devs.h.

◆ PCH_DEV_SATA

#define PCH_DEV_SATA   _PCH_DEV(SATA, 0)

Definition at line 138 of file pci_devs.h.

◆ PCH_DEV_SLOT_CSE

#define PCH_DEV_SLOT_CSE   0x16

Definition at line 122 of file pci_devs.h.

◆ PCH_DEV_SLOT_ESPI

#define PCH_DEV_SLOT_ESPI   0x1f

Definition at line 212 of file pci_devs.h.

◆ PCH_DEV_SLOT_ISH

#define PCH_DEV_SLOT_ISH   0x12

Definition at line 92 of file pci_devs.h.

◆ PCH_DEV_SLOT_LPC

#define PCH_DEV_SLOT_LPC   PCH_DEV_SLOT_ESPI

Definition at line 213 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE

#define PCH_DEV_SLOT_PCIE   0x1c

Definition at line 148 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE_1

#define PCH_DEV_SLOT_PCIE_1   0x1d

Definition at line 166 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE_2

#define PCH_DEV_SLOT_PCIE_2   0x1b

Definition at line 184 of file pci_devs.h.

◆ PCH_DEV_SLOT_SATA

#define PCH_DEV_SLOT_SATA   0x17

Definition at line 136 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO0

#define PCH_DEV_SLOT_SIO0   0x10

Definition at line 82 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO1

#define PCH_DEV_SLOT_SIO1   0x11

Definition at line 88 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO2

#define PCH_DEV_SLOT_SIO2   0x13

Definition at line 98 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO3

#define PCH_DEV_SLOT_SIO3   0x15

Definition at line 112 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO4

#define PCH_DEV_SLOT_SIO4   0x19

Definition at line 140 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO5

#define PCH_DEV_SLOT_SIO5   0x1e

Definition at line 202 of file pci_devs.h.

◆ PCH_DEV_SLOT_XHCI

#define PCH_DEV_SLOT_XHCI   0x14

Definition at line 102 of file pci_devs.h.

◆ PCH_DEV_SMBUS

#define PCH_DEV_SMBUS   _PCH_DEV(ESPI, 4)

Definition at line 239 of file pci_devs.h.

◆ PCH_DEV_SPI

#define PCH_DEV_SPI   _PCH_DEV(ESPI, 5)

Definition at line 240 of file pci_devs.h.

◆ PCH_DEV_SRAM

#define PCH_DEV_SRAM   _PCH_DEV(XHCI, 2)

Definition at line 109 of file pci_devs.h.

◆ PCH_DEV_THC0

#define PCH_DEV_THC0   _PCH_DEV(SIO0, 6)

Definition at line 85 of file pci_devs.h.

◆ PCH_DEV_THC1

#define PCH_DEV_THC1   _PCH_DEV(SIO0, 7)

Definition at line 86 of file pci_devs.h.

◆ PCH_DEV_TRACEHUB

#define PCH_DEV_TRACEHUB   _PCH_DEV(ESPI, 7)

Definition at line 242 of file pci_devs.h.

◆ PCH_DEV_UART0

#define PCH_DEV_UART0   _PCH_DEV(SIO5, 0)

Definition at line 207 of file pci_devs.h.

◆ PCH_DEV_UART1

#define PCH_DEV_UART1   _PCH_DEV(SIO5, 1)

Definition at line 208 of file pci_devs.h.

◆ PCH_DEV_UART2

#define PCH_DEV_UART2   _PCH_DEV(SIO4, 2)

Definition at line 146 of file pci_devs.h.

◆ PCH_DEV_UART3

#define PCH_DEV_UART3   _PCH_DEV(SIO1, 0)

Definition at line 90 of file pci_devs.h.

◆ PCH_DEV_USBOTG

#define PCH_DEV_USBOTG   _PCH_DEV(XHCI, 1)

Definition at line 108 of file pci_devs.h.

◆ PCH_DEV_XHCI

#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)

Definition at line 107 of file pci_devs.h.

◆ PCH_DEVFN_CNVI_WIFI

#define PCH_DEVFN_CNVI_WIFI   _PCH_DEVFN(XHCI, 3)

Definition at line 106 of file pci_devs.h.

◆ PCH_DEVFN_CSE

#define PCH_DEVFN_CSE   _PCH_DEVFN(CSE, 0)

Definition at line 123 of file pci_devs.h.

◆ PCH_DEVFN_CSE_2

#define PCH_DEVFN_CSE_2   _PCH_DEVFN(CSE, 1)

Definition at line 124 of file pci_devs.h.

◆ PCH_DEVFN_CSE_3

#define PCH_DEVFN_CSE_3   _PCH_DEVFN(CSE, 4)

Definition at line 127 of file pci_devs.h.

◆ PCH_DEVFN_CSE_4

#define PCH_DEVFN_CSE_4   _PCH_DEVFN(CSE, 5)

Definition at line 128 of file pci_devs.h.

◆ PCH_DEVFN_CSE_IDER

#define PCH_DEVFN_CSE_IDER   _PCH_DEVFN(CSE, 2)

Definition at line 125 of file pci_devs.h.

◆ PCH_DEVFN_CSE_KT

#define PCH_DEVFN_CSE_KT   _PCH_DEVFN(CSE, 3)

Definition at line 126 of file pci_devs.h.

◆ PCH_DEVFN_ESPI

#define PCH_DEVFN_ESPI   _PCH_DEVFN(ESPI, 0)

Definition at line 214 of file pci_devs.h.

◆ PCH_DEVFN_GBE

#define PCH_DEVFN_GBE   _PCH_DEVFN(ESPI, 6)

Definition at line 220 of file pci_devs.h.

◆ PCH_DEVFN_GSPI0

#define PCH_DEVFN_GSPI0   _PCH_DEVFN(SIO5, 2)

Definition at line 205 of file pci_devs.h.

◆ PCH_DEVFN_GSPI1

#define PCH_DEVFN_GSPI1   _PCH_DEVFN(SIO5, 3)

Definition at line 206 of file pci_devs.h.

◆ PCH_DEVFN_GSPI2

#define PCH_DEVFN_GSPI2   _PCH_DEVFN(ISH, 6)

Definition at line 94 of file pci_devs.h.

◆ PCH_DEVFN_GSPI3

#define PCH_DEVFN_GSPI3   _PCH_DEVFN(SIO2, 0)

Definition at line 99 of file pci_devs.h.

◆ PCH_DEVFN_HDA

#define PCH_DEVFN_HDA   _PCH_DEVFN(ESPI, 3)

Definition at line 217 of file pci_devs.h.

◆ PCH_DEVFN_I2C0

#define PCH_DEVFN_I2C0   _PCH_DEVFN(SIO3, 0)

Definition at line 113 of file pci_devs.h.

◆ PCH_DEVFN_I2C1

#define PCH_DEVFN_I2C1   _PCH_DEVFN(SIO3, 1)

Definition at line 114 of file pci_devs.h.

◆ PCH_DEVFN_I2C2

#define PCH_DEVFN_I2C2   _PCH_DEVFN(SIO3, 2)

Definition at line 115 of file pci_devs.h.

◆ PCH_DEVFN_I2C3

#define PCH_DEVFN_I2C3   _PCH_DEVFN(SIO3, 3)

Definition at line 116 of file pci_devs.h.

◆ PCH_DEVFN_I2C4

#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO4, 0)

Definition at line 141 of file pci_devs.h.

◆ PCH_DEVFN_I2C5

#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO4, 1)

Definition at line 142 of file pci_devs.h.

◆ PCH_DEVFN_ISH

#define PCH_DEVFN_ISH   _PCH_DEVFN(ISH, 0)

Definition at line 93 of file pci_devs.h.

◆ PCH_DEVFN_P2SB

#define PCH_DEVFN_P2SB   _PCH_DEVFN(ESPI, 1)

Definition at line 215 of file pci_devs.h.

◆ PCH_DEVFN_PCIE1

#define PCH_DEVFN_PCIE1   _PCH_DEVFN(PCIE, 0)

Definition at line 149 of file pci_devs.h.

◆ PCH_DEVFN_PCIE10

#define PCH_DEVFN_PCIE10   _PCH_DEVFN(PCIE_1, 1)

Definition at line 168 of file pci_devs.h.

◆ PCH_DEVFN_PCIE11

#define PCH_DEVFN_PCIE11   _PCH_DEVFN(PCIE_1, 2)

Definition at line 169 of file pci_devs.h.

◆ PCH_DEVFN_PCIE12

#define PCH_DEVFN_PCIE12   _PCH_DEVFN(PCIE_1, 3)

Definition at line 170 of file pci_devs.h.

◆ PCH_DEVFN_PCIE13

#define PCH_DEVFN_PCIE13   _PCH_DEVFN(PCIE_1, 4)

Definition at line 171 of file pci_devs.h.

◆ PCH_DEVFN_PCIE14

#define PCH_DEVFN_PCIE14   _PCH_DEVFN(PCIE_1, 5)

Definition at line 172 of file pci_devs.h.

◆ PCH_DEVFN_PCIE15

#define PCH_DEVFN_PCIE15   _PCH_DEVFN(PCIE_1, 6)

Definition at line 173 of file pci_devs.h.

◆ PCH_DEVFN_PCIE16

#define PCH_DEVFN_PCIE16   _PCH_DEVFN(PCIE_1, 7)

Definition at line 174 of file pci_devs.h.

◆ PCH_DEVFN_PCIE17

#define PCH_DEVFN_PCIE17   _PCH_DEVFN(PCIE_2, 0)

Definition at line 185 of file pci_devs.h.

◆ PCH_DEVFN_PCIE18

#define PCH_DEVFN_PCIE18   _PCH_DEVFN(PCIE_2, 1)

Definition at line 186 of file pci_devs.h.

◆ PCH_DEVFN_PCIE19

#define PCH_DEVFN_PCIE19   _PCH_DEVFN(PCIE_2, 2)

Definition at line 187 of file pci_devs.h.

◆ PCH_DEVFN_PCIE2

#define PCH_DEVFN_PCIE2   _PCH_DEVFN(PCIE, 1)

Definition at line 150 of file pci_devs.h.

◆ PCH_DEVFN_PCIE20

#define PCH_DEVFN_PCIE20   _PCH_DEVFN(PCIE_2, 3)

Definition at line 188 of file pci_devs.h.

◆ PCH_DEVFN_PCIE21

#define PCH_DEVFN_PCIE21   _PCH_DEVFN(PCIE_2, 4)

Definition at line 189 of file pci_devs.h.

◆ PCH_DEVFN_PCIE22

#define PCH_DEVFN_PCIE22   _PCH_DEVFN(PCIE_2, 5)

Definition at line 190 of file pci_devs.h.

◆ PCH_DEVFN_PCIE23

#define PCH_DEVFN_PCIE23   _PCH_DEVFN(PCIE_2, 6)

Definition at line 191 of file pci_devs.h.

◆ PCH_DEVFN_PCIE24

#define PCH_DEVFN_PCIE24   _PCH_DEVFN(PCIE_2, 7)

Definition at line 192 of file pci_devs.h.

◆ PCH_DEVFN_PCIE3

#define PCH_DEVFN_PCIE3   _PCH_DEVFN(PCIE, 2)

Definition at line 151 of file pci_devs.h.

◆ PCH_DEVFN_PCIE4

#define PCH_DEVFN_PCIE4   _PCH_DEVFN(PCIE, 3)

Definition at line 152 of file pci_devs.h.

◆ PCH_DEVFN_PCIE5

#define PCH_DEVFN_PCIE5   _PCH_DEVFN(PCIE, 4)

Definition at line 153 of file pci_devs.h.

◆ PCH_DEVFN_PCIE6

#define PCH_DEVFN_PCIE6   _PCH_DEVFN(PCIE, 5)

Definition at line 154 of file pci_devs.h.

◆ PCH_DEVFN_PCIE7

#define PCH_DEVFN_PCIE7   _PCH_DEVFN(PCIE, 6)

Definition at line 155 of file pci_devs.h.

◆ PCH_DEVFN_PCIE8

#define PCH_DEVFN_PCIE8   _PCH_DEVFN(PCIE, 7)

Definition at line 156 of file pci_devs.h.

◆ PCH_DEVFN_PCIE9

#define PCH_DEVFN_PCIE9   _PCH_DEVFN(PCIE_1, 0)

Definition at line 167 of file pci_devs.h.

◆ PCH_DEVFN_PMC

#define PCH_DEVFN_PMC   _PCH_DEVFN(ESPI, 2)

Definition at line 216 of file pci_devs.h.

◆ PCH_DEVFN_SATA

#define PCH_DEVFN_SATA   _PCH_DEVFN(SATA, 0)

Definition at line 137 of file pci_devs.h.

◆ PCH_DEVFN_SMBUS

#define PCH_DEVFN_SMBUS   _PCH_DEVFN(ESPI, 4)

Definition at line 218 of file pci_devs.h.

◆ PCH_DEVFN_SPI

#define PCH_DEVFN_SPI   _PCH_DEVFN(ESPI, 5)

Definition at line 219 of file pci_devs.h.

◆ PCH_DEVFN_SRAM

#define PCH_DEVFN_SRAM   _PCH_DEVFN(XHCI, 2)

Definition at line 105 of file pci_devs.h.

◆ PCH_DEVFN_THC0

#define PCH_DEVFN_THC0   _PCH_DEVFN(SIO0, 6)

Definition at line 83 of file pci_devs.h.

◆ PCH_DEVFN_THC1

#define PCH_DEVFN_THC1   _PCH_DEVFN(SIO0, 7)

Definition at line 84 of file pci_devs.h.

◆ PCH_DEVFN_TRACEHUB

#define PCH_DEVFN_TRACEHUB   _PCH_DEVFN(ESPI, 7)

Definition at line 221 of file pci_devs.h.

◆ PCH_DEVFN_UART0

#define PCH_DEVFN_UART0   _PCH_DEVFN(SIO5, 0)

Definition at line 203 of file pci_devs.h.

◆ PCH_DEVFN_UART1

#define PCH_DEVFN_UART1   _PCH_DEVFN(SIO5, 1)

Definition at line 204 of file pci_devs.h.

◆ PCH_DEVFN_UART2

#define PCH_DEVFN_UART2   _PCH_DEVFN(SIO4, 2)

Definition at line 143 of file pci_devs.h.

◆ PCH_DEVFN_UART3

#define PCH_DEVFN_UART3   _PCH_DEVFN(SIO1, 0)

Definition at line 89 of file pci_devs.h.

◆ PCH_DEVFN_USBOTG

#define PCH_DEVFN_USBOTG   _PCH_DEVFN(XHCI, 1)

Definition at line 104 of file pci_devs.h.

◆ PCH_DEVFN_XHCI

#define PCH_DEVFN_XHCI   _PCH_DEVFN(XHCI, 0)

Definition at line 103 of file pci_devs.h.

◆ SA_DEV_DPTF

#define SA_DEV_DPTF   PCI_DEV(0, SA_DEV_SLOT_DPTF, 0)

Definition at line 39 of file pci_devs.h.

◆ SA_DEV_IGD

#define SA_DEV_IGD   PCI_DEV(0, SA_DEV_SLOT_IGD, 0)

Definition at line 35 of file pci_devs.h.

◆ SA_DEV_IPU

#define SA_DEV_IPU   PCI_DEV(0, SA_DEV_SLOT_IPU, 0)

Definition at line 43 of file pci_devs.h.

◆ SA_DEV_SLOT_CPU_PCIE

#define SA_DEV_SLOT_CPU_PCIE   0x06

Definition at line 45 of file pci_devs.h.

◆ SA_DEV_SLOT_DPTF

#define SA_DEV_SLOT_DPTF   0x04

Definition at line 37 of file pci_devs.h.

◆ SA_DEV_SLOT_IGD

#define SA_DEV_SLOT_IGD   0x02

Definition at line 33 of file pci_devs.h.

◆ SA_DEV_SLOT_IPU

#define SA_DEV_SLOT_IPU   0x05

Definition at line 41 of file pci_devs.h.

◆ SA_DEV_SLOT_PEG

#define SA_DEV_SLOT_PEG   0x01

Definition at line 28 of file pci_devs.h.

◆ SA_DEV_SLOT_ROOT

#define SA_DEV_SLOT_ROOT   0x00

Definition at line 22 of file pci_devs.h.

◆ SA_DEV_SLOT_TBT

#define SA_DEV_SLOT_TBT   0x07

Definition at line 48 of file pci_devs.h.

◆ SA_DEV_SLOT_TCSS

#define SA_DEV_SLOT_TCSS   0x0d

Definition at line 64 of file pci_devs.h.

◆ SA_DEV_SLOT_TMT

#define SA_DEV_SLOT_TMT   0x0A

Definition at line 60 of file pci_devs.h.

◆ SA_DEV_SLOT_VMD

#define SA_DEV_SLOT_VMD   0x0e

Definition at line 76 of file pci_devs.h.

◆ SA_DEV_TBT0

#define SA_DEV_TBT0   PCI_DEV(0, SA_DEV_SLOT_TBT, 0)

Definition at line 55 of file pci_devs.h.

◆ SA_DEV_TBT1

#define SA_DEV_TBT1   PCI_DEV(0, SA_DEV_SLOT_TBT, 1)

Definition at line 56 of file pci_devs.h.

◆ SA_DEV_TBT2

#define SA_DEV_TBT2   PCI_DEV(0, SA_DEV_SLOT_TBT, 2)

Definition at line 57 of file pci_devs.h.

◆ SA_DEV_TBT3

#define SA_DEV_TBT3   PCI_DEV(0, SA_DEV_SLOT_TBT, 3)

Definition at line 58 of file pci_devs.h.

◆ SA_DEV_TCSS_DMA0

#define SA_DEV_TCSS_DMA0   PCI_DEV(0, SA_DEV_SLOT_TCSS, 2)

Definition at line 73 of file pci_devs.h.

◆ SA_DEV_TCSS_DMA1

#define SA_DEV_TCSS_DMA1   PCI_DEV(0, SA_DEV_SLOT_TCSS, 3)

Definition at line 74 of file pci_devs.h.

◆ SA_DEV_TCSS_XDCI

#define SA_DEV_TCSS_XDCI   PCI_DEV(0, SA_DEV_SLOT_TCSS, 1)

Definition at line 72 of file pci_devs.h.

◆ SA_DEV_TCSS_XHCI

#define SA_DEV_TCSS_XHCI   PCI_DEV(0, SA_DEV_SLOT_TCSS, 0)

Definition at line 71 of file pci_devs.h.

◆ SA_DEV_TMT

#define SA_DEV_TMT   _SA_DEV(TMT)

Definition at line 62 of file pci_devs.h.

◆ SA_DEV_VMD

#define SA_DEV_VMD   PCI_DEV(0, SA_DEV_SLOT_VMD, 0)

Definition at line 78 of file pci_devs.h.

◆ SA_DEVFN_CPU_PCIE

#define SA_DEVFN_CPU_PCIE   PCI_DEVFN(SA_DEV_SLOT_CPU_PCIE, 0)

Definition at line 46 of file pci_devs.h.

◆ SA_DEVFN_DPTF

#define SA_DEVFN_DPTF   PCI_DEVFN(SA_DEV_SLOT_DPTF, 0)

Definition at line 38 of file pci_devs.h.

◆ SA_DEVFN_IGD

#define SA_DEVFN_IGD   PCI_DEVFN(SA_DEV_SLOT_IGD, 0)

Definition at line 34 of file pci_devs.h.

◆ SA_DEVFN_IPU

#define SA_DEVFN_IPU   PCI_DEVFN(SA_DEV_SLOT_IPU, 0)

Definition at line 42 of file pci_devs.h.

◆ SA_DEVFN_PEG1

#define SA_DEVFN_PEG1   PCI_DEVFN(SA_DEV_SLOT_PEG, 0)

Definition at line 29 of file pci_devs.h.

◆ SA_DEVFN_PEG2

#define SA_DEVFN_PEG2   PCI_DEVFN(SA_DEV_SLOT_PEG, 1)

Definition at line 30 of file pci_devs.h.

◆ SA_DEVFN_PEG3

#define SA_DEVFN_PEG3   PCI_DEVFN(SA_DEV_SLOT_PEG, 2)

Definition at line 31 of file pci_devs.h.

◆ SA_DEVFN_ROOT

#define SA_DEVFN_ROOT   PCI_DEVFN(SA_DEV_SLOT_ROOT, 0)

Definition at line 23 of file pci_devs.h.

◆ SA_DEVFN_TBT

#define SA_DEVFN_TBT (   x)    PCI_DEVFN(SA_DEV_SLOT_TBT, (x))

Definition at line 49 of file pci_devs.h.

◆ SA_DEVFN_TBT0

#define SA_DEVFN_TBT0   PCI_DEVFN(SA_DEV_SLOT_TBT, 0)

Definition at line 51 of file pci_devs.h.

◆ SA_DEVFN_TBT1

#define SA_DEVFN_TBT1   PCI_DEVFN(SA_DEV_SLOT_TBT, 1)

Definition at line 52 of file pci_devs.h.

◆ SA_DEVFN_TBT2

#define SA_DEVFN_TBT2   PCI_DEVFN(SA_DEV_SLOT_TBT, 2)

Definition at line 53 of file pci_devs.h.

◆ SA_DEVFN_TBT3

#define SA_DEVFN_TBT3   PCI_DEVFN(SA_DEV_SLOT_TBT, 3)

Definition at line 54 of file pci_devs.h.

◆ SA_DEVFN_TCSS_DMA

#define SA_DEVFN_TCSS_DMA (   x)    PCI_DEVFN(SA_DEV_SLOT_TCSS, ((x) + 2))

Definition at line 66 of file pci_devs.h.

◆ SA_DEVFN_TCSS_DMA0

#define SA_DEVFN_TCSS_DMA0   SA_DEVFN_TCSS_DMA(0)

Definition at line 69 of file pci_devs.h.

◆ SA_DEVFN_TCSS_DMA1

#define SA_DEVFN_TCSS_DMA1   SA_DEVFN_TCSS_DMA(1)

Definition at line 70 of file pci_devs.h.

◆ SA_DEVFN_TCSS_XDCI

#define SA_DEVFN_TCSS_XDCI   PCI_DEVFN(SA_DEV_SLOT_TCSS, 1)

Definition at line 68 of file pci_devs.h.

◆ SA_DEVFN_TCSS_XHCI

#define SA_DEVFN_TCSS_XHCI   PCI_DEVFN(SA_DEV_SLOT_TCSS, 0)

Definition at line 67 of file pci_devs.h.

◆ SA_DEVFN_TMT

#define SA_DEVFN_TMT   _SA_DEVFN(TMT)

Definition at line 61 of file pci_devs.h.

◆ SA_DEVFN_VMD

#define SA_DEVFN_VMD   PCI_DEVFN(SA_DEV_SLOT_VMD, 0)

Definition at line 77 of file pci_devs.h.