/aosp_15_r20/external/coreboot/src/soc/intel/skylake/ |
H A D | vr_config.c | 69 struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in get_sku_icc_max() 73 struct device *dev = pcidev_path_on_root(SA_DEVFN_IGD); in get_sku_icc_max() 234 struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in get_sku_ac_dc_loadline() 238 struct device *dev = pcidev_path_on_root(SA_DEVFN_IGD); in get_sku_ac_dc_loadline()
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | device_const.c | 259 DEVTREE_CONST struct device *pcidev_path_on_root(pci_devfn_t devfn) in pcidev_path_on_root() function 266 return pcidev_path_on_root(PCI_DEVFN(dev, fn)); in pcidev_on_root() 284 DEVTREE_CONST struct device *dev = pcidev_path_on_root(devfn); in pcidev_path_on_root_debug() 388 const struct device *dev = pcidev_path_on_root(devfn); in is_devfn_enabled()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/octopus/ |
H A D | mainboard.c | 32 struct device *dev = pcidev_path_on_root(PCH_DEVFN_CNVI); in is_cnvi_held_in_reset() 169 dev = pcidev_path_on_root(devfn); in wifi_device_update() 182 pcidev_path_on_root(PCH_DEVFN_I2C5)->downstream; in audio_codec_device_update()
|
/aosp_15_r20/external/coreboot/src/soc/intel/apollolake/ |
H A D | chip.c | 246 func0 = pcidev_path_on_root(devfn0); in pcie_update_device_tree() 262 struct device *dev = pcidev_path_on_root(devfn); in pcie_update_device_tree() 474 struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in parse_devicetree() 648 dev = pcidev_path_on_root(SA_DEVFN_ROOT); in platform_fsp_silicon_init_params_cb() 819 return is_dev_enabled(pcidev_path_on_root(PCH_DEVFN_XDCI)); in check_xdci_enable()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/hatch/variants/akemi/ |
H A D | variant.c | 14 emmc_host = pcidev_path_on_root(PCH_DEVFN_EMMC); in variant_devtree_update() 15 ssd_host = pcidev_path_on_root(PCH_DEVFN_SATA); in variant_devtree_update()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/hatch/variants/kindred/ |
H A D | variant.c | 16 emmc_host = pcidev_path_on_root(PCH_DEVFN_EMMC); in variant_devtree_update() 17 ssd_host = pcidev_path_on_root(PCH_DEVFN_SATA); in variant_devtree_update()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/puff/variants/baseboard/ |
H A D | mainboard.c | 100 struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in mainboard_set_power_limits() 102 dev = pcidev_path_on_root(SA_DEVFN_IGD); in mainboard_set_power_limits()
|
/aosp_15_r20/external/coreboot/src/soc/amd/stoneyridge/ |
H A D | romstage.c | 138 const struct device *dev = pcidev_path_on_root(GNB_DEVFN); in SetMemParams() 175 const struct device *dev = pcidev_path_on_root(GNB_DEVFN); in soc_customize_init_early()
|
/aosp_15_r20/external/coreboot/src/soc/intel/meteorlake/ |
H A D | chip.c | 130 struct device *ish = pcidev_path_on_root(PCI_DEVFN_ISH); in soc_is_ish_partition_enabled() 159 dev = pcidev_path_on_root(PCI_DEVFN_NPK); in soc_enable_tracehub()
|
H A D | finalize.c | 51 dev = pcidev_path_on_root(PCI_DEVFN_TBT(i)); in tbt_finalize()
|
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/include/soc/ |
H A D | pci_devs.h | 14 #define _PCH_DEV(slot, func) pcidev_path_on_root(_PCH_DEVFN(slot, func)) 26 #define SA_DEV_ROOT pcidev_path_on_root(PCI_DEVFN(SA_DEV_SLOT_ROOT, 0))
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/graphics/ |
H A D | graphics.c | 217 struct device *dev = pcidev_path_on_root(SA_DEVFN_IGD); in graphics_get_framebuffer_address() 235 struct device *dev = pcidev_path_on_root(SA_DEVFN_IGD); in graphics_get_gtt_base()
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/systemagent/ |
H A D | systemagent.c | 300 const struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in sa_lock_pam() 313 sa_read_map_entry(pcidev_path_on_root(SA_DEVFN_ROOT), &sa_memory_map[SA_TOUUD_REG], in ssdt_set_above_4g_pci()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/octopus/variants/phaser/ |
H A D | variant.c | 14 touchscreen_i2c_host = pcidev_path_on_root(PCH_DEVFN_I2C7); in variant_update_devtree()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/octopus/variants/foob/ |
H A D | variant.c | 15 touchscreen_i2c_host = pcidev_path_on_root(PCH_DEVFN_I2C7); in variant_update_devtree()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/poppy/variants/nocturne/ |
H A D | mainboard.c | 16 struct device *igd_dev = pcidev_path_on_root(SA_DEVFN_IGD); in get_pl2()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/poppy/variants/atlas/ |
H A D | mainboard.c | 15 struct device *igd_dev = pcidev_path_on_root(SA_DEVFN_IGD); in get_pl2()
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/thermal/ |
H A D | thermal_pci.c | 20 dev = pcidev_path_on_root(PCH_DEVFN_THERMAL); in pch_thermal_configuration()
|
/aosp_15_r20/external/coreboot/src/mainboard/siemens/mc_ehl/variants/mc_ehl4/ |
H A D | mainboard.c | 26 dev = pcidev_path_on_root(PCH_DEVFN_SDCARD); in variant_mainboard_final()
|
/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/ |
H A D | finalize.c | 47 dev = pcidev_path_on_root(SA_DEVFN_TBT(i)); in tbt_finalize()
|
H A D | lpm.c | 16 const struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in platform_is_up3()
|
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/ |
H A D | memmap.c | 20 struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in system_agent_region_base()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/dedede/variants/bugzzy/ |
H A D | ramstage.c | 40 struct device *igd_dev = pcidev_path_on_root(SA_DEVFN_IGD); in wa_init_display_signal()
|
/aosp_15_r20/external/coreboot/src/mainboard/siemens/mc_ehl/variants/mc_ehl3/ |
H A D | mainboard.c | 24 dev = pcidev_path_on_root(PCH_DEVFN_SDCARD); in variant_mainboard_final()
|
/aosp_15_r20/external/coreboot/src/mainboard/google/brya/variants/aurash/ |
H A D | ramstage.c | 33 struct device *dev = pcidev_path_on_root(SA_DEVFN_ROOT); in update_oem_variables()
|