Home
last modified time | relevance | path

Searched refs:dm_pci_read_config16 (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c37 dm_pci_read_config16(dev, PCI_COMMAND, &cmdstat); in dm_pciauto_setup_device()
155 dm_pci_read_config16(dev, PCI_CLASS_DEVICE, &class); in dm_pciauto_setup_device()
178 dm_pci_read_config16(dev, PCI_COMMAND, &cmdstat); in dm_pciauto_prescan_setup_bridge()
179 dm_pci_read_config16(dev, PCI_PREF_MEMORY_BASE, &prefechable_64); in dm_pciauto_prescan_setup_bridge()
273 dm_pci_read_config16(dev, PCI_PREF_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
326 dm_pci_read_config16(dev, PCI_CLASS_DEVICE, &class); in dm_pciauto_config_device()
H A Dpci-uclass.c407 int dm_pci_read_config16(struct udevice *dev, int offset, u16 *valuep) in dm_pci_read_config16() function
452 ret = dm_pci_read_config16(dev, offset, &val); in dm_pci_clrset_config16()
481 dm_pci_read_config16(parent, PCI_BRIDGE_CONTROL, &bc); in set_vga_bridge_bits()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/
H A Dpower_state.c83 dm_pci_read_config16(pch_dev, GEN_PMCON_1, &ps->gen_pmcon1); in power_state_get()
84 dm_pci_read_config16(pch_dev, GEN_PMCON_2, &ps->gen_pmcon2); in power_state_get()
85 dm_pci_read_config16(pch_dev, GEN_PMCON_3, &ps->gen_pmcon3); in power_state_get()
H A Dpch.c171 dm_pci_read_config16(dev, GEN_PMCON_3, &reg16); in pch_power_options()
268 dm_pci_read_config16(dev, PCI_DEVICE_ID, &type); in pch_type()
384 dm_pci_read_config16(dev, GEN_PMCON_1, &reg16); in pch_cg_init()
H A Dsata.c56 dm_pci_read_config16(dev, 0x92, &reg16); in broadwell_sata_init()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsata.c29 dm_pci_read_config16(dev, 0x92, &reg16); in common_sata_init()
105 dm_pci_read_config16(dev, PCI_COMMAND, &reg16); in bd82x6x_sata_init()
130 dm_pci_read_config16(dev, PCI_COMMAND, &reg16); in bd82x6x_sata_init()
H A Dlpc.c150 dm_pci_read_config16(pch, GEN_PMCON_3, &reg16); in pch_power_options()
201 dm_pci_read_config16(pch, GEN_PMCON_1, &reg16); in pch_power_options()
215 dm_pci_read_config16(pch, 0x40, &pmbase); in pch_power_options()
356 dm_pci_read_config16(pch, GEN_PMCON_1, &reg16); in enable_clock_gating()
H A Dsdram.c189 dm_pci_read_config16(dev, PCI_DEVICE_ID, &done); in post_system_agent_init()
304 dm_pci_read_config16(dev, GGC, &ggc); in sdram_find()
H A Dnorthbridge.c32 dm_pci_read_config16(dev, PCI_DEVICE_ID, &bridge_id); in bridge_silicon_revision()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/intel_common/
H A Dreport_platform.c74 dm_pci_read_config16(dev, 2, &dev_id); in report_pch_info()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Divybridge_igd.c716 dm_pci_read_config16(video_dev, PCI_DEVICE_ID, &reg16); in sandybridge_setup_graphics()
736 dm_pci_read_config16(dev, GGC, &reg16); in sandybridge_setup_graphics()
H A Dbroadwell_igd.c406 dm_pci_read_config16(dev, PCI_DEVICE_ID, &devid); in igd_cdclk_init_haswell()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c206 dm_pci_read_config16(dev, 0x92, &tmp16); in ahci_host_init()
334 dm_pci_read_config16(dev, PCI_COMMAND, &tmp16); in ahci_host_init()
382 dm_pci_read_config16(dev, 0x0a, &cc); in ahci_print_info()
460 dm_pci_read_config16(dev, PCI_VENDOR_ID, &vendor); in ahci_init_one()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios_interrupts.c182 dm_pci_read_config16(dev, reg, &word); in int1a_handler()
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbios.c242 dm_pci_read_config16(_BE_env.vgaInfo.pcidev, M.x86.R_DI,
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c1723 dm_pci_read_config16(hw->pdev, PCIX_COMMAND_REGISTER, in e1000_init_hw()
1725 dm_pci_read_config16(hw->pdev, PCIX_STATUS_REGISTER_HI, in e1000_init_hw()
4848 dm_pci_read_config16(hw->pdev, PCI_VENDOR_ID, &hw->vendor_id); in e1000_sw_init()
4849 dm_pci_read_config16(hw->pdev, PCI_DEVICE_ID, &hw->device_id); in e1000_sw_init()
4850 dm_pci_read_config16(hw->pdev, PCI_SUBSYSTEM_VENDOR_ID, in e1000_sw_init()
4852 dm_pci_read_config16(hw->pdev, PCI_SUBSYSTEM_ID, &hw->subsystem_id); in e1000_sw_init()
4855 dm_pci_read_config16(hw->pdev, PCI_COMMAND, &hw->pci_cmd_word); in e1000_sw_init()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h1059 int dm_pci_read_config16(struct udevice *dev, int offset, u16 *valuep);