Home
last modified time | relevance | path

Searched refs:PCI_REVISION_ID (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c42 dm_pci_read_config8(dev, PCI_REVISION_ID, &val); in pch_silicon_revision()
/rk3399_rockchip-uboot/cmd/
H A Dpci.c142 { "revision ID", PCI_SIZE_8, PCI_REVISION_ID },
/rk3399_rockchip-uboot/drivers/video/
H A Dbroadwell_igd.c559 pci_bus_read_config(bus, PCI_BDF(0, 0, 0), PCI_REVISION_ID, &val, in systemagent_revision()
/rk3399_rockchip-uboot/drivers/net/
H A Ddc2114x.c212 pci_read_config_dword(devbusfn, PCI_REVISION_ID, &cfrv); in dc21x4x_initialize()
H A De1000.c4854 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 Dpci.h54 #define PCI_REVISION_ID 0x08 /* Revision ID */ macro