Searched refs:PCI_REVISION_ID (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/arch/x86/cpu/ivybridge/ |
D | bd82x6x.c | 41 dm_pci_read_config8(dev, PCI_REVISION_ID, &val); in pch_silicon_revision()
|
/external/kernel-headers/original/uapi/linux/ |
D | pci_regs.h | 73 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
|
/external/u-boot/drivers/video/ |
D | broadwell_igd.c | 558 pci_bus_read_config(bus, PCI_BDF(0, 0, 0), PCI_REVISION_ID, &val, in systemagent_revision()
|
/external/u-boot/cmd/ |
D | pci.c | 171 { "revision ID", PCI_SIZE_8, PCI_REVISION_ID },
|
/external/u-boot/drivers/net/ |
D | dc2114x.c | 210 pci_read_config_dword(devbusfn, PCI_REVISION_ID, &cfrv); in dc21x4x_initialize()
|
D | e1000.c | 5068 dm_pci_read_config8(hw->pdev, PCI_REVISION_ID, &hw->revision_id); in e1000_sw_init() 5077 pci_read_config_byte(hw->pdev, PCI_REVISION_ID, &hw->revision_id); in e1000_sw_init()
|
/external/u-boot/include/ |
D | pci.h | 52 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
|