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 _PCH_DEVFN(slot, func)   PCI_DEVFN(PCH_DEV_SLOT_ ## slot, func)
 
#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_PEG0   PCI_DEVFN(SA_DEV_SLOT_PEG, 0)
 
#define SA_DEVFN_PEG1   PCI_DEVFN(SA_DEV_SLOT_PEG, 1)
 
#define SA_DEVFN_PEG2   PCI_DEVFN(SA_DEV_SLOT_PEG, 2)
 
#define SA_DEV_PEG0   PCI_DEV(0, SA_DEV_SLOT_PEG, 0)
 
#define SA_DEV_PEG1   PCI_DEV(0, SA_DEV_SLOT_PEG, 1)
 
#define SA_DEV_PEG2   PCI_DEV(0, 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_TS   0x04
 
#define SA_DEVFN_TS   PCI_DEVFN(SA_DEV_SLOT_TS, 0)
 
#define SA_DEV_TS   PCI_DEV(0, SA_DEV_SLOT_TS, 0)
 
#define SA_DEV_SLOT_IMGU   0x05
 
#define SA_DEVFN_IMGU   PCI_DEVFN(SA_DEV_SLOT_IMGU, 0)
 
#define SA_DEV_IMGU   PCI_DEV(0, SA_DEV_SLOT_IMGU, 0)
 
#define SA_DEV_SLOT_CHAP   0x07
 
#define SA_DEVFN_CHAP   PCI_DEVFN(SA_DEV_SLOT_CHAP, 0)
 
#define SA_DEV_CHAP   PCI_DEV(0, SA_DEV_SLOT_CHAP, 0)
 
#define SA_DEV_SLOT_GMM   0x08
 
#define SA_DEVFN_GMM   PCI_DEVFN(SA_DEV_SLOT_GMM, 0)
 
#define SA_DEV_GMM   PCI_DEV(0, SA_DEV_SLOT_GMM, 0)
 
#define PCH_DEV_SLOT_ISH   0x13
 
#define PCH_DEVFN_ISH   _PCH_DEVFN(ISH, 0)
 
#define PCH_DEV_ISH   _PCH_DEV(ISH, 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_THERMAL   _PCH_DEVFN(XHCI, 2)
 
#define PCH_DEVFN_CIO   _PCH_DEVFN(XHCI, 3)
 
#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)
 
#define PCH_DEV_USBOTG   _PCH_DEV(XHCI, 1)
 
#define PCH_DEV_THERMAL   _PCH_DEV(XHCI, 2)
 
#define PCH_DEV_CIO   _PCH_DEV(XHCI, 3)
 
#define PCH_DEV_SLOT_SIO1   0x15
 
#define PCH_DEVFN_I2C0   _PCH_DEVFN(SIO1, 0)
 
#define PCH_DEVFN_I2C1   _PCH_DEVFN(SIO1, 1)
 
#define PCH_DEVFN_I2C2   _PCH_DEVFN(SIO1, 2)
 
#define PCH_DEVFN_I2C3   _PCH_DEVFN(SIO1, 3)
 
#define PCH_DEV_I2C0   _PCH_DEV(SIO1, 0)
 
#define PCH_DEV_I2C1   _PCH_DEV(SIO1, 1)
 
#define PCH_DEV_I2C2   _PCH_DEV(SIO1, 2)
 
#define PCH_DEV_I2C3   _PCH_DEV(SIO1, 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_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_SLOT_SATA   0x17
 
#define PCH_DEVFN_SATA   _PCH_DEVFN(SATA, 0)
 
#define PCH_DEV_SATA   _PCH_DEV(SATA, 0)
 
#define PCH_DEV_SLOT_SIO2   0x19
 
#define PCH_DEVFN_UART2   _PCH_DEVFN(SIO2, 0)
 
#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO2, 1)
 
#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO2, 2)
 
#define PCH_DEV_UART2   _PCH_DEV(SIO2, 0)
 
#define PCH_DEV_I2C5   _PCH_DEV(SIO2, 1)
 
#define PCH_DEV_I2C4   _PCH_DEV(SIO2, 2)
 
#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_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_STORAGE   0x1e
 
#define PCH_DEVFN_UART0   _PCH_DEVFN(STORAGE, 0)
 
#define PCH_DEVFN_UART1   _PCH_DEVFN(STORAGE, 1)
 
#define PCH_DEVFN_GSPI0   _PCH_DEVFN(STORAGE, 2)
 
#define PCH_DEVFN_GSPI1   _PCH_DEVFN(STORAGE, 3)
 
#define PCH_DEVFN_EMMC   _PCH_DEVFN(STORAGE, 4)
 
#define PCH_DEVFN_SDIO   _PCH_DEVFN(STORAGE, 5)
 
#define PCH_DEVFN_SDCARD   _PCH_DEVFN(STORAGE, 6)
 
#define PCH_DEV_UART0   _PCH_DEV(STORAGE, 0)
 
#define PCH_DEV_UART1   _PCH_DEV(STORAGE, 1)
 
#define PCH_DEV_GSPI0   _PCH_DEV(STORAGE, 2)
 
#define PCH_DEV_GSPI1   _PCH_DEV(STORAGE, 3)
 
#define PCH_DEV_EMMC   _PCH_DEV(STORAGE, 4)
 
#define PCH_DEV_SDIO   _PCH_DEV(STORAGE, 5)
 
#define PCH_DEV_SDCARD   _PCH_DEV(STORAGE, 6)
 
#define PCH_DEV_SLOT_LPC   0x1f
 
#define PCH_DEVFN_LPC   _PCH_DEVFN(LPC, 0)
 
#define PCH_DEVFN_P2SB   _PCH_DEVFN(LPC, 1)
 
#define PCH_DEVFN_PMC   _PCH_DEVFN(LPC, 2)
 
#define PCH_DEVFN_HDA   _PCH_DEVFN(LPC, 3)
 
#define PCH_DEVFN_SMBUS   _PCH_DEVFN(LPC, 4)
 
#define PCH_DEVFN_SPI   _PCH_DEVFN(LPC, 5)
 
#define PCH_DEVFN_GBE   _PCH_DEVFN(LPC, 6)
 
#define PCH_DEVFN_TRACEHUB   _PCH_DEVFN(LPC, 7)
 
#define PCH_DEV_LPC   _PCH_DEV(LPC, 0)
 
#define PCH_DEV_P2SB   _PCH_DEV(LPC, 1)
 
#define PCH_DEV_PMC   _PCH_DEV(LPC, 2)
 
#define PCH_DEV_HDA   _PCH_DEV(LPC, 3)
 
#define PCH_DEV_SMBUS   _PCH_DEV(LPC, 4)
 
#define PCH_DEV_SPI   _PCH_DEV(LPC, 5)
 
#define PCH_DEV_GBE   _PCH_DEV(LPC, 6)
 
#define PCH_DEV_TRACEHUB   _PCH_DEV(LPC, 7)
 

Macro Definition Documentation

◆ _PCH_DEV

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

Definition at line 12 of file pci_devs.h.

◆ _PCH_DEVFN

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

Definition at line 8 of file pci_devs.h.

◆ PCH_DEV_CIO

#define PCH_DEV_CIO   _PCH_DEV(XHCI, 3)

Definition at line 66 of file pci_devs.h.

◆ PCH_DEV_CSE

#define PCH_DEV_CSE   _PCH_DEV(CSE, 0)

Definition at line 84 of file pci_devs.h.

◆ PCH_DEV_CSE_2

#define PCH_DEV_CSE_2   _PCH_DEV(CSE, 1)

Definition at line 85 of file pci_devs.h.

◆ PCH_DEV_CSE_3

#define PCH_DEV_CSE_3   _PCH_DEV(CSE, 4)

Definition at line 88 of file pci_devs.h.

◆ PCH_DEV_CSE_IDER

#define PCH_DEV_CSE_IDER   _PCH_DEV(CSE, 2)

Definition at line 86 of file pci_devs.h.

◆ PCH_DEV_CSE_KT

#define PCH_DEV_CSE_KT   _PCH_DEV(CSE, 3)

Definition at line 87 of file pci_devs.h.

◆ PCH_DEV_EMMC

#define PCH_DEV_EMMC   _PCH_DEV(STORAGE, 4)

Definition at line 168 of file pci_devs.h.

◆ PCH_DEV_GBE

#define PCH_DEV_GBE   _PCH_DEV(LPC, 6)

Definition at line 187 of file pci_devs.h.

◆ PCH_DEV_GSPI0

#define PCH_DEV_GSPI0   _PCH_DEV(STORAGE, 2)

Definition at line 166 of file pci_devs.h.

◆ PCH_DEV_GSPI1

#define PCH_DEV_GSPI1   _PCH_DEV(STORAGE, 3)

Definition at line 167 of file pci_devs.h.

◆ PCH_DEV_HDA

#define PCH_DEV_HDA   _PCH_DEV(LPC, 3)

Definition at line 184 of file pci_devs.h.

◆ PCH_DEV_I2C0

#define PCH_DEV_I2C0   _PCH_DEV(SIO1, 0)

Definition at line 73 of file pci_devs.h.

◆ PCH_DEV_I2C1

#define PCH_DEV_I2C1   _PCH_DEV(SIO1, 1)

Definition at line 74 of file pci_devs.h.

◆ PCH_DEV_I2C2

#define PCH_DEV_I2C2   _PCH_DEV(SIO1, 2)

Definition at line 75 of file pci_devs.h.

◆ PCH_DEV_I2C3

#define PCH_DEV_I2C3   _PCH_DEV(SIO1, 3)

Definition at line 76 of file pci_devs.h.

◆ PCH_DEV_I2C4

#define PCH_DEV_I2C4   _PCH_DEV(SIO2, 2)

Definition at line 100 of file pci_devs.h.

◆ PCH_DEV_I2C5

#define PCH_DEV_I2C5   _PCH_DEV(SIO2, 1)

Definition at line 99 of file pci_devs.h.

◆ PCH_DEV_ISH

#define PCH_DEV_ISH   _PCH_DEV(ISH, 0)

Definition at line 56 of file pci_devs.h.

◆ PCH_DEV_LPC

#define PCH_DEV_LPC   _PCH_DEV(LPC, 0)

Definition at line 181 of file pci_devs.h.

◆ PCH_DEV_P2SB

#define PCH_DEV_P2SB   _PCH_DEV(LPC, 1)

Definition at line 182 of file pci_devs.h.

◆ PCH_DEV_PCIE1

#define PCH_DEV_PCIE1   _PCH_DEV(PCIE, 0)

Definition at line 129 of file pci_devs.h.

◆ PCH_DEV_PCIE10

#define PCH_DEV_PCIE10   _PCH_DEV(PCIE_1, 1)

Definition at line 148 of file pci_devs.h.

◆ PCH_DEV_PCIE11

#define PCH_DEV_PCIE11   _PCH_DEV(PCIE_1, 2)

Definition at line 149 of file pci_devs.h.

◆ PCH_DEV_PCIE12

#define PCH_DEV_PCIE12   _PCH_DEV(PCIE_1, 3)

Definition at line 150 of file pci_devs.h.

◆ PCH_DEV_PCIE13

#define PCH_DEV_PCIE13   _PCH_DEV(PCIE_1, 4)

Definition at line 151 of file pci_devs.h.

◆ PCH_DEV_PCIE14

#define PCH_DEV_PCIE14   _PCH_DEV(PCIE_1, 5)

Definition at line 152 of file pci_devs.h.

◆ PCH_DEV_PCIE15

#define PCH_DEV_PCIE15   _PCH_DEV(PCIE_1, 6)

Definition at line 153 of file pci_devs.h.

◆ PCH_DEV_PCIE16

#define PCH_DEV_PCIE16   _PCH_DEV(PCIE_1, 7)

Definition at line 154 of file pci_devs.h.

◆ PCH_DEV_PCIE17

#define PCH_DEV_PCIE17   _PCH_DEV(PCIE_2, 0)

Definition at line 111 of file pci_devs.h.

◆ PCH_DEV_PCIE18

#define PCH_DEV_PCIE18   _PCH_DEV(PCIE_2, 1)

Definition at line 112 of file pci_devs.h.

◆ PCH_DEV_PCIE19

#define PCH_DEV_PCIE19   _PCH_DEV(PCIE_2, 2)

Definition at line 113 of file pci_devs.h.

◆ PCH_DEV_PCIE2

#define PCH_DEV_PCIE2   _PCH_DEV(PCIE, 1)

Definition at line 130 of file pci_devs.h.

◆ PCH_DEV_PCIE20

#define PCH_DEV_PCIE20   _PCH_DEV(PCIE_2, 3)

Definition at line 114 of file pci_devs.h.

◆ PCH_DEV_PCIE21

#define PCH_DEV_PCIE21   _PCH_DEV(PCIE_2, 4)

Definition at line 115 of file pci_devs.h.

◆ PCH_DEV_PCIE22

#define PCH_DEV_PCIE22   _PCH_DEV(PCIE_2, 5)

Definition at line 116 of file pci_devs.h.

◆ PCH_DEV_PCIE23

#define PCH_DEV_PCIE23   _PCH_DEV(PCIE_2, 6)

Definition at line 117 of file pci_devs.h.

◆ PCH_DEV_PCIE24

#define PCH_DEV_PCIE24   _PCH_DEV(PCIE_2, 7)

Definition at line 118 of file pci_devs.h.

◆ PCH_DEV_PCIE3

#define PCH_DEV_PCIE3   _PCH_DEV(PCIE, 2)

Definition at line 131 of file pci_devs.h.

◆ PCH_DEV_PCIE4

#define PCH_DEV_PCIE4   _PCH_DEV(PCIE, 3)

Definition at line 132 of file pci_devs.h.

◆ PCH_DEV_PCIE5

#define PCH_DEV_PCIE5   _PCH_DEV(PCIE, 4)

Definition at line 133 of file pci_devs.h.

◆ PCH_DEV_PCIE6

#define PCH_DEV_PCIE6   _PCH_DEV(PCIE, 5)

Definition at line 134 of file pci_devs.h.

◆ PCH_DEV_PCIE7

#define PCH_DEV_PCIE7   _PCH_DEV(PCIE, 6)

Definition at line 135 of file pci_devs.h.

◆ PCH_DEV_PCIE8

#define PCH_DEV_PCIE8   _PCH_DEV(PCIE, 7)

Definition at line 136 of file pci_devs.h.

◆ PCH_DEV_PCIE9

#define PCH_DEV_PCIE9   _PCH_DEV(PCIE_1, 0)

Definition at line 147 of file pci_devs.h.

◆ PCH_DEV_PMC

#define PCH_DEV_PMC   _PCH_DEV(LPC, 2)

Definition at line 183 of file pci_devs.h.

◆ PCH_DEV_SATA

#define PCH_DEV_SATA   _PCH_DEV(SATA, 0)

Definition at line 92 of file pci_devs.h.

◆ PCH_DEV_SDCARD

#define PCH_DEV_SDCARD   _PCH_DEV(STORAGE, 6)

Definition at line 170 of file pci_devs.h.

◆ PCH_DEV_SDIO

#define PCH_DEV_SDIO   _PCH_DEV(STORAGE, 5)

Definition at line 169 of file pci_devs.h.

◆ PCH_DEV_SLOT_CSE

#define PCH_DEV_SLOT_CSE   0x16

Definition at line 78 of file pci_devs.h.

◆ PCH_DEV_SLOT_ISH

#define PCH_DEV_SLOT_ISH   0x13

Definition at line 54 of file pci_devs.h.

◆ PCH_DEV_SLOT_LPC

#define PCH_DEV_SLOT_LPC   0x1f

Definition at line 172 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE

#define PCH_DEV_SLOT_PCIE   0x1c

Definition at line 120 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE_1

#define PCH_DEV_SLOT_PCIE_1   0x1d

Definition at line 138 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE_2

#define PCH_DEV_SLOT_PCIE_2   0x1b

Definition at line 102 of file pci_devs.h.

◆ PCH_DEV_SLOT_SATA

#define PCH_DEV_SLOT_SATA   0x17

Definition at line 90 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO1

#define PCH_DEV_SLOT_SIO1   0x15

Definition at line 68 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO2

#define PCH_DEV_SLOT_SIO2   0x19

Definition at line 94 of file pci_devs.h.

◆ PCH_DEV_SLOT_STORAGE

#define PCH_DEV_SLOT_STORAGE   0x1e

Definition at line 156 of file pci_devs.h.

◆ PCH_DEV_SLOT_XHCI

#define PCH_DEV_SLOT_XHCI   0x14

Definition at line 58 of file pci_devs.h.

◆ PCH_DEV_SMBUS

#define PCH_DEV_SMBUS   _PCH_DEV(LPC, 4)

Definition at line 185 of file pci_devs.h.

◆ PCH_DEV_SPI

#define PCH_DEV_SPI   _PCH_DEV(LPC, 5)

Definition at line 186 of file pci_devs.h.

◆ PCH_DEV_THERMAL

#define PCH_DEV_THERMAL   _PCH_DEV(XHCI, 2)

Definition at line 65 of file pci_devs.h.

◆ PCH_DEV_TRACEHUB

#define PCH_DEV_TRACEHUB   _PCH_DEV(LPC, 7)

Definition at line 188 of file pci_devs.h.

◆ PCH_DEV_UART0

#define PCH_DEV_UART0   _PCH_DEV(STORAGE, 0)

Definition at line 164 of file pci_devs.h.

◆ PCH_DEV_UART1

#define PCH_DEV_UART1   _PCH_DEV(STORAGE, 1)

Definition at line 165 of file pci_devs.h.

◆ PCH_DEV_UART2

#define PCH_DEV_UART2   _PCH_DEV(SIO2, 0)

Definition at line 98 of file pci_devs.h.

◆ PCH_DEV_USBOTG

#define PCH_DEV_USBOTG   _PCH_DEV(XHCI, 1)

Definition at line 64 of file pci_devs.h.

◆ PCH_DEV_XHCI

#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)

Definition at line 63 of file pci_devs.h.

◆ PCH_DEVFN_CIO

#define PCH_DEVFN_CIO   _PCH_DEVFN(XHCI, 3)

Definition at line 62 of file pci_devs.h.

◆ PCH_DEVFN_CSE

#define PCH_DEVFN_CSE   _PCH_DEVFN(CSE, 0)

Definition at line 79 of file pci_devs.h.

◆ PCH_DEVFN_CSE_2

#define PCH_DEVFN_CSE_2   _PCH_DEVFN(CSE, 1)

Definition at line 80 of file pci_devs.h.

◆ PCH_DEVFN_CSE_3

#define PCH_DEVFN_CSE_3   _PCH_DEVFN(CSE, 4)

Definition at line 83 of file pci_devs.h.

◆ PCH_DEVFN_CSE_IDER

#define PCH_DEVFN_CSE_IDER   _PCH_DEVFN(CSE, 2)

Definition at line 81 of file pci_devs.h.

◆ PCH_DEVFN_CSE_KT

#define PCH_DEVFN_CSE_KT   _PCH_DEVFN(CSE, 3)

Definition at line 82 of file pci_devs.h.

◆ PCH_DEVFN_EMMC

#define PCH_DEVFN_EMMC   _PCH_DEVFN(STORAGE, 4)

Definition at line 161 of file pci_devs.h.

◆ PCH_DEVFN_GBE

#define PCH_DEVFN_GBE   _PCH_DEVFN(LPC, 6)

Definition at line 179 of file pci_devs.h.

◆ PCH_DEVFN_GSPI0

#define PCH_DEVFN_GSPI0   _PCH_DEVFN(STORAGE, 2)

Definition at line 159 of file pci_devs.h.

◆ PCH_DEVFN_GSPI1

#define PCH_DEVFN_GSPI1   _PCH_DEVFN(STORAGE, 3)

Definition at line 160 of file pci_devs.h.

◆ PCH_DEVFN_HDA

#define PCH_DEVFN_HDA   _PCH_DEVFN(LPC, 3)

Definition at line 176 of file pci_devs.h.

◆ PCH_DEVFN_I2C0

#define PCH_DEVFN_I2C0   _PCH_DEVFN(SIO1, 0)

Definition at line 69 of file pci_devs.h.

◆ PCH_DEVFN_I2C1

#define PCH_DEVFN_I2C1   _PCH_DEVFN(SIO1, 1)

Definition at line 70 of file pci_devs.h.

◆ PCH_DEVFN_I2C2

#define PCH_DEVFN_I2C2   _PCH_DEVFN(SIO1, 2)

Definition at line 71 of file pci_devs.h.

◆ PCH_DEVFN_I2C3

#define PCH_DEVFN_I2C3   _PCH_DEVFN(SIO1, 3)

Definition at line 72 of file pci_devs.h.

◆ PCH_DEVFN_I2C4

#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO2, 2)

Definition at line 97 of file pci_devs.h.

◆ PCH_DEVFN_I2C5

#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO2, 1)

Definition at line 96 of file pci_devs.h.

◆ PCH_DEVFN_ISH

#define PCH_DEVFN_ISH   _PCH_DEVFN(ISH, 0)

Definition at line 55 of file pci_devs.h.

◆ PCH_DEVFN_LPC

#define PCH_DEVFN_LPC   _PCH_DEVFN(LPC, 0)

Definition at line 173 of file pci_devs.h.

◆ PCH_DEVFN_P2SB

#define PCH_DEVFN_P2SB   _PCH_DEVFN(LPC, 1)

Definition at line 174 of file pci_devs.h.

◆ PCH_DEVFN_PCIE1

#define PCH_DEVFN_PCIE1   _PCH_DEVFN(PCIE, 0)

Definition at line 121 of file pci_devs.h.

◆ PCH_DEVFN_PCIE10

#define PCH_DEVFN_PCIE10   _PCH_DEVFN(PCIE_1, 1)

Definition at line 140 of file pci_devs.h.

◆ PCH_DEVFN_PCIE11

#define PCH_DEVFN_PCIE11   _PCH_DEVFN(PCIE_1, 2)

Definition at line 141 of file pci_devs.h.

◆ PCH_DEVFN_PCIE12

#define PCH_DEVFN_PCIE12   _PCH_DEVFN(PCIE_1, 3)

Definition at line 142 of file pci_devs.h.

◆ PCH_DEVFN_PCIE13

#define PCH_DEVFN_PCIE13   _PCH_DEVFN(PCIE_1, 4)

Definition at line 143 of file pci_devs.h.

◆ PCH_DEVFN_PCIE14

#define PCH_DEVFN_PCIE14   _PCH_DEVFN(PCIE_1, 5)

Definition at line 144 of file pci_devs.h.

◆ PCH_DEVFN_PCIE15

#define PCH_DEVFN_PCIE15   _PCH_DEVFN(PCIE_1, 6)

Definition at line 145 of file pci_devs.h.

◆ PCH_DEVFN_PCIE16

#define PCH_DEVFN_PCIE16   _PCH_DEVFN(PCIE_1, 7)

Definition at line 146 of file pci_devs.h.

◆ PCH_DEVFN_PCIE17

#define PCH_DEVFN_PCIE17   _PCH_DEVFN(PCIE_2, 0)

Definition at line 103 of file pci_devs.h.

◆ PCH_DEVFN_PCIE18

#define PCH_DEVFN_PCIE18   _PCH_DEVFN(PCIE_2, 1)

Definition at line 104 of file pci_devs.h.

◆ PCH_DEVFN_PCIE19

#define PCH_DEVFN_PCIE19   _PCH_DEVFN(PCIE_2, 2)

Definition at line 105 of file pci_devs.h.

◆ PCH_DEVFN_PCIE2

#define PCH_DEVFN_PCIE2   _PCH_DEVFN(PCIE, 1)

Definition at line 122 of file pci_devs.h.

◆ PCH_DEVFN_PCIE20

#define PCH_DEVFN_PCIE20   _PCH_DEVFN(PCIE_2, 3)

Definition at line 106 of file pci_devs.h.

◆ PCH_DEVFN_PCIE21

#define PCH_DEVFN_PCIE21   _PCH_DEVFN(PCIE_2, 4)

Definition at line 107 of file pci_devs.h.

◆ PCH_DEVFN_PCIE22

#define PCH_DEVFN_PCIE22   _PCH_DEVFN(PCIE_2, 5)

Definition at line 108 of file pci_devs.h.

◆ PCH_DEVFN_PCIE23

#define PCH_DEVFN_PCIE23   _PCH_DEVFN(PCIE_2, 6)

Definition at line 109 of file pci_devs.h.

◆ PCH_DEVFN_PCIE24

#define PCH_DEVFN_PCIE24   _PCH_DEVFN(PCIE_2, 7)

Definition at line 110 of file pci_devs.h.

◆ PCH_DEVFN_PCIE3

#define PCH_DEVFN_PCIE3   _PCH_DEVFN(PCIE, 2)

Definition at line 123 of file pci_devs.h.

◆ PCH_DEVFN_PCIE4

#define PCH_DEVFN_PCIE4   _PCH_DEVFN(PCIE, 3)

Definition at line 124 of file pci_devs.h.

◆ PCH_DEVFN_PCIE5

#define PCH_DEVFN_PCIE5   _PCH_DEVFN(PCIE, 4)

Definition at line 125 of file pci_devs.h.

◆ PCH_DEVFN_PCIE6

#define PCH_DEVFN_PCIE6   _PCH_DEVFN(PCIE, 5)

Definition at line 126 of file pci_devs.h.

◆ PCH_DEVFN_PCIE7

#define PCH_DEVFN_PCIE7   _PCH_DEVFN(PCIE, 6)

Definition at line 127 of file pci_devs.h.

◆ PCH_DEVFN_PCIE8

#define PCH_DEVFN_PCIE8   _PCH_DEVFN(PCIE, 7)

Definition at line 128 of file pci_devs.h.

◆ PCH_DEVFN_PCIE9

#define PCH_DEVFN_PCIE9   _PCH_DEVFN(PCIE_1, 0)

Definition at line 139 of file pci_devs.h.

◆ PCH_DEVFN_PMC

#define PCH_DEVFN_PMC   _PCH_DEVFN(LPC, 2)

Definition at line 175 of file pci_devs.h.

◆ PCH_DEVFN_SATA

#define PCH_DEVFN_SATA   _PCH_DEVFN(SATA, 0)

Definition at line 91 of file pci_devs.h.

◆ PCH_DEVFN_SDCARD

#define PCH_DEVFN_SDCARD   _PCH_DEVFN(STORAGE, 6)

Definition at line 163 of file pci_devs.h.

◆ PCH_DEVFN_SDIO

#define PCH_DEVFN_SDIO   _PCH_DEVFN(STORAGE, 5)

Definition at line 162 of file pci_devs.h.

◆ PCH_DEVFN_SMBUS

#define PCH_DEVFN_SMBUS   _PCH_DEVFN(LPC, 4)

Definition at line 177 of file pci_devs.h.

◆ PCH_DEVFN_SPI

#define PCH_DEVFN_SPI   _PCH_DEVFN(LPC, 5)

Definition at line 178 of file pci_devs.h.

◆ PCH_DEVFN_THERMAL

#define PCH_DEVFN_THERMAL   _PCH_DEVFN(XHCI, 2)

Definition at line 61 of file pci_devs.h.

◆ PCH_DEVFN_TRACEHUB

#define PCH_DEVFN_TRACEHUB   _PCH_DEVFN(LPC, 7)

Definition at line 180 of file pci_devs.h.

◆ PCH_DEVFN_UART0

#define PCH_DEVFN_UART0   _PCH_DEVFN(STORAGE, 0)

Definition at line 157 of file pci_devs.h.

◆ PCH_DEVFN_UART1

#define PCH_DEVFN_UART1   _PCH_DEVFN(STORAGE, 1)

Definition at line 158 of file pci_devs.h.

◆ PCH_DEVFN_UART2

#define PCH_DEVFN_UART2   _PCH_DEVFN(SIO2, 0)

Definition at line 95 of file pci_devs.h.

◆ PCH_DEVFN_USBOTG

#define PCH_DEVFN_USBOTG   _PCH_DEVFN(XHCI, 1)

Definition at line 60 of file pci_devs.h.

◆ PCH_DEVFN_XHCI

#define PCH_DEVFN_XHCI   _PCH_DEVFN(XHCI, 0)

Definition at line 59 of file pci_devs.h.

◆ SA_DEV_CHAP

#define SA_DEV_CHAP   PCI_DEV(0, SA_DEV_SLOT_CHAP, 0)

Definition at line 47 of file pci_devs.h.

◆ SA_DEV_GMM

#define SA_DEV_GMM   PCI_DEV(0, SA_DEV_SLOT_GMM, 0)

Definition at line 51 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_IMGU

#define SA_DEV_IMGU   PCI_DEV(0, SA_DEV_SLOT_IMGU, 0)

Definition at line 43 of file pci_devs.h.

◆ SA_DEV_PEG0

#define SA_DEV_PEG0   PCI_DEV(0, SA_DEV_SLOT_PEG, 0)

Definition at line 29 of file pci_devs.h.

◆ SA_DEV_PEG1

#define SA_DEV_PEG1   PCI_DEV(0, SA_DEV_SLOT_PEG, 1)

Definition at line 30 of file pci_devs.h.

◆ SA_DEV_PEG2

#define SA_DEV_PEG2   PCI_DEV(0, SA_DEV_SLOT_PEG, 2)

Definition at line 31 of file pci_devs.h.

◆ SA_DEV_SLOT_CHAP

#define SA_DEV_SLOT_CHAP   0x07

Definition at line 45 of file pci_devs.h.

◆ SA_DEV_SLOT_GMM

#define SA_DEV_SLOT_GMM   0x08

Definition at line 49 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_IMGU

#define SA_DEV_SLOT_IMGU   0x05

Definition at line 41 of file pci_devs.h.

◆ SA_DEV_SLOT_PEG

#define SA_DEV_SLOT_PEG   0x01

Definition at line 25 of file pci_devs.h.

◆ SA_DEV_SLOT_ROOT

#define SA_DEV_SLOT_ROOT   0x00

Definition at line 19 of file pci_devs.h.

◆ SA_DEV_SLOT_TS

#define SA_DEV_SLOT_TS   0x04

Definition at line 37 of file pci_devs.h.

◆ SA_DEV_TS

#define SA_DEV_TS   PCI_DEV(0, SA_DEV_SLOT_TS, 0)

Definition at line 39 of file pci_devs.h.

◆ SA_DEVFN_CHAP

#define SA_DEVFN_CHAP   PCI_DEVFN(SA_DEV_SLOT_CHAP, 0)

Definition at line 46 of file pci_devs.h.

◆ SA_DEVFN_GMM

#define SA_DEVFN_GMM   PCI_DEVFN(SA_DEV_SLOT_GMM, 0)

Definition at line 50 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_IMGU

#define SA_DEVFN_IMGU   PCI_DEVFN(SA_DEV_SLOT_IMGU, 0)

Definition at line 42 of file pci_devs.h.

◆ SA_DEVFN_PEG0

#define SA_DEVFN_PEG0   PCI_DEVFN(SA_DEV_SLOT_PEG, 0)

Definition at line 26 of file pci_devs.h.

◆ SA_DEVFN_PEG1

#define SA_DEVFN_PEG1   PCI_DEVFN(SA_DEV_SLOT_PEG, 1)

Definition at line 27 of file pci_devs.h.

◆ SA_DEVFN_PEG2

#define SA_DEVFN_PEG2   PCI_DEVFN(SA_DEV_SLOT_PEG, 2)

Definition at line 28 of file pci_devs.h.

◆ SA_DEVFN_ROOT

#define SA_DEVFN_ROOT   PCI_DEVFN(SA_DEV_SLOT_ROOT, 0)

Definition at line 20 of file pci_devs.h.

◆ SA_DEVFN_TS

#define SA_DEVFN_TS   PCI_DEVFN(SA_DEV_SLOT_TS, 0)

Definition at line 38 of file pci_devs.h.