Searched refs:PCI_REVISION_ID (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | bd82x6x.c | 42 dm_pci_read_config8(dev, PCI_REVISION_ID, &val); in pch_silicon_revision()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pci.c | 142 { "revision ID", PCI_SIZE_8, PCI_REVISION_ID },
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | broadwell_igd.c | 559 pci_bus_read_config(bus, PCI_BDF(0, 0, 0), PCI_REVISION_ID, &val, in systemagent_revision()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dc2114x.c | 212 pci_read_config_dword(devbusfn, PCI_REVISION_ID, &cfrv); in dc21x4x_initialize()
|
| H A D | e1000.c | 4854 dm_pci_read_config8(hw->pdev, PCI_REVISION_ID, &hw->revision_id); in e1000_sw_init() 4863 pci_read_config_byte(hw->pdev, PCI_REVISION_ID, &hw->revision_id); in e1000_sw_init()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 54 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro
|