Home
last modified time | relevance | path

Searched refs:PCI_DEVICE_ID (Results 1 – 20 of 20) sorted by relevance

/external/u-boot/cmd/
Dpci.c168 { "device ID", PCI_SIZE_16, PCI_DEVICE_ID },
323 dm_pci_read_config(dev, PCI_DEVICE_ID, &device, PCI_SIZE_16); in pci_header_show_brief()
371 pci_read_config_word(dev, PCI_DEVICE_ID, &device); in pci_header_show_brief()
/external/u-boot/arch/x86/cpu/qemu/
Dqemu.c96 pci_read_config16(PCI_BDF(0, 0, 0), PCI_DEVICE_ID, &device); in qemu_chipset_init()
/external/u-boot/arch/x86/cpu/ivybridge/
Dbd82x6x.c53 dm_pci_read_config8(dev, PCI_DEVICE_ID + 1, &val); in pch_silicon_type()
Dnorthbridge.c31 dm_pci_read_config16(dev, PCI_DEVICE_ID, &bridge_id); in bridge_silicon_revision()
Dsdram.c188 dm_pci_read_config16(dev, PCI_DEVICE_ID, &done); in post_system_agent_init()
/external/u-boot/drivers/misc/
Dswap_case.c79 case PCI_DEVICE_ID: in sandbox_swap_case_read_config()
/external/u-boot/drivers/pci/
Dpci_common.c306 pci_read_config_word(bdf, PCI_DEVICE_ID, &device); in pci_hose_find_devices()
Dpci.c377 pci_hose_read_config_word(hose, dev, PCI_DEVICE_ID, &device); in pci_hose_scan_bus()
Dpci-uclass.c765 pci_bus_read_config(bus, bdf, PCI_DEVICE_ID, &device, in pci_bind_bus_devices()
/external/u-boot/arch/x86/cpu/broadwell/
Dpch.c267 dm_pci_read_config16(dev, PCI_DEVICE_ID, &type); in pch_type()
/external/u-boot/drivers/video/
Divybridge_igd.c659 dm_pci_read_config16(video_dev, PCI_DEVICE_ID, &reg16); in sandybridge_setup_graphics()
Dmb862xx.c209 pci_read_config_word(devbusfn, PCI_DEVICE_ID, &device); in pci_video_init()
Dbroadwell_igd.c405 dm_pci_read_config16(dev, PCI_DEVICE_ID, &devid); in igd_cdclk_init_haswell()
Dati_radeon_fb.c556 pci_read_config_word(pdev, PCI_DEVICE_ID, &did); in radeon_probe()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h40 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro
/external/u-boot/drivers/ata/
Dsata_sil.c530 pci_read_config_word(devno, PCI_DEVICE_ID, &word); in init_sata()
/external/u-boot/drivers/net/
Drtl8169.c1117 pci_read_config_word(devno, PCI_DEVICE_ID, &device); in rtl8169_initialize()
De1000.c5063 dm_pci_read_config16(hw->pdev, PCI_DEVICE_ID, &hw->device_id); in e1000_sw_init()
5072 pci_read_config_word(hw->pdev, PCI_DEVICE_ID, &hw->device_id); in e1000_sw_init()
/external/u-boot/include/
Dpci.h21 #define PCI_DEVICE_ID 0x02 /* 16 bits */ macro
/external/u-boot/drivers/usb/host/
Dohci-hcd.c2042 pci_read_config_word(pdev, PCI_DEVICE_ID, &did); in usb_lowlevel_init()