Home
last modified time | relevance | path

Searched refs:pci_read_config_byte (Results 1 – 10 of 10) sorted by relevance

/u-boot/drivers/bios_emulator/
A Dbios.c196 pci_read_config_byte(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG,
198 pci_read_config_byte(_BE_env.vgaInfo.pcidev, PCI_CLASS_DEVICE,
200 pci_read_config_byte(_BE_env.vgaInfo.pcidev,
225 pci_read_config_byte(_BE_env.vgaInfo.pcidev, M.x86.R_DI,
A Dbesys.c441 pci_read_config_byte(_BE_env.vgaInfo.pcidev, regOffset, in BE_accessReg()
/u-boot/cmd/
A Dpci.c72 pci_read_config_byte(dev, offset, &val8); in pci_read_config()
275 pci_read_config_byte(dev, PCI_CLASS_CODE, &class); in pci_header_show()
276 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type); in pci_header_show()
374 pci_read_config_byte(dev, PCI_CLASS_CODE, &class); in pci_header_show_brief()
375 pci_read_config_byte(dev, PCI_CLASS_SUB_CODE, &subclass); in pci_header_show_brief()
432 pci_read_config_byte(dev, PCI_HEADER_TYPE, in pciinfo()
/u-boot/board/imgtec/malta/
A Dmalta.c212 pci_read_config_byte(bdf, PCI_CFG_PIIX4_SERIRQC, &val8); in pci_init_board()
/u-boot/board/esd/vme8349/
A Dcaddy.c102 status = pci_read_config_byte(dev, in do_caddy()
/u-boot/drivers/pci/
A Dpci_common.c298 pci_read_config_byte(bdf, PCI_HEADER_TYPE, in pci_hose_find_devices()
/u-boot/include/
A Dpci.h757 extern int pci_read_config_byte(pci_dev_t dev, int where, u8 *val);
1295 static inline int pci_read_config_byte(pci_dev_t pcidev, int offset, in pci_read_config_byte() function
/u-boot/drivers/net/
A Ddc2114x.c577 pci_read_config_byte(devbusfn, PCI_LATENCY_TIMER, &timer); in dc21x4x_initialize()
A De1000.c5079 pci_read_config_byte(hw->pdev, PCI_REVISION_ID, &hw->revision_id); in e1000_sw_init()
/u-boot/drivers/ata/
A Dsata_sil3114.c633 pci_read_config_byte (pdev, PCI_CACHE_LINE_SIZE, &cache_line); in sil_get_device_cache_line()

Completed in 32 milliseconds