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_PUNIT   0x01
 
#define SA_DEVFN_PUNIT   PCI_DEVFN(SA_DEV_SLOT_PUNIT, 0)
 
#define SA_DEV_PUNIT   PCI_DEV(0, SA_DEV_SLOT_PUNIT, 0)
 
#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_IPU   0x03
 
#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_GLK_DEV_SLOT_GMM   0x03
 
#define SA_GLK_DEVFN_GMM   PCI_DEVFN(SA_GLK_DEV_SLOT_GMM, 0)
 
#define SA_GLK_DEV_GMM   PCI_DEV(0, SA_GLK_DEV_SLOT_GMM, 0)
 
#define PCH_DEV_SLOT_NPK   0x00
 
#define PCH_DEVFN_NPK   _PCH_DEVFN(NPK, 2)
 
#define PCH_DEV_NPK   _PCH_DEV(NPK,2)
 
#define PCH_DEV_SLOT_CNVI   0x0c
 
#define PCH_DEVFN_CNVI   _PCH_DEVFN(CNVI, 0)
 
#define PCH_DEV_CNVI   _PCH_DEV(CNVI, 0)
 
#define PCH_DEV_SLOT_P2SB   0x0d
 
#define PCH_DEVFN_P2SB   _PCH_DEVFN(P2SB, 0)
 
#define PCH_DEVFN_PMC   _PCH_DEVFN(P2SB, 1)
 
#define PCH_DEVFN_SPI   _PCH_DEVFN(P2SB, 2)
 
#define PCH_DEV_P2SB   _PCH_DEV(P2SB, 0)
 
#define PCH_DEV_PMC   _PCH_DEV(P2SB, 1)
 
#define PCH_DEV_SPI   _PCH_DEV(P2SB, 2)
 
#define PCH_DEV_SLOT_HDA   0x0e
 
#define PCH_DEVFN_HDA   _PCH_DEVFN(HDA, 0)
 
#define PCH_DEV_HDA   _PCH_DEV(HDA, 0)
 
#define PCH_DEV_SLOT_CSE   0x0f
 
#define PCH_DEVFN_CSE   _PCH_DEVFN(CSE, 0)
 
#define PCH_DEV_CSE   _PCH_DEV(CSE, 0)
 
#define PCH_DEV_SLOT_ISH   0x11
 
#define PCH_DEVFN_ISH   _PCH_DEVFN(ISH, 0)
 
#define PCH_DEV_ISH   _PCH_DEV(ISH, 0)
 
#define PCH_DEV_SLOT_SATA   0x12
 
#define PCH_DEVFN_SATA   _PCH_DEVFN(SATA, 0)
 
#define PCH_DEV_SATA   _PCH_DEV(SATA, 0)
 
#define PCH_DEV_SLOT_PCIE   0x13
 
#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_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_SLOT_PCIE_1   0x14
 
#define PCH_DEVFN_PCIE5   _PCH_DEVFN(PCIE_1, 0)
 
#define PCH_DEVFN_PCIE6   _PCH_DEVFN(PCIE_1, 1)
 
#define PCH_DEV_PCIE5   _PCH_DEV(PCIE_1, 0)
 
#define PCH_DEV_PCIE6   _PCH_DEV(PCIE_1, 1)
 
#define PCH_DEV_SLOT_XHCI   0x15
 
#define PCH_DEVFN_XHCI   _PCH_DEVFN(XHCI, 0)
 
#define PCH_DEVFN_XDCI   _PCH_DEVFN(XHCI, 1)
 
#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)
 
#define PCH_DEV_XDCI   _PCH_DEV(XHCI, 1)
 
#define PCH_DEV_SLOT_SIO1   0x16
 
#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_SIO2   0x17
 
#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO2, 0)
 
#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO2, 1)
 
#define PCH_DEVFN_I2C6   _PCH_DEVFN(SIO2, 2)
 
#define PCH_DEVFN_I2C7   _PCH_DEVFN(SIO2, 3)
 
#define PCH_DEV_I2C4   _PCH_DEV(SIO2, 0)
 
#define PCH_DEV_I2C5   _PCH_DEV(SIO2, 1)
 
#define PCH_DEV_I2C6   _PCH_DEV(SIO2, 2)
 
#define PCH_DEV_I2C7   _PCH_DEV(SIO2, 3)
 
#define PCH_DEV_SLOT_UART   0x18
 
#define PCH_DEVFN_UART0   _PCH_DEVFN(UART, 0)
 
#define PCH_DEVFN_UART1   _PCH_DEVFN(UART, 1)
 
#define PCH_DEVFN_UART2   _PCH_DEVFN(UART, 2)
 
#define PCH_DEVFN_UART3   _PCH_DEVFN(UART, 3)
 
#define PCH_DEV_UART0   _PCH_DEV(UART, 0)
 
#define PCH_DEV_UART1   _PCH_DEV(UART, 1)
 
#define PCH_DEV_UART2   _PCH_DEV(UART, 2)
 
#define PCH_DEV_UART3   _PCH_DEV(UART, 3)
 
#define PCH_DEV_SLOT_SPI   0x19
 
#define PCH_DEVFN_SPI0   _PCH_DEVFN(SPI, 0)
 
#define PCH_DEVFN_SPI1   _PCH_DEVFN(SPI, 1)
 
#define PCH_DEVFN_SPI2   _PCH_DEVFN(SPI, 2)
 
#define PCH_DEV_SPI0   _PCH_DEV(SPI, 0)
 
#define PCH_DEV_SPI1   _PCH_DEV(SPI, 1)
 
#define PCH_DEV_SPI2   _PCH_DEV(SPI, 2)
 
#define PCH_DEV_SLOT_PWM   0x1a
 
#define PCH_DEVFN_PWM   _PCH_DEVFN(PWM, 0)
 
#define PCH_DEV_PWM   _PCH_DEV(PWM, 0)
 
#define PCH_DEV_SLOT_SDCARD   0x1b
 
#define PCH_DEVFN_SDCARD   _PCH_DEVFN(SDCARD, 0)
 
#define PCH_DEV_SDCARD   _PCH_DEV(SDCARD, 0)
 
#define PCH_DEV_SLOT_EMMC   0x1c
 
#define PCH_DEVFN_EMMC   _PCH_DEVFN(EMMC, 0)
 
#define PCH_DEV_EMMC   _PCH_DEV(EMMC, 0)
 
#define PCH_DEV_SLOT_SDIO   0x1e
 
#define PCH_DEVFN_SDIO   _PCH_DEVFN(SDIO, 0)
 
#define PCH_DEV_SDIO   _PCH_DEV(SDIO, 0)
 
#define PCH_DEV_SLOT_LPC   0x1f
 
#define PCH_DEVFN_LPC   _PCH_DEVFN(LPC, 0)
 
#define PCH_DEVFN_SMBUS   _PCH_DEVFN(LPC, 1)
 
#define PCH_DEV_LPC   _PCH_DEV(LPC, 0)
 
#define PCH_DEV_SMBUS   _PCH_DEV(LPC, 1)
 

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_CNVI

#define PCH_DEV_CNVI   _PCH_DEV(CNVI, 0)

Definition at line 49 of file pci_devs.h.

◆ PCH_DEV_CSE

#define PCH_DEV_CSE   _PCH_DEV(CSE, 0)

Definition at line 65 of file pci_devs.h.

◆ PCH_DEV_EMMC

#define PCH_DEV_EMMC   _PCH_DEV(EMMC, 0)

Definition at line 149 of file pci_devs.h.

◆ PCH_DEV_HDA

#define PCH_DEV_HDA   _PCH_DEV(HDA, 0)

Definition at line 61 of file pci_devs.h.

◆ PCH_DEV_I2C0

#define PCH_DEV_I2C0   _PCH_DEV(SIO1, 0)

Definition at line 103 of file pci_devs.h.

◆ PCH_DEV_I2C1

#define PCH_DEV_I2C1   _PCH_DEV(SIO1, 1)

Definition at line 104 of file pci_devs.h.

◆ PCH_DEV_I2C2

#define PCH_DEV_I2C2   _PCH_DEV(SIO1, 2)

Definition at line 105 of file pci_devs.h.

◆ PCH_DEV_I2C3

#define PCH_DEV_I2C3   _PCH_DEV(SIO1, 3)

Definition at line 106 of file pci_devs.h.

◆ PCH_DEV_I2C4

#define PCH_DEV_I2C4   _PCH_DEV(SIO2, 0)

Definition at line 113 of file pci_devs.h.

◆ PCH_DEV_I2C5

#define PCH_DEV_I2C5   _PCH_DEV(SIO2, 1)

Definition at line 114 of file pci_devs.h.

◆ PCH_DEV_I2C6

#define PCH_DEV_I2C6   _PCH_DEV(SIO2, 2)

Definition at line 115 of file pci_devs.h.

◆ PCH_DEV_I2C7

#define PCH_DEV_I2C7   _PCH_DEV(SIO2, 3)

Definition at line 116 of file pci_devs.h.

◆ PCH_DEV_ISH

#define PCH_DEV_ISH   _PCH_DEV(ISH, 0)

Definition at line 69 of file pci_devs.h.

◆ PCH_DEV_LPC

#define PCH_DEV_LPC   _PCH_DEV(LPC, 0)

Definition at line 158 of file pci_devs.h.

◆ PCH_DEV_NPK

#define PCH_DEV_NPK   _PCH_DEV(NPK,2)

Definition at line 45 of file pci_devs.h.

◆ PCH_DEV_P2SB

#define PCH_DEV_P2SB   _PCH_DEV(P2SB, 0)

Definition at line 55 of file pci_devs.h.

◆ PCH_DEV_PCIE1

#define PCH_DEV_PCIE1   _PCH_DEV(PCIE, 0)

Definition at line 80 of file pci_devs.h.

◆ PCH_DEV_PCIE2

#define PCH_DEV_PCIE2   _PCH_DEV(PCIE, 1)

Definition at line 81 of file pci_devs.h.

◆ PCH_DEV_PCIE3

#define PCH_DEV_PCIE3   _PCH_DEV(PCIE, 2)

Definition at line 82 of file pci_devs.h.

◆ PCH_DEV_PCIE4

#define PCH_DEV_PCIE4   _PCH_DEV(PCIE, 3)

Definition at line 83 of file pci_devs.h.

◆ PCH_DEV_PCIE5

#define PCH_DEV_PCIE5   _PCH_DEV(PCIE_1, 0)

Definition at line 88 of file pci_devs.h.

◆ PCH_DEV_PCIE6

#define PCH_DEV_PCIE6   _PCH_DEV(PCIE_1, 1)

Definition at line 89 of file pci_devs.h.

◆ PCH_DEV_PMC

#define PCH_DEV_PMC   _PCH_DEV(P2SB, 1)

Definition at line 56 of file pci_devs.h.

◆ PCH_DEV_PWM

#define PCH_DEV_PWM   _PCH_DEV(PWM, 0)

Definition at line 141 of file pci_devs.h.

◆ PCH_DEV_SATA

#define PCH_DEV_SATA   _PCH_DEV(SATA, 0)

Definition at line 73 of file pci_devs.h.

◆ PCH_DEV_SDCARD

#define PCH_DEV_SDCARD   _PCH_DEV(SDCARD, 0)

Definition at line 145 of file pci_devs.h.

◆ PCH_DEV_SDIO

#define PCH_DEV_SDIO   _PCH_DEV(SDIO, 0)

Definition at line 153 of file pci_devs.h.

◆ PCH_DEV_SLOT_CNVI

#define PCH_DEV_SLOT_CNVI   0x0c

Definition at line 47 of file pci_devs.h.

◆ PCH_DEV_SLOT_CSE

#define PCH_DEV_SLOT_CSE   0x0f

Definition at line 63 of file pci_devs.h.

◆ PCH_DEV_SLOT_EMMC

#define PCH_DEV_SLOT_EMMC   0x1c

Definition at line 147 of file pci_devs.h.

◆ PCH_DEV_SLOT_HDA

#define PCH_DEV_SLOT_HDA   0x0e

Definition at line 59 of file pci_devs.h.

◆ PCH_DEV_SLOT_ISH

#define PCH_DEV_SLOT_ISH   0x11

Definition at line 67 of file pci_devs.h.

◆ PCH_DEV_SLOT_LPC

#define PCH_DEV_SLOT_LPC   0x1f

Definition at line 155 of file pci_devs.h.

◆ PCH_DEV_SLOT_NPK

#define PCH_DEV_SLOT_NPK   0x00

Definition at line 43 of file pci_devs.h.

◆ PCH_DEV_SLOT_P2SB

#define PCH_DEV_SLOT_P2SB   0x0d

Definition at line 51 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE

#define PCH_DEV_SLOT_PCIE   0x13

Definition at line 75 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE_1

#define PCH_DEV_SLOT_PCIE_1   0x14

Definition at line 85 of file pci_devs.h.

◆ PCH_DEV_SLOT_PWM

#define PCH_DEV_SLOT_PWM   0x1a

Definition at line 139 of file pci_devs.h.

◆ PCH_DEV_SLOT_SATA

#define PCH_DEV_SLOT_SATA   0x12

Definition at line 71 of file pci_devs.h.

◆ PCH_DEV_SLOT_SDCARD

#define PCH_DEV_SLOT_SDCARD   0x1b

Definition at line 143 of file pci_devs.h.

◆ PCH_DEV_SLOT_SDIO

#define PCH_DEV_SLOT_SDIO   0x1e

Definition at line 151 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO1

#define PCH_DEV_SLOT_SIO1   0x16

Definition at line 98 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO2

#define PCH_DEV_SLOT_SIO2   0x17

Definition at line 108 of file pci_devs.h.

◆ PCH_DEV_SLOT_SPI

#define PCH_DEV_SLOT_SPI   0x19

Definition at line 130 of file pci_devs.h.

◆ PCH_DEV_SLOT_UART

#define PCH_DEV_SLOT_UART   0x18

Definition at line 119 of file pci_devs.h.

◆ PCH_DEV_SLOT_XHCI

#define PCH_DEV_SLOT_XHCI   0x15

Definition at line 91 of file pci_devs.h.

◆ PCH_DEV_SMBUS

#define PCH_DEV_SMBUS   _PCH_DEV(LPC, 1)

Definition at line 159 of file pci_devs.h.

◆ PCH_DEV_SPI

#define PCH_DEV_SPI   _PCH_DEV(P2SB, 2)

Definition at line 57 of file pci_devs.h.

◆ PCH_DEV_SPI0

#define PCH_DEV_SPI0   _PCH_DEV(SPI, 0)

Definition at line 134 of file pci_devs.h.

◆ PCH_DEV_SPI1

#define PCH_DEV_SPI1   _PCH_DEV(SPI, 1)

Definition at line 135 of file pci_devs.h.

◆ PCH_DEV_SPI2

#define PCH_DEV_SPI2   _PCH_DEV(SPI, 2)

Definition at line 136 of file pci_devs.h.

◆ PCH_DEV_UART0

#define PCH_DEV_UART0   _PCH_DEV(UART, 0)

Definition at line 124 of file pci_devs.h.

◆ PCH_DEV_UART1

#define PCH_DEV_UART1   _PCH_DEV(UART, 1)

Definition at line 125 of file pci_devs.h.

◆ PCH_DEV_UART2

#define PCH_DEV_UART2   _PCH_DEV(UART, 2)

Definition at line 126 of file pci_devs.h.

◆ PCH_DEV_UART3

#define PCH_DEV_UART3   _PCH_DEV(UART, 3)

Definition at line 127 of file pci_devs.h.

◆ PCH_DEV_XDCI

#define PCH_DEV_XDCI   _PCH_DEV(XHCI, 1)

Definition at line 95 of file pci_devs.h.

◆ PCH_DEV_XHCI

#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)

Definition at line 94 of file pci_devs.h.

◆ PCH_DEVFN_CNVI

#define PCH_DEVFN_CNVI   _PCH_DEVFN(CNVI, 0)

Definition at line 48 of file pci_devs.h.

◆ PCH_DEVFN_CSE

#define PCH_DEVFN_CSE   _PCH_DEVFN(CSE, 0)

Definition at line 64 of file pci_devs.h.

◆ PCH_DEVFN_EMMC

#define PCH_DEVFN_EMMC   _PCH_DEVFN(EMMC, 0)

Definition at line 148 of file pci_devs.h.

◆ PCH_DEVFN_HDA

#define PCH_DEVFN_HDA   _PCH_DEVFN(HDA, 0)

Definition at line 60 of file pci_devs.h.

◆ PCH_DEVFN_I2C0

#define PCH_DEVFN_I2C0   _PCH_DEVFN(SIO1, 0)

Definition at line 99 of file pci_devs.h.

◆ PCH_DEVFN_I2C1

#define PCH_DEVFN_I2C1   _PCH_DEVFN(SIO1, 1)

Definition at line 100 of file pci_devs.h.

◆ PCH_DEVFN_I2C2

#define PCH_DEVFN_I2C2   _PCH_DEVFN(SIO1, 2)

Definition at line 101 of file pci_devs.h.

◆ PCH_DEVFN_I2C3

#define PCH_DEVFN_I2C3   _PCH_DEVFN(SIO1, 3)

Definition at line 102 of file pci_devs.h.

◆ PCH_DEVFN_I2C4

#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO2, 0)

Definition at line 109 of file pci_devs.h.

◆ PCH_DEVFN_I2C5

#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO2, 1)

Definition at line 110 of file pci_devs.h.

◆ PCH_DEVFN_I2C6

#define PCH_DEVFN_I2C6   _PCH_DEVFN(SIO2, 2)

Definition at line 111 of file pci_devs.h.

◆ PCH_DEVFN_I2C7

#define PCH_DEVFN_I2C7   _PCH_DEVFN(SIO2, 3)

Definition at line 112 of file pci_devs.h.

◆ PCH_DEVFN_ISH

#define PCH_DEVFN_ISH   _PCH_DEVFN(ISH, 0)

Definition at line 68 of file pci_devs.h.

◆ PCH_DEVFN_LPC

#define PCH_DEVFN_LPC   _PCH_DEVFN(LPC, 0)

Definition at line 156 of file pci_devs.h.

◆ PCH_DEVFN_NPK

#define PCH_DEVFN_NPK   _PCH_DEVFN(NPK, 2)

Definition at line 44 of file pci_devs.h.

◆ PCH_DEVFN_P2SB

#define PCH_DEVFN_P2SB   _PCH_DEVFN(P2SB, 0)

Definition at line 52 of file pci_devs.h.

◆ PCH_DEVFN_PCIE1

#define PCH_DEVFN_PCIE1   _PCH_DEVFN(PCIE, 0)

Definition at line 76 of file pci_devs.h.

◆ PCH_DEVFN_PCIE2

#define PCH_DEVFN_PCIE2   _PCH_DEVFN(PCIE, 1)

Definition at line 77 of file pci_devs.h.

◆ PCH_DEVFN_PCIE3

#define PCH_DEVFN_PCIE3   _PCH_DEVFN(PCIE, 2)

Definition at line 78 of file pci_devs.h.

◆ PCH_DEVFN_PCIE4

#define PCH_DEVFN_PCIE4   _PCH_DEVFN(PCIE, 3)

Definition at line 79 of file pci_devs.h.

◆ PCH_DEVFN_PCIE5

#define PCH_DEVFN_PCIE5   _PCH_DEVFN(PCIE_1, 0)

Definition at line 86 of file pci_devs.h.

◆ PCH_DEVFN_PCIE6

#define PCH_DEVFN_PCIE6   _PCH_DEVFN(PCIE_1, 1)

Definition at line 87 of file pci_devs.h.

◆ PCH_DEVFN_PMC

#define PCH_DEVFN_PMC   _PCH_DEVFN(P2SB, 1)

Definition at line 53 of file pci_devs.h.

◆ PCH_DEVFN_PWM

#define PCH_DEVFN_PWM   _PCH_DEVFN(PWM, 0)

Definition at line 140 of file pci_devs.h.

◆ PCH_DEVFN_SATA

#define PCH_DEVFN_SATA   _PCH_DEVFN(SATA, 0)

Definition at line 72 of file pci_devs.h.

◆ PCH_DEVFN_SDCARD

#define PCH_DEVFN_SDCARD   _PCH_DEVFN(SDCARD, 0)

Definition at line 144 of file pci_devs.h.

◆ PCH_DEVFN_SDIO

#define PCH_DEVFN_SDIO   _PCH_DEVFN(SDIO, 0)

Definition at line 152 of file pci_devs.h.

◆ PCH_DEVFN_SMBUS

#define PCH_DEVFN_SMBUS   _PCH_DEVFN(LPC, 1)

Definition at line 157 of file pci_devs.h.

◆ PCH_DEVFN_SPI

#define PCH_DEVFN_SPI   _PCH_DEVFN(P2SB, 2)

Definition at line 54 of file pci_devs.h.

◆ PCH_DEVFN_SPI0

#define PCH_DEVFN_SPI0   _PCH_DEVFN(SPI, 0)

Definition at line 131 of file pci_devs.h.

◆ PCH_DEVFN_SPI1

#define PCH_DEVFN_SPI1   _PCH_DEVFN(SPI, 1)

Definition at line 132 of file pci_devs.h.

◆ PCH_DEVFN_SPI2

#define PCH_DEVFN_SPI2   _PCH_DEVFN(SPI, 2)

Definition at line 133 of file pci_devs.h.

◆ PCH_DEVFN_UART0

#define PCH_DEVFN_UART0   _PCH_DEVFN(UART, 0)

Definition at line 120 of file pci_devs.h.

◆ PCH_DEVFN_UART1

#define PCH_DEVFN_UART1   _PCH_DEVFN(UART, 1)

Definition at line 121 of file pci_devs.h.

◆ PCH_DEVFN_UART2

#define PCH_DEVFN_UART2   _PCH_DEVFN(UART, 2)

Definition at line 122 of file pci_devs.h.

◆ PCH_DEVFN_UART3

#define PCH_DEVFN_UART3   _PCH_DEVFN(UART, 3)

Definition at line 123 of file pci_devs.h.

◆ PCH_DEVFN_XDCI

#define PCH_DEVFN_XDCI   _PCH_DEVFN(XHCI, 1)

Definition at line 93 of file pci_devs.h.

◆ PCH_DEVFN_XHCI

#define PCH_DEVFN_XHCI   _PCH_DEVFN(XHCI, 0)

Definition at line 92 of file pci_devs.h.

◆ SA_DEV_IGD

#define SA_DEV_IGD   PCI_DEV(0, SA_DEV_SLOT_IGD, 0)

Definition at line 31 of file pci_devs.h.

◆ SA_DEV_IPU

#define SA_DEV_IPU   PCI_DEV(0, SA_DEV_SLOT_IPU, 0)

Definition at line 35 of file pci_devs.h.

◆ SA_DEV_PUNIT

#define SA_DEV_PUNIT   PCI_DEV(0, SA_DEV_SLOT_PUNIT, 0)

Definition at line 27 of file pci_devs.h.

◆ SA_DEV_SLOT_IGD

#define SA_DEV_SLOT_IGD   0x02

Definition at line 29 of file pci_devs.h.

◆ SA_DEV_SLOT_IPU

#define SA_DEV_SLOT_IPU   0x03

Definition at line 33 of file pci_devs.h.

◆ SA_DEV_SLOT_PUNIT

#define SA_DEV_SLOT_PUNIT   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_DEVFN_IGD

#define SA_DEVFN_IGD   PCI_DEVFN(SA_DEV_SLOT_IGD, 0)

Definition at line 30 of file pci_devs.h.

◆ SA_DEVFN_IPU

#define SA_DEVFN_IPU   PCI_DEVFN(SA_DEV_SLOT_IPU, 0)

Definition at line 34 of file pci_devs.h.

◆ SA_DEVFN_PUNIT

#define SA_DEVFN_PUNIT   PCI_DEVFN(SA_DEV_SLOT_PUNIT, 0)

Definition at line 26 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_GLK_DEV_GMM

#define SA_GLK_DEV_GMM   PCI_DEV(0, SA_GLK_DEV_SLOT_GMM, 0)

Definition at line 39 of file pci_devs.h.

◆ SA_GLK_DEV_SLOT_GMM

#define SA_GLK_DEV_SLOT_GMM   0x03

Definition at line 37 of file pci_devs.h.

◆ SA_GLK_DEVFN_GMM

#define SA_GLK_DEVFN_GMM   PCI_DEVFN(SA_GLK_DEV_SLOT_GMM, 0)

Definition at line 38 of file pci_devs.h.