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_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_GNA   0x08
 
#define SA_DEVFN_GNA   PCI_DEVFN(SA_DEV_SLOT_GNA, 0)
 
#define SA_DEV_GNA   PCI_DEV(0, SA_DEV_SLOT_GNA, 0)
 
#define SA_DEV_SLOT_TRACEHUB   0x09
 
#define SA_DEVFN_TRACEHUB   PCI_DEVFN(SA_DEV_SLOT_TRACEHUB, 0)
 
#define SA_DEV_TRACEHUB   PCI_DEV(0, SA_DEV_SLOT_TRACEHUB, 0)
 
#define PCH_DEV_SLOT_IEH   0x10
 
#define PCH_DEVFN_I2C6   _PCH_DEVFN(IEH, 0)
 
#define PCH_DEVFN_I2C7   _PCH_DEVFN(IEH, 1)
 
#define PCH_DEVFN_IEH   _PCH_DEVFN(IEH, 5)
 
#define PCH_DEV_I2C6   _PCH_DEV(IEH, 0)
 
#define PCH_DEV_I2C7   _PCH_DEV(IEH, 1)
 
#define PCH_DEV_IEH   _PCH_DEV(IEH, 5)
 
#define PCH_DEV_SLOT_PSE0   0x11
 
#define PCH_DEVFN_PSEUART0   _PCH_DEVFN(PSE0, 0)
 
#define PCH_DEVFN_PSEUART1   _PCH_DEVFN(PSE0, 1)
 
#define PCH_DEVFN_PSEUART2   _PCH_DEVFN(PSE0, 2)
 
#define PCH_DEVFN_PSEUART3   _PCH_DEVFN(PSE0, 3)
 
#define PCH_DEVFN_PSEUART4   _PCH_DEVFN(PSE0, 4)
 
#define PCH_DEVFN_PSEUART5   _PCH_DEVFN(PSE0, 5)
 
#define PCH_DEVFN_PSEIS20   _PCH_DEVFN(PSE0, 6)
 
#define PCH_DEVFN_PSEIS21   _PCH_DEVFN(PSE0, 7)
 
#define PCH_DEV_PSEUART0   _PCH_DEV(PSE0, 0)
 
#define PCH_DEV_PSEUART1   _PCH_DEV(PSE0, 1)
 
#define PCH_DEV_PSEUART2   _PCH_DEV(PSE0, 2)
 
#define PCH_DEV_PSEUART3   _PCH_DEV(PSE0, 3)
 
#define PCH_DEV_PSEUART4   _PCH_DEV(PSE0, 4)
 
#define PCH_DEV_PSEUART5   _PCH_DEV(PSE0, 5)
 
#define PCH_DEV_PSEIS20   _PCH_DEV(PSE0, 6)
 
#define PCH_DEV_PSEIS21   _PCH_DEV(PSE0, 7)
 
#define PCH_DEV_SLOT_SIO0   0x12
 
#define PCH_DEVFN_GSPI2   _PCH_DEVFN(SIO0, 0)
 
#define PCH_DEVFN_CSE_UMA   _PCH_DEVFN(SIO0, 3)
 
#define PCH_DEVFN_CSE_DMA   _PCH_DEVFN(SIO0, 4)
 
#define PCH_DEVFN_UFS0   _PCH_DEVFN(SIO0, 5)
 
#define PCH_DEVFN_UFS1   _PCH_DEVFN(SIO0, 7)
 
#define PCH_DEV_GSPI2   _PCH_DEV(SIO0, 0)
 
#define PCH_DEV_CSE_UMA   _PCH_DEV(SIO0, 3)
 
#define PCH_DEV_CSE_DMA   _PCH_DEV(SIO0, 4)
 
#define PCH_DEV_UFS0   _PCH_DEV(SIO0, 5)
 
#define PCH_DEV_UFS1   _PCH_DEV(SIO0, 7)
 
#define PCH_DEV_SLOT_PSE1   0x13
 
#define PCH_DEVFN_PSEGSPI0   _PCH_DEVFN(PSE1, 0)
 
#define PCH_DEVFN_PSEGSPI1   _PCH_DEVFN(PSE1, 1)
 
#define PCH_DEVFN_PSEGSPI2   _PCH_DEVFN(PSE1, 2)
 
#define PCH_DEVFN_PSEGSPI3   _PCH_DEVFN(PSE1, 3)
 
#define PCH_DEVFN_PSEGPIO0   _PCH_DEVFN(PSE1, 4)
 
#define PCH_DEVFN_PSEGPIO1   _PCH_DEVFN(PSE1, 5)
 
#define PCH_DEV_PSEGSPI0   _PCH_DEV(PSE1, 0)
 
#define PCH_DEV_PSEGSPI1   _PCH_DEV(PSE1, 1)
 
#define PCH_DEV_PSEGSPI2   _PCH_DEV(PSE1, 2)
 
#define PCH_DEV_PSEGSPI3   _PCH_DEV(PSE1, 3)
 
#define PCH_DEV_PSEGPIO0   _PCH_DEV(PSE1, 4)
 
#define PCH_DEV_PSEGPIO1   _PCH_DEV(PSE1, 5)
 
#define PCH_DEV_SLOT_XHCI   0x14
 
#define PCH_DEVFN_XHCI   _PCH_DEVFN(XHCI, 0)
 
#define PCH_DEVFN_USBOTG   _PCH_DEVFN(XHCI, 1)
 
#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)
 
#define PCH_DEV_USBOTG   _PCH_DEV(XHCI, 1)
 
#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_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_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_PSE2   0x18
 
#define PCH_DEVFN_PSEI2C7   _PCH_DEVFN(PSE2, 0)
 
#define PCH_DEVFN_PSECAN0   _PCH_DEVFN(PSE2, 1)
 
#define PCH_DEVFN_PSECAN1   _PCH_DEVFN(PSE2, 2)
 
#define PCH_DEVFN_PSEQEP0   _PCH_DEVFN(PSE2, 3)
 
#define PCH_DEVFN_PSEQEP1   _PCH_DEVFN(PSE2, 4)
 
#define PCH_DEVFN_PSEQEP2   _PCH_DEVFN(PSE2, 5)
 
#define PCH_DEVFN_PSEQEP3   _PCH_DEVFN(PSE2, 6)
 
#define PCH_DEV_PSEI2C7   _PCH_DEV(PSE2, 0)
 
#define PCH_DEV_PSECAN0   _PCH_DEV(PSE2, 1)
 
#define PCH_DEV_PSECAN1   _PCH_DEV(PSE2, 2)
 
#define PCH_DEV_PSEQEP0   _PCH_DEV(PSE2, 3)
 
#define PCH_DEV_PSEQEP1   _PCH_DEV(PSE2, 4)
 
#define PCH_DEV_PSEQEP2   _PCH_DEV(PSE2, 5)
 
#define PCH_DEV_PSEQEP3   _PCH_DEV(PSE2, 6)
 
#define PCH_DEV_SLOT_SIO2   0x19
 
#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO2, 0)
 
#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO2, 1)
 
#define PCH_DEVFN_UART2   _PCH_DEVFN(SIO2, 2)
 
#define PCH_DEV_I2C4   _PCH_DEV(SIO2, 0)
 
#define PCH_DEV_I2C5   _PCH_DEV(SIO2, 1)
 
#define PCH_DEV_UART2   _PCH_DEV(SIO2, 2)
 
#define PCH_DEV_SLOT_STORAGE   0x1a
 
#define PCH_DEVFN_EMMC   _PCH_DEVFN(STORAGE, 0)
 
#define PCH_DEVFN_SDCARD   _PCH_DEVFN(STORAGE, 1)
 
#define PCH_DEV_EMMC   _PCH_DEV(STORAGE, 0)
 
#define PCH_DEV_SDCARD   _PCH_DEV(STORAGE, 1)
 
#define PCH_DEV_SLOT_PSE3   0x1b
 
#define PCH_DEVFN_PSEI2C0   _PCH_DEVFN(PSE3, 0)
 
#define PCH_DEVFN_PSEI2C1   _PCH_DEVFN(PSE3, 1)
 
#define PCH_DEVFN_PSEI2C2   _PCH_DEVFN(PSE3, 2)
 
#define PCH_DEVFN_PSEI2C3   _PCH_DEVFN(PSE3, 3)
 
#define PCH_DEVFN_PSEI2C4   _PCH_DEVFN(PSE3, 4)
 
#define PCH_DEVFN_PSEI2C5   _PCH_DEVFN(PSE3, 5)
 
#define PCH_DEVFN_PSEI2C6   _PCH_DEVFN(PSE3, 6)
 
#define PCH_DEV_PSEI2C0   _PCH_DEV(PSE3, 0)
 
#define PCH_DEV_PSEI2C1   _PCH_DEV(PSE3, 1)
 
#define PCH_DEV_PSEI2C2   _PCH_DEV(PSE3, 2)
 
#define PCH_DEV_PSEI2C3   _PCH_DEV(PSE3, 3)
 
#define PCH_DEV_PSEI2C4   _PCH_DEV(PSE3, 4)
 
#define PCH_DEV_PSEI2C5   _PCH_DEV(PSE3, 5)
 
#define PCH_DEV_PSEI2C6   _PCH_DEV(PSE3, 6)
 
#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_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_SLOT_PSE4   0x1d
 
#define PCH_DEVFN_PSEIPC   _PCH_DEVFN(PSE4, 0)
 
#define PCH_DEVFN_PSEGBE0   _PCH_DEVFN(PSE4, 1)
 
#define PCH_DEVFN_PSEGBE1   _PCH_DEVFN(PSE4, 2)
 
#define PCH_DEVFN_PSEDMA0   _PCH_DEVFN(PSE4, 3)
 
#define PCH_DEVFN_PSEDMA1   _PCH_DEVFN(PSE4, 4)
 
#define PCH_DEVFN_PSEDMA2   _PCH_DEVFN(PSE4, 5)
 
#define PCH_DEVFN_PSEPWM   _PCH_DEVFN(PSE4, 6)
 
#define PCH_DEVFN_PSEADC   _PCH_DEVFN(PSE4, 7)
 
#define PCH_DEV_PSEIPC   _PCH_DEV(PSE4, 0)
 
#define PCH_DEV_PSEGBE0   _PCH_DEV(PSE4, 1)
 
#define PCH_DEV_PSEGBE1   _PCH_DEV(PSE4, 2)
 
#define PCH_DEV_PSEDMA0   _PCH_DEV(PSE4, 3)
 
#define PCH_DEV_PSEDMA1   _PCH_DEV(PSE4, 4)
 
#define PCH_DEV_PSEDMA2   _PCH_DEV(PSE4, 5)
 
#define PCH_DEV_PSEPWM   _PCH_DEV(PSE4, 6)
 
#define PCH_DEV_PSEADC   _PCH_DEV(PSE4, 7)
 
#define PCH_DEV_SLOT_SIO3   0x1e
 
#define PCH_DEVFN_UART0   _PCH_DEVFN(SIO3, 0)
 
#define PCH_DEVFN_UART1   _PCH_DEVFN(SIO3, 1)
 
#define PCH_DEVFN_GSPI0   _PCH_DEVFN(SIO3, 2)
 
#define PCH_DEVFN_GSPI1   _PCH_DEVFN(SIO3, 3)
 
#define PCH_DEVFN_GBE   _PCH_DEVFN(SIO3, 4)
 
#define PCH_DEVFN_HPET   _PCH_DEVFN(SIO3, 6)
 
#define PCH_DEVFN_IOAPIC   _PCH_DEVFN(SIO3, 7)
 
#define PCH_DEV_UART0   _PCH_DEV(SIO3, 0)
 
#define PCH_DEV_UART1   _PCH_DEV(SIO3, 1)
 
#define PCH_DEV_GSPI0   _PCH_DEV(SIO3, 2)
 
#define PCH_DEV_GSPI1   _PCH_DEV(SIO3, 3)
 
#define PCH_DEV_GBE   _PCH_DEV(SIO3, 4)
 
#define PCH_DEV_HPET   _PCH_DEV(SIO3, 6)
 
#define PCH_DEV_IOAPIC   _PCH_DEV(SIO3, 7)
 
#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_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_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 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_CSE

#define PCH_DEV_CSE   _PCH_DEV(CSE, 0)

Definition at line 115 of file pci_devs.h.

◆ PCH_DEV_CSE_2

#define PCH_DEV_CSE_2   _PCH_DEV(CSE, 1)

Definition at line 116 of file pci_devs.h.

◆ PCH_DEV_CSE_3

#define PCH_DEV_CSE_3   _PCH_DEV(CSE, 4)

Definition at line 117 of file pci_devs.h.

◆ PCH_DEV_CSE_4

#define PCH_DEV_CSE_4   _PCH_DEV(CSE, 5)

Definition at line 118 of file pci_devs.h.

◆ PCH_DEV_CSE_DMA

#define PCH_DEV_CSE_DMA   _PCH_DEV(SIO0, 4)

Definition at line 76 of file pci_devs.h.

◆ PCH_DEV_CSE_UMA

#define PCH_DEV_CSE_UMA   _PCH_DEV(SIO0, 3)

Definition at line 75 of file pci_devs.h.

◆ PCH_DEV_EMMC

#define PCH_DEV_EMMC   _PCH_DEV(STORAGE, 0)

Definition at line 151 of file pci_devs.h.

◆ PCH_DEV_ESPI

#define PCH_DEV_ESPI   _PCH_DEV(ESPI, 0)

Definition at line 229 of file pci_devs.h.

◆ PCH_DEV_GBE

#define PCH_DEV_GBE   _PCH_DEV(SIO3, 4)

Definition at line 216 of file pci_devs.h.

◆ PCH_DEV_GSPI0

#define PCH_DEV_GSPI0   _PCH_DEV(SIO3, 2)

Definition at line 214 of file pci_devs.h.

◆ PCH_DEV_GSPI1

#define PCH_DEV_GSPI1   _PCH_DEV(SIO3, 3)

Definition at line 215 of file pci_devs.h.

◆ PCH_DEV_GSPI2

#define PCH_DEV_GSPI2   _PCH_DEV(SIO0, 0)

Definition at line 74 of file pci_devs.h.

◆ PCH_DEV_HDA

#define PCH_DEV_HDA   _PCH_DEV(ESPI, 3)

Definition at line 245 of file pci_devs.h.

◆ PCH_DEV_HPET

#define PCH_DEV_HPET   _PCH_DEV(SIO3, 6)

Definition at line 217 of file pci_devs.h.

◆ PCH_DEV_I2C0

#define PCH_DEV_I2C0   _PCH_DEV(SIO1, 0)

Definition at line 105 of file pci_devs.h.

◆ PCH_DEV_I2C1

#define PCH_DEV_I2C1   _PCH_DEV(SIO1, 1)

Definition at line 106 of file pci_devs.h.

◆ PCH_DEV_I2C2

#define PCH_DEV_I2C2   _PCH_DEV(SIO1, 2)

Definition at line 107 of file pci_devs.h.

◆ PCH_DEV_I2C3

#define PCH_DEV_I2C3   _PCH_DEV(SIO1, 3)

Definition at line 108 of file pci_devs.h.

◆ PCH_DEV_I2C4

#define PCH_DEV_I2C4   _PCH_DEV(SIO2, 0)

Definition at line 144 of file pci_devs.h.

◆ PCH_DEV_I2C5

#define PCH_DEV_I2C5   _PCH_DEV(SIO2, 1)

Definition at line 145 of file pci_devs.h.

◆ PCH_DEV_I2C6

#define PCH_DEV_I2C6   _PCH_DEV(IEH, 0)

Definition at line 46 of file pci_devs.h.

◆ PCH_DEV_I2C7

#define PCH_DEV_I2C7   _PCH_DEV(IEH, 1)

Definition at line 47 of file pci_devs.h.

◆ PCH_DEV_IEH

#define PCH_DEV_IEH   _PCH_DEV(IEH, 5)

Definition at line 48 of file pci_devs.h.

◆ PCH_DEV_IOAPIC

#define PCH_DEV_IOAPIC   _PCH_DEV(SIO3, 7)

Definition at line 218 of file pci_devs.h.

◆ PCH_DEV_LPC

#define PCH_DEV_LPC   PCH_DEV_ESPI

Definition at line 230 of file pci_devs.h.

◆ PCH_DEV_P2SB

#define PCH_DEV_P2SB   _PCH_DEV(ESPI, 1)

Definition at line 231 of file pci_devs.h.

◆ PCH_DEV_PCIE1

#define PCH_DEV_PCIE1   _PCH_DEV(PCIE, 0)

Definition at line 178 of file pci_devs.h.

◆ PCH_DEV_PCIE2

#define PCH_DEV_PCIE2   _PCH_DEV(PCIE, 1)

Definition at line 179 of file pci_devs.h.

◆ PCH_DEV_PCIE3

#define PCH_DEV_PCIE3   _PCH_DEV(PCIE, 2)

Definition at line 180 of file pci_devs.h.

◆ PCH_DEV_PCIE4

#define PCH_DEV_PCIE4   _PCH_DEV(PCIE, 3)

Definition at line 181 of file pci_devs.h.

◆ PCH_DEV_PCIE5

#define PCH_DEV_PCIE5   _PCH_DEV(PCIE, 4)

Definition at line 182 of file pci_devs.h.

◆ PCH_DEV_PCIE6

#define PCH_DEV_PCIE6   _PCH_DEV(PCIE, 5)

Definition at line 183 of file pci_devs.h.

◆ PCH_DEV_PCIE7

#define PCH_DEV_PCIE7   _PCH_DEV(PCIE, 6)

Definition at line 184 of file pci_devs.h.

◆ PCH_DEV_PMC

#define PCH_DEV_PMC   _PCH_DEV(ESPI, 2)

Definition at line 242 of file pci_devs.h.

◆ PCH_DEV_PSEADC

#define PCH_DEV_PSEADC   _PCH_DEV(PSE4, 7)

Definition at line 202 of file pci_devs.h.

◆ PCH_DEV_PSECAN0

#define PCH_DEV_PSECAN0   _PCH_DEV(PSE2, 1)

Definition at line 133 of file pci_devs.h.

◆ PCH_DEV_PSECAN1

#define PCH_DEV_PSECAN1   _PCH_DEV(PSE2, 2)

Definition at line 134 of file pci_devs.h.

◆ PCH_DEV_PSEDMA0

#define PCH_DEV_PSEDMA0   _PCH_DEV(PSE4, 3)

Definition at line 198 of file pci_devs.h.

◆ PCH_DEV_PSEDMA1

#define PCH_DEV_PSEDMA1   _PCH_DEV(PSE4, 4)

Definition at line 199 of file pci_devs.h.

◆ PCH_DEV_PSEDMA2

#define PCH_DEV_PSEDMA2   _PCH_DEV(PSE4, 5)

Definition at line 200 of file pci_devs.h.

◆ PCH_DEV_PSEGBE0

#define PCH_DEV_PSEGBE0   _PCH_DEV(PSE4, 1)

Definition at line 196 of file pci_devs.h.

◆ PCH_DEV_PSEGBE1

#define PCH_DEV_PSEGBE1   _PCH_DEV(PSE4, 2)

Definition at line 197 of file pci_devs.h.

◆ PCH_DEV_PSEGPIO0

#define PCH_DEV_PSEGPIO0   _PCH_DEV(PSE1, 4)

Definition at line 91 of file pci_devs.h.

◆ PCH_DEV_PSEGPIO1

#define PCH_DEV_PSEGPIO1   _PCH_DEV(PSE1, 5)

Definition at line 92 of file pci_devs.h.

◆ PCH_DEV_PSEGSPI0

#define PCH_DEV_PSEGSPI0   _PCH_DEV(PSE1, 0)

Definition at line 87 of file pci_devs.h.

◆ PCH_DEV_PSEGSPI1

#define PCH_DEV_PSEGSPI1   _PCH_DEV(PSE1, 1)

Definition at line 88 of file pci_devs.h.

◆ PCH_DEV_PSEGSPI2

#define PCH_DEV_PSEGSPI2   _PCH_DEV(PSE1, 2)

Definition at line 89 of file pci_devs.h.

◆ PCH_DEV_PSEGSPI3

#define PCH_DEV_PSEGSPI3   _PCH_DEV(PSE1, 3)

Definition at line 90 of file pci_devs.h.

◆ PCH_DEV_PSEI2C0

#define PCH_DEV_PSEI2C0   _PCH_DEV(PSE3, 0)

Definition at line 162 of file pci_devs.h.

◆ PCH_DEV_PSEI2C1

#define PCH_DEV_PSEI2C1   _PCH_DEV(PSE3, 1)

Definition at line 163 of file pci_devs.h.

◆ PCH_DEV_PSEI2C2

#define PCH_DEV_PSEI2C2   _PCH_DEV(PSE3, 2)

Definition at line 164 of file pci_devs.h.

◆ PCH_DEV_PSEI2C3

#define PCH_DEV_PSEI2C3   _PCH_DEV(PSE3, 3)

Definition at line 165 of file pci_devs.h.

◆ PCH_DEV_PSEI2C4

#define PCH_DEV_PSEI2C4   _PCH_DEV(PSE3, 4)

Definition at line 166 of file pci_devs.h.

◆ PCH_DEV_PSEI2C5

#define PCH_DEV_PSEI2C5   _PCH_DEV(PSE3, 5)

Definition at line 167 of file pci_devs.h.

◆ PCH_DEV_PSEI2C6

#define PCH_DEV_PSEI2C6   _PCH_DEV(PSE3, 6)

Definition at line 168 of file pci_devs.h.

◆ PCH_DEV_PSEI2C7

#define PCH_DEV_PSEI2C7   _PCH_DEV(PSE2, 0)

Definition at line 132 of file pci_devs.h.

◆ PCH_DEV_PSEIPC

#define PCH_DEV_PSEIPC   _PCH_DEV(PSE4, 0)

Definition at line 195 of file pci_devs.h.

◆ PCH_DEV_PSEIS20

#define PCH_DEV_PSEIS20   _PCH_DEV(PSE0, 6)

Definition at line 65 of file pci_devs.h.

◆ PCH_DEV_PSEIS21

#define PCH_DEV_PSEIS21   _PCH_DEV(PSE0, 7)

Definition at line 66 of file pci_devs.h.

◆ PCH_DEV_PSEPWM

#define PCH_DEV_PSEPWM   _PCH_DEV(PSE4, 6)

Definition at line 201 of file pci_devs.h.

◆ PCH_DEV_PSEQEP0

#define PCH_DEV_PSEQEP0   _PCH_DEV(PSE2, 3)

Definition at line 135 of file pci_devs.h.

◆ PCH_DEV_PSEQEP1

#define PCH_DEV_PSEQEP1   _PCH_DEV(PSE2, 4)

Definition at line 136 of file pci_devs.h.

◆ PCH_DEV_PSEQEP2

#define PCH_DEV_PSEQEP2   _PCH_DEV(PSE2, 5)

Definition at line 137 of file pci_devs.h.

◆ PCH_DEV_PSEQEP3

#define PCH_DEV_PSEQEP3   _PCH_DEV(PSE2, 6)

Definition at line 138 of file pci_devs.h.

◆ PCH_DEV_PSEUART0

#define PCH_DEV_PSEUART0   _PCH_DEV(PSE0, 0)

Definition at line 59 of file pci_devs.h.

◆ PCH_DEV_PSEUART1

#define PCH_DEV_PSEUART1   _PCH_DEV(PSE0, 1)

Definition at line 60 of file pci_devs.h.

◆ PCH_DEV_PSEUART2

#define PCH_DEV_PSEUART2   _PCH_DEV(PSE0, 2)

Definition at line 61 of file pci_devs.h.

◆ PCH_DEV_PSEUART3

#define PCH_DEV_PSEUART3   _PCH_DEV(PSE0, 3)

Definition at line 62 of file pci_devs.h.

◆ PCH_DEV_PSEUART4

#define PCH_DEV_PSEUART4   _PCH_DEV(PSE0, 4)

Definition at line 63 of file pci_devs.h.

◆ PCH_DEV_PSEUART5

#define PCH_DEV_PSEUART5   _PCH_DEV(PSE0, 5)

Definition at line 64 of file pci_devs.h.

◆ PCH_DEV_SATA

#define PCH_DEV_SATA   _PCH_DEV(SATA, 0)

Definition at line 122 of file pci_devs.h.

◆ PCH_DEV_SDCARD

#define PCH_DEV_SDCARD   _PCH_DEV(STORAGE, 1)

Definition at line 152 of file pci_devs.h.

◆ PCH_DEV_SLOT_CSE

#define PCH_DEV_SLOT_CSE   0x16

Definition at line 110 of file pci_devs.h.

◆ PCH_DEV_SLOT_ESPI

#define PCH_DEV_SLOT_ESPI   0x1f

Definition at line 220 of file pci_devs.h.

◆ PCH_DEV_SLOT_IEH

#define PCH_DEV_SLOT_IEH   0x10

Definition at line 42 of file pci_devs.h.

◆ PCH_DEV_SLOT_LPC

#define PCH_DEV_SLOT_LPC   PCH_DEV_SLOT_ESPI

Definition at line 221 of file pci_devs.h.

◆ PCH_DEV_SLOT_PCIE

#define PCH_DEV_SLOT_PCIE   0x1c

Definition at line 170 of file pci_devs.h.

◆ PCH_DEV_SLOT_PSE0

#define PCH_DEV_SLOT_PSE0   0x11

Definition at line 50 of file pci_devs.h.

◆ PCH_DEV_SLOT_PSE1

#define PCH_DEV_SLOT_PSE1   0x13

Definition at line 80 of file pci_devs.h.

◆ PCH_DEV_SLOT_PSE2

#define PCH_DEV_SLOT_PSE2   0x18

Definition at line 124 of file pci_devs.h.

◆ PCH_DEV_SLOT_PSE3

#define PCH_DEV_SLOT_PSE3   0x1b

Definition at line 154 of file pci_devs.h.

◆ PCH_DEV_SLOT_PSE4

#define PCH_DEV_SLOT_PSE4   0x1d

Definition at line 186 of file pci_devs.h.

◆ PCH_DEV_SLOT_SATA

#define PCH_DEV_SLOT_SATA   0x17

Definition at line 120 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO0

#define PCH_DEV_SLOT_SIO0   0x12

Definition at line 68 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO1

#define PCH_DEV_SLOT_SIO1   0x15

Definition at line 100 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO2

#define PCH_DEV_SLOT_SIO2   0x19

Definition at line 140 of file pci_devs.h.

◆ PCH_DEV_SLOT_SIO3

#define PCH_DEV_SLOT_SIO3   0x1e

Definition at line 204 of file pci_devs.h.

◆ PCH_DEV_SLOT_STORAGE

#define PCH_DEV_SLOT_STORAGE   0x1a

Definition at line 148 of file pci_devs.h.

◆ PCH_DEV_SLOT_XHCI

#define PCH_DEV_SLOT_XHCI   0x14

Definition at line 94 of file pci_devs.h.

◆ PCH_DEV_SMBUS

#define PCH_DEV_SMBUS   _PCH_DEV(ESPI, 4)

Definition at line 246 of file pci_devs.h.

◆ PCH_DEV_SPI

#define PCH_DEV_SPI   _PCH_DEV(ESPI, 5)

Definition at line 247 of file pci_devs.h.

◆ PCH_DEV_TRACEHUB

#define PCH_DEV_TRACEHUB   _PCH_DEV(ESPI, 7)

Definition at line 248 of file pci_devs.h.

◆ PCH_DEV_UART0

#define PCH_DEV_UART0   _PCH_DEV(SIO3, 0)

Definition at line 212 of file pci_devs.h.

◆ PCH_DEV_UART1

#define PCH_DEV_UART1   _PCH_DEV(SIO3, 1)

Definition at line 213 of file pci_devs.h.

◆ PCH_DEV_UART2

#define PCH_DEV_UART2   _PCH_DEV(SIO2, 2)

Definition at line 146 of file pci_devs.h.

◆ PCH_DEV_UFS0

#define PCH_DEV_UFS0   _PCH_DEV(SIO0, 5)

Definition at line 77 of file pci_devs.h.

◆ PCH_DEV_UFS1

#define PCH_DEV_UFS1   _PCH_DEV(SIO0, 7)

Definition at line 78 of file pci_devs.h.

◆ PCH_DEV_USBOTG

#define PCH_DEV_USBOTG   _PCH_DEV(XHCI, 1)

Definition at line 98 of file pci_devs.h.

◆ PCH_DEV_XHCI

#define PCH_DEV_XHCI   _PCH_DEV(XHCI, 0)

Definition at line 97 of file pci_devs.h.

◆ PCH_DEVFN_CSE

#define PCH_DEVFN_CSE   _PCH_DEVFN(CSE, 0)

Definition at line 111 of file pci_devs.h.

◆ PCH_DEVFN_CSE_2

#define PCH_DEVFN_CSE_2   _PCH_DEVFN(CSE, 1)

Definition at line 112 of file pci_devs.h.

◆ PCH_DEVFN_CSE_3

#define PCH_DEVFN_CSE_3   _PCH_DEVFN(CSE, 4)

Definition at line 113 of file pci_devs.h.

◆ PCH_DEVFN_CSE_4

#define PCH_DEVFN_CSE_4   _PCH_DEVFN(CSE, 5)

Definition at line 114 of file pci_devs.h.

◆ PCH_DEVFN_CSE_DMA

#define PCH_DEVFN_CSE_DMA   _PCH_DEVFN(SIO0, 4)

Definition at line 71 of file pci_devs.h.

◆ PCH_DEVFN_CSE_UMA

#define PCH_DEVFN_CSE_UMA   _PCH_DEVFN(SIO0, 3)

Definition at line 70 of file pci_devs.h.

◆ PCH_DEVFN_EMMC

#define PCH_DEVFN_EMMC   _PCH_DEVFN(STORAGE, 0)

Definition at line 149 of file pci_devs.h.

◆ PCH_DEVFN_ESPI

#define PCH_DEVFN_ESPI   _PCH_DEVFN(ESPI, 0)

Definition at line 222 of file pci_devs.h.

◆ PCH_DEVFN_GBE

#define PCH_DEVFN_GBE   _PCH_DEVFN(SIO3, 4)

Definition at line 209 of file pci_devs.h.

◆ PCH_DEVFN_GSPI0

#define PCH_DEVFN_GSPI0   _PCH_DEVFN(SIO3, 2)

Definition at line 207 of file pci_devs.h.

◆ PCH_DEVFN_GSPI1

#define PCH_DEVFN_GSPI1   _PCH_DEVFN(SIO3, 3)

Definition at line 208 of file pci_devs.h.

◆ PCH_DEVFN_GSPI2

#define PCH_DEVFN_GSPI2   _PCH_DEVFN(SIO0, 0)

Definition at line 69 of file pci_devs.h.

◆ PCH_DEVFN_HDA

#define PCH_DEVFN_HDA   _PCH_DEVFN(ESPI, 3)

Definition at line 225 of file pci_devs.h.

◆ PCH_DEVFN_HPET

#define PCH_DEVFN_HPET   _PCH_DEVFN(SIO3, 6)

Definition at line 210 of file pci_devs.h.

◆ PCH_DEVFN_I2C0

#define PCH_DEVFN_I2C0   _PCH_DEVFN(SIO1, 0)

Definition at line 101 of file pci_devs.h.

◆ PCH_DEVFN_I2C1

#define PCH_DEVFN_I2C1   _PCH_DEVFN(SIO1, 1)

Definition at line 102 of file pci_devs.h.

◆ PCH_DEVFN_I2C2

#define PCH_DEVFN_I2C2   _PCH_DEVFN(SIO1, 2)

Definition at line 103 of file pci_devs.h.

◆ PCH_DEVFN_I2C3

#define PCH_DEVFN_I2C3   _PCH_DEVFN(SIO1, 3)

Definition at line 104 of file pci_devs.h.

◆ PCH_DEVFN_I2C4

#define PCH_DEVFN_I2C4   _PCH_DEVFN(SIO2, 0)

Definition at line 141 of file pci_devs.h.

◆ PCH_DEVFN_I2C5

#define PCH_DEVFN_I2C5   _PCH_DEVFN(SIO2, 1)

Definition at line 142 of file pci_devs.h.

◆ PCH_DEVFN_I2C6

#define PCH_DEVFN_I2C6   _PCH_DEVFN(IEH, 0)

Definition at line 43 of file pci_devs.h.

◆ PCH_DEVFN_I2C7

#define PCH_DEVFN_I2C7   _PCH_DEVFN(IEH, 1)

Definition at line 44 of file pci_devs.h.

◆ PCH_DEVFN_IEH

#define PCH_DEVFN_IEH   _PCH_DEVFN(IEH, 5)

Definition at line 45 of file pci_devs.h.

◆ PCH_DEVFN_IOAPIC

#define PCH_DEVFN_IOAPIC   _PCH_DEVFN(SIO3, 7)

Definition at line 211 of file pci_devs.h.

◆ PCH_DEVFN_P2SB

#define PCH_DEVFN_P2SB   _PCH_DEVFN(ESPI, 1)

Definition at line 223 of file pci_devs.h.

◆ PCH_DEVFN_PCIE1

#define PCH_DEVFN_PCIE1   _PCH_DEVFN(PCIE, 0)

Definition at line 171 of file pci_devs.h.

◆ PCH_DEVFN_PCIE2

#define PCH_DEVFN_PCIE2   _PCH_DEVFN(PCIE, 1)

Definition at line 172 of file pci_devs.h.

◆ PCH_DEVFN_PCIE3

#define PCH_DEVFN_PCIE3   _PCH_DEVFN(PCIE, 2)

Definition at line 173 of file pci_devs.h.

◆ PCH_DEVFN_PCIE4

#define PCH_DEVFN_PCIE4   _PCH_DEVFN(PCIE, 3)

Definition at line 174 of file pci_devs.h.

◆ PCH_DEVFN_PCIE5

#define PCH_DEVFN_PCIE5   _PCH_DEVFN(PCIE, 4)

Definition at line 175 of file pci_devs.h.

◆ PCH_DEVFN_PCIE6

#define PCH_DEVFN_PCIE6   _PCH_DEVFN(PCIE, 5)

Definition at line 176 of file pci_devs.h.

◆ PCH_DEVFN_PCIE7

#define PCH_DEVFN_PCIE7   _PCH_DEVFN(PCIE, 6)

Definition at line 177 of file pci_devs.h.

◆ PCH_DEVFN_PMC

#define PCH_DEVFN_PMC   _PCH_DEVFN(ESPI, 2)

Definition at line 224 of file pci_devs.h.

◆ PCH_DEVFN_PSEADC

#define PCH_DEVFN_PSEADC   _PCH_DEVFN(PSE4, 7)

Definition at line 194 of file pci_devs.h.

◆ PCH_DEVFN_PSECAN0

#define PCH_DEVFN_PSECAN0   _PCH_DEVFN(PSE2, 1)

Definition at line 126 of file pci_devs.h.

◆ PCH_DEVFN_PSECAN1

#define PCH_DEVFN_PSECAN1   _PCH_DEVFN(PSE2, 2)

Definition at line 127 of file pci_devs.h.

◆ PCH_DEVFN_PSEDMA0

#define PCH_DEVFN_PSEDMA0   _PCH_DEVFN(PSE4, 3)

Definition at line 190 of file pci_devs.h.

◆ PCH_DEVFN_PSEDMA1

#define PCH_DEVFN_PSEDMA1   _PCH_DEVFN(PSE4, 4)

Definition at line 191 of file pci_devs.h.

◆ PCH_DEVFN_PSEDMA2

#define PCH_DEVFN_PSEDMA2   _PCH_DEVFN(PSE4, 5)

Definition at line 192 of file pci_devs.h.

◆ PCH_DEVFN_PSEGBE0

#define PCH_DEVFN_PSEGBE0   _PCH_DEVFN(PSE4, 1)

Definition at line 188 of file pci_devs.h.

◆ PCH_DEVFN_PSEGBE1

#define PCH_DEVFN_PSEGBE1   _PCH_DEVFN(PSE4, 2)

Definition at line 189 of file pci_devs.h.

◆ PCH_DEVFN_PSEGPIO0

#define PCH_DEVFN_PSEGPIO0   _PCH_DEVFN(PSE1, 4)

Definition at line 85 of file pci_devs.h.

◆ PCH_DEVFN_PSEGPIO1

#define PCH_DEVFN_PSEGPIO1   _PCH_DEVFN(PSE1, 5)

Definition at line 86 of file pci_devs.h.

◆ PCH_DEVFN_PSEGSPI0

#define PCH_DEVFN_PSEGSPI0   _PCH_DEVFN(PSE1, 0)

Definition at line 81 of file pci_devs.h.

◆ PCH_DEVFN_PSEGSPI1

#define PCH_DEVFN_PSEGSPI1   _PCH_DEVFN(PSE1, 1)

Definition at line 82 of file pci_devs.h.

◆ PCH_DEVFN_PSEGSPI2

#define PCH_DEVFN_PSEGSPI2   _PCH_DEVFN(PSE1, 2)

Definition at line 83 of file pci_devs.h.

◆ PCH_DEVFN_PSEGSPI3

#define PCH_DEVFN_PSEGSPI3   _PCH_DEVFN(PSE1, 3)

Definition at line 84 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C0

#define PCH_DEVFN_PSEI2C0   _PCH_DEVFN(PSE3, 0)

Definition at line 155 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C1

#define PCH_DEVFN_PSEI2C1   _PCH_DEVFN(PSE3, 1)

Definition at line 156 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C2

#define PCH_DEVFN_PSEI2C2   _PCH_DEVFN(PSE3, 2)

Definition at line 157 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C3

#define PCH_DEVFN_PSEI2C3   _PCH_DEVFN(PSE3, 3)

Definition at line 158 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C4

#define PCH_DEVFN_PSEI2C4   _PCH_DEVFN(PSE3, 4)

Definition at line 159 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C5

#define PCH_DEVFN_PSEI2C5   _PCH_DEVFN(PSE3, 5)

Definition at line 160 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C6

#define PCH_DEVFN_PSEI2C6   _PCH_DEVFN(PSE3, 6)

Definition at line 161 of file pci_devs.h.

◆ PCH_DEVFN_PSEI2C7

#define PCH_DEVFN_PSEI2C7   _PCH_DEVFN(PSE2, 0)

Definition at line 125 of file pci_devs.h.

◆ PCH_DEVFN_PSEIPC

#define PCH_DEVFN_PSEIPC   _PCH_DEVFN(PSE4, 0)

Definition at line 187 of file pci_devs.h.

◆ PCH_DEVFN_PSEIS20

#define PCH_DEVFN_PSEIS20   _PCH_DEVFN(PSE0, 6)

Definition at line 57 of file pci_devs.h.

◆ PCH_DEVFN_PSEIS21

#define PCH_DEVFN_PSEIS21   _PCH_DEVFN(PSE0, 7)

Definition at line 58 of file pci_devs.h.

◆ PCH_DEVFN_PSEPWM

#define PCH_DEVFN_PSEPWM   _PCH_DEVFN(PSE4, 6)

Definition at line 193 of file pci_devs.h.

◆ PCH_DEVFN_PSEQEP0

#define PCH_DEVFN_PSEQEP0   _PCH_DEVFN(PSE2, 3)

Definition at line 128 of file pci_devs.h.

◆ PCH_DEVFN_PSEQEP1

#define PCH_DEVFN_PSEQEP1   _PCH_DEVFN(PSE2, 4)

Definition at line 129 of file pci_devs.h.

◆ PCH_DEVFN_PSEQEP2

#define PCH_DEVFN_PSEQEP2   _PCH_DEVFN(PSE2, 5)

Definition at line 130 of file pci_devs.h.

◆ PCH_DEVFN_PSEQEP3

#define PCH_DEVFN_PSEQEP3   _PCH_DEVFN(PSE2, 6)

Definition at line 131 of file pci_devs.h.

◆ PCH_DEVFN_PSEUART0

#define PCH_DEVFN_PSEUART0   _PCH_DEVFN(PSE0, 0)

Definition at line 51 of file pci_devs.h.

◆ PCH_DEVFN_PSEUART1

#define PCH_DEVFN_PSEUART1   _PCH_DEVFN(PSE0, 1)

Definition at line 52 of file pci_devs.h.

◆ PCH_DEVFN_PSEUART2

#define PCH_DEVFN_PSEUART2   _PCH_DEVFN(PSE0, 2)

Definition at line 53 of file pci_devs.h.

◆ PCH_DEVFN_PSEUART3

#define PCH_DEVFN_PSEUART3   _PCH_DEVFN(PSE0, 3)

Definition at line 54 of file pci_devs.h.

◆ PCH_DEVFN_PSEUART4

#define PCH_DEVFN_PSEUART4   _PCH_DEVFN(PSE0, 4)

Definition at line 55 of file pci_devs.h.

◆ PCH_DEVFN_PSEUART5

#define PCH_DEVFN_PSEUART5   _PCH_DEVFN(PSE0, 5)

Definition at line 56 of file pci_devs.h.

◆ PCH_DEVFN_SATA

#define PCH_DEVFN_SATA   _PCH_DEVFN(SATA, 0)

Definition at line 121 of file pci_devs.h.

◆ PCH_DEVFN_SDCARD

#define PCH_DEVFN_SDCARD   _PCH_DEVFN(STORAGE, 1)

Definition at line 150 of file pci_devs.h.

◆ PCH_DEVFN_SMBUS

#define PCH_DEVFN_SMBUS   _PCH_DEVFN(ESPI, 4)

Definition at line 226 of file pci_devs.h.

◆ PCH_DEVFN_SPI

#define PCH_DEVFN_SPI   _PCH_DEVFN(ESPI, 5)

Definition at line 227 of file pci_devs.h.

◆ PCH_DEVFN_TRACEHUB

#define PCH_DEVFN_TRACEHUB   _PCH_DEVFN(ESPI, 7)

Definition at line 228 of file pci_devs.h.

◆ PCH_DEVFN_UART0

#define PCH_DEVFN_UART0   _PCH_DEVFN(SIO3, 0)

Definition at line 205 of file pci_devs.h.

◆ PCH_DEVFN_UART1

#define PCH_DEVFN_UART1   _PCH_DEVFN(SIO3, 1)

Definition at line 206 of file pci_devs.h.

◆ PCH_DEVFN_UART2

#define PCH_DEVFN_UART2   _PCH_DEVFN(SIO2, 2)

Definition at line 143 of file pci_devs.h.

◆ PCH_DEVFN_UFS0

#define PCH_DEVFN_UFS0   _PCH_DEVFN(SIO0, 5)

Definition at line 72 of file pci_devs.h.

◆ PCH_DEVFN_UFS1

#define PCH_DEVFN_UFS1   _PCH_DEVFN(SIO0, 7)

Definition at line 73 of file pci_devs.h.

◆ PCH_DEVFN_USBOTG

#define PCH_DEVFN_USBOTG   _PCH_DEVFN(XHCI, 1)

Definition at line 96 of file pci_devs.h.

◆ PCH_DEVFN_XHCI

#define PCH_DEVFN_XHCI   _PCH_DEVFN(XHCI, 0)

Definition at line 95 of file pci_devs.h.

◆ SA_DEV_DPTF

#define SA_DEV_DPTF   PCI_DEV(0, SA_DEV_SLOT_DPTF, 0)

Definition at line 31 of file pci_devs.h.

◆ SA_DEV_GNA

#define SA_DEV_GNA   PCI_DEV(0, SA_DEV_SLOT_GNA, 0)

Definition at line 35 of file pci_devs.h.

◆ SA_DEV_IGD

#define SA_DEV_IGD   PCI_DEV(0, SA_DEV_SLOT_IGD, 0)

Definition at line 27 of file pci_devs.h.

◆ SA_DEV_SLOT_DPTF

#define SA_DEV_SLOT_DPTF   0x04

Definition at line 29 of file pci_devs.h.

◆ SA_DEV_SLOT_GNA

#define SA_DEV_SLOT_GNA   0x08

Definition at line 33 of file pci_devs.h.

◆ SA_DEV_SLOT_IGD

#define SA_DEV_SLOT_IGD   0x02

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_TRACEHUB

#define SA_DEV_SLOT_TRACEHUB   0x09

Definition at line 37 of file pci_devs.h.

◆ SA_DEV_TRACEHUB

#define SA_DEV_TRACEHUB   PCI_DEV(0, SA_DEV_SLOT_TRACEHUB, 0)

Definition at line 39 of file pci_devs.h.

◆ SA_DEVFN_DPTF

#define SA_DEVFN_DPTF   PCI_DEVFN(SA_DEV_SLOT_DPTF, 0)

Definition at line 30 of file pci_devs.h.

◆ SA_DEVFN_GNA

#define SA_DEVFN_GNA   PCI_DEVFN(SA_DEV_SLOT_GNA, 0)

Definition at line 34 of file pci_devs.h.

◆ SA_DEVFN_IGD

#define SA_DEVFN_IGD   PCI_DEVFN(SA_DEV_SLOT_IGD, 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_DEVFN_TRACEHUB

#define SA_DEVFN_TRACEHUB   PCI_DEVFN(SA_DEV_SLOT_TRACEHUB, 0)

Definition at line 38 of file pci_devs.h.