Home
last modified time | relevance | path

Searched refs:pci_read_config_word (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_common.c306 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 Dahci.c226 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 Dsata_sil.c531 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 Dsata_sil3114.c692 pci_read_config_word (devno, PCI_COMMAND, &cmd); in init_sata()
/rk3399_rockchip-uboot/board/esd/vme8349/
H A Dcaddy.c112 status = pci_read_config_word(dev, in do_caddy()
/rk3399_rockchip-uboot/drivers/net/
H A Ddc2114x.c221 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 Dpcnet.c195 pci_read_config_word(devbusfn, PCI_COMMAND, &status); in pcnet_initialize()
H A De1000.c1728 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 Drtl8169.c1118 pci_read_config_word(devno, PCI_DEVICE_ID, &device); in rtl8169_initialize()
/rk3399_rockchip-uboot/drivers/video/
H A Dmb862xx.c210 pci_read_config_word(devbusfn, PCI_DEVICE_ID, &device); in pci_video_init()
H A Dati_radeon_fb.c557 pci_read_config_word(pdev, PCI_DEVICE_ID, &did); in radeon_probe()
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Dbios.c245 pci_read_config_word(_BE_env.vgaInfo.pcidev, M.x86.R_DI,
H A Dbesys.c445 pci_read_config_word(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
/rk3399_rockchip-uboot/include/
H A Dpci.h704 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 Dohci-hcd.c2044 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()