| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_common.c | 306 pci_read_config_word(bdf, PCI_VENDOR_ID, &vendor); in pci_hose_find_devices() 307 pci_read_config_word(bdf, PCI_DEVICE_ID, &device); in pci_hose_find_devices()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | ahci.c | 226 pci_read_config_word(pdev, PCI_VENDOR_ID, &vendor); in ahci_host_init() 230 pci_read_config_word(pdev, 0x92, &tmp16); in ahci_host_init() 354 pci_read_config_word(pdev, PCI_COMMAND, &tmp16); in ahci_host_init() 400 pci_read_config_word(pdev, 0x0a, &cc); in ahci_print_info() 487 pci_read_config_word(dev, PCI_VENDOR_ID, &vendor); in ahci_init_one()
|
| H A D | sata_sil.c | 531 pci_read_config_word(devno, PCI_DEVICE_ID, &word); in init_sata() 558 pci_read_config_word(devno, PCI_COMMAND, &word); in init_sata()
|
| H A D | sata_sil3114.c | 692 pci_read_config_word (devno, PCI_COMMAND, &cmd); in init_sata()
|
| /rk3399_rockchip-uboot/board/esd/vme8349/ |
| H A D | caddy.c | 112 status = pci_read_config_word(dev, in do_caddy()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dc2114x.c | 221 pci_read_config_word(devbusfn, PCI_COMMAND, &status); in dc21x4x_initialize() 231 pci_read_config_word(devbusfn, PCI_COMMAND, &status); in dc21x4x_initialize()
|
| H A D | pcnet.c | 195 pci_read_config_word(devbusfn, PCI_COMMAND, &status); in pcnet_initialize()
|
| H A D | e1000.c | 1728 pci_read_config_word(hw->pdev, PCIX_COMMAND_REGISTER, in e1000_init_hw() 1730 pci_read_config_word(hw->pdev, PCIX_STATUS_REGISTER_HI, in e1000_init_hw() 4857 pci_read_config_word(hw->pdev, PCI_VENDOR_ID, &hw->vendor_id); in e1000_sw_init() 4858 pci_read_config_word(hw->pdev, PCI_DEVICE_ID, &hw->device_id); in e1000_sw_init() 4859 pci_read_config_word(hw->pdev, PCI_SUBSYSTEM_VENDOR_ID, in e1000_sw_init() 4861 pci_read_config_word(hw->pdev, PCI_SUBSYSTEM_ID, &hw->subsystem_id); in e1000_sw_init() 4864 pci_read_config_word(hw->pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_sw_init()
|
| H A D | rtl8169.c | 1118 pci_read_config_word(devno, PCI_DEVICE_ID, &device); in rtl8169_initialize()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | mb862xx.c | 210 pci_read_config_word(devbusfn, PCI_DEVICE_ID, &device); in pci_video_init()
|
| H A D | ati_radeon_fb.c | 557 pci_read_config_word(pdev, PCI_DEVICE_ID, &did); in radeon_probe()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | bios.c | 245 pci_read_config_word(_BE_env.vgaInfo.pcidev, M.x86.R_DI,
|
| H A D | besys.c | 445 pci_read_config_word(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pci.h | 704 extern int pci_read_config_word(pci_dev_t dev, int where, u16 *val); 1154 static inline int pci_read_config_word(pci_dev_t pcidev, int offset, in pci_read_config_word() function
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 2044 pci_read_config_word(pdev, PCI_VENDOR_ID, &vid); in usb_lowlevel_init() 2045 pci_read_config_word(pdev, PCI_DEVICE_ID, &did); in usb_lowlevel_init()
|