Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/
H A Dlpc.c24 dm_pci_read_config8(pch, 0xdc, &reg8); in enable_spi_prefetch()
89 dm_pci_read_config8(dev, bios_ctrl, &bios_cntl); in lpc_set_spi_protect()
H A Dreport_platform.c81 dm_pci_read_config8(dev, 8, &rev_id); in report_pch_info()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbios.c189 dm_pci_read_config8(_BE_env.vgaInfo.pcidev, PCI_CLASS_PROG,
191 dm_pci_read_config8(_BE_env.vgaInfo.pcidev, PCI_CLASS_DEVICE,
193 dm_pci_read_config8(_BE_env.vgaInfo.pcidev,
222 dm_pci_read_config8(_BE_env.vgaInfo.pcidev, M.x86.R_DI,
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c42 dm_pci_read_config8(dev, PCI_REVISION_ID, &val); in pch_silicon_revision()
54 dm_pci_read_config8(dev, PCI_DEVICE_ID + 1, &val); in pch_silicon_type()
H A Dlpc.c241 dm_pci_read_config8(pch, GEN_PMCON_3, &reg8); in pch_rtc_init()
390 dm_pci_read_config8(pch, 0xdc, &reg8); /* BIOS_CNTL */ in pch_disable_smm_only_flashing()
400 dm_pci_read_config8(pch, GEN_PMCON_2, &gen_pmcon_2); in pch_fixups()
H A Dnorthbridge.c200 dm_pci_read_config8(dev, 0xf3, &reg8); in bd82x6x_northbridge_early_init()
/OK3568_Linux_fs/u-boot/drivers/pch/
H A Dpch7.c31 dm_pci_read_config8(dev, BIOS_CTRL, &bios_cntl); in pch7_set_spi_protect()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios_interrupts.c178 dm_pci_read_config8(dev, reg, &byte); in int1a_handler()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dirq.c27 dm_pci_read_config8(dev->parent, LINK_N2V(link, base), &pirq); in pirq_check_irq_routed()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c132 dm_pci_read_config8(dev, PCI_HEADER_TYPE, &header_type); in dm_pciauto_setup_device()
H A Dpci-uclass.c394 int dm_pci_read_config8(struct udevice *dev, int offset, u8 *valuep) in dm_pci_read_config8() function
438 ret = dm_pci_read_config8(dev, offset, &val); in dm_pci_clrset_config8()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Divybridge_igd.c747 dm_pci_read_config8(video_dev, MSAC, &reg8); in sandybridge_setup_graphics()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c73 dm_pci_read_config8(dev, PCI_HEADER_TYPE, &header_type); in pci_bar_show()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h1058 int dm_pci_read_config8(struct udevice *dev, int offset, u8 *valuep);
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c4854 dm_pci_read_config8(hw->pdev, PCI_REVISION_ID, &hw->revision_id); in e1000_sw_init()