/external/coreboot/src/southbridge/amd/pi/hudson/ |
D | sm.c | 43 res = find_resource(pbus->dev, 0x90); in lsmbus_recv_byte() 57 res = find_resource(pbus->dev, 0x90); in lsmbus_send_byte() 71 res = find_resource(pbus->dev, 0x90); in lsmbus_read_byte() 85 res = find_resource(pbus->dev, 0x90); in lsmbus_write_byte()
|
/external/coreboot/src/southbridge/intel/common/ |
D | smbus_ops.c | 18 res = find_resource(pbus->dev, PCI_BASE_ADDRESS_4); in lsmbus_read_byte() 31 res = find_resource(pbus->dev, PCI_BASE_ADDRESS_4); in lsmbus_write_byte() 43 res = find_resource(pbus->dev, PCI_BASE_ADDRESS_4); in lsmbus_block_write() 55 res = find_resource(pbus->dev, PCI_BASE_ADDRESS_4); in lsmbus_block_read()
|
/external/coreboot/src/mainboard/aopen/dxplplusu/ |
D | acpi_tables.c | 16 res = find_resource(dev, PCI_BASE_ADDRESS_0); in acpi_fill_madt() 24 res = find_resource(dev, PCI_BASE_ADDRESS_0); in acpi_fill_madt()
|
/external/coreboot/src/soc/intel/elkhartlake/ |
D | tsn_gbe.c | 63 struct resource *gbe_tsn_res = find_resource(dev, PCI_BASE_ADDRESS_0); in gbe_tsn_init() 103 struct resource *gbe_tsn_res = find_resource(dev, PCI_BASE_ADDRESS_0); in tsn_mdio_read() 128 struct resource *gbe_tsn_res = find_resource(dev, PCI_BASE_ADDRESS_0); in tsn_mdio_write()
|
/external/trusty/arm-trusted-firmware/plat/st/stm32mp1/ |
D | stm32mp1_scmi.c | 150 static const struct scmi_agent_resources *find_resource(unsigned int agent_id) in find_resource() function 224 const struct scmi_agent_resources *resource = find_resource(agent_id); in find_clock() 240 const struct scmi_agent_resources *resource = find_resource(agent_id); in plat_scmi_clock_count() 352 const struct scmi_agent_resources *resource = find_resource(agent_id); in find_rstd() 379 const struct scmi_agent_resources *resource = find_resource(agent_id); in plat_scmi_rstd_count()
|
/external/trusty/arm-trusted-firmware/plat/amd/versal2/ |
D | scmi.c | 230 static const struct scmi_resources *find_resource(unsigned int agent_id) in find_resource() function 239 const struct scmi_resources *resource = find_resource(agent_id); in clk_find() 257 const struct scmi_resources *resource = find_resource(agent_id); in plat_scmi_clock_count() 397 const struct scmi_resources *resource = find_resource(agent_id); in find_reset() 424 const struct scmi_resources *resource = find_resource(agent_id); in plat_scmi_rstd_count() 500 const struct scmi_resources *resource = find_resource(agent_id); in find_pd() 516 const struct scmi_resources *resource = find_resource(agent_id); in plat_scmi_pd_count()
|
/external/coreboot/src/northbridge/intel/pineview/ |
D | gma.c | 237 mmio_res = find_resource(dev, PCI_BASE_ADDRESS_0); in gma_func0_init() 238 gtt_res = find_resource(dev, PCI_BASE_ADDRESS_3); in gma_func0_init() 239 pio_res = find_resource(dev, PCI_BASE_ADDRESS_1); in gma_func0_init()
|
/external/coreboot/src/ec/kontron/it8516e/ |
D | ec.c | 202 ec_set_ports(find_resource(dev, PNP_IDX_IO1)->base, in it8516e_pm2_init() 203 find_resource(dev, PNP_IDX_IO0)->base); in it8516e_pm2_init()
|
/external/coreboot/src/mainboard/google/dedede/variants/bugzzy/ |
D | ramstage.c | 46 igd_bar = find_resource(igd_dev, PCI_BASE_ADDRESS_0)->base; in wa_init_display_signal()
|
/external/coreboot/src/soc/intel/common/block/uart/ |
D | uart.c | 121 struct resource *res = find_resource(dev, PCI_BASE_ADDRESS_0); in uart_read_resources() 130 struct resource *res = find_resource(dev, PCI_BASE_ADDRESS_0); in uart_read_resources()
|
/external/coreboot/src/southbridge/intel/i82801gx/ |
D | usb_ehci.c | 26 res = find_resource(dev, PCI_BASE_ADDRESS_0); in usb_ehci_init()
|
/external/coreboot/src/superio/fintek/f71863fg/ |
D | superio.c | 18 find_resource(dev, PNP_IDX_IO0); in f71863fg_init()
|
/external/coreboot/src/soc/intel/apollolake/ |
D | xdci.c | 48 res = find_resource(dev, PCI_BASE_ADDRESS_0); in configure_host_mode_port0()
|
D | chip.c | 794 res = find_resource(xhci_dev, PCI_BASE_ADDRESS_0); in configure_xhci_host_mode_port0() 834 res = find_resource(xhci_dev, PCI_BASE_ADDRESS_0); in disable_xhci_lfps_pm() 883 res = find_resource(xhci_dev, PCI_BASE_ADDRESS_0); in platform_fsp_notify_status()
|
/external/coreboot/src/soc/intel/common/block/scs/ |
D | mmc.c | 61 res = find_resource(dev, PCI_BASE_ADDRESS_0); in mmc_soc_init()
|
/external/coreboot/src/soc/intel/common/block/graphics/ |
D | graphics.c | 276 struct resource *res_bar0 = find_resource(dev, PCI_BASE_ADDRESS_0); in graphics_dev_read_resources() 286 struct resource *res_bar0 = find_resource(dev, PCI_BASE_ADDRESS_0); in graphics_dev_read_resources()
|
/external/coreboot/src/include/device/ |
D | resource.h | 71 struct resource *find_resource(const struct device *dev, unsigned int index);
|
/external/coreboot/src/superio/winbond/w83627ehg/ |
D | superio.c | 72 res0 = find_resource(dev, PNP_IDX_IO0); in w83627ehg_init()
|
/external/coreboot/src/superio/winbond/w83627hf/ |
D | superio.c | 78 res0 = find_resource(dev, PNP_IDX_IO0); in w83627hf_init()
|
/external/coreboot/src/soc/intel/baytrail/ |
D | lpe.c | 127 mmio = find_resource(dev, PCI_BASE_ADDRESS_0); in lpe_stash_firmware_info()
|
/external/coreboot/src/southbridge/ricoh/rl5c476/ |
D | rl5c476.c | 166 resource = find_resource(dev,1); in rl5c476_set_resources()
|
/external/coreboot/src/soc/intel/braswell/ |
D | lpe.c | 124 mmio = find_resource(dev, PCI_BASE_ADDRESS_0); in lpe_stash_firmware_info()
|
/external/coreboot/src/soc/intel/broadwell/pch/ |
D | usb_xhci.c | 183 struct resource *res = find_resource(dev, PCI_BASE_ADDRESS_0); in xhci_init()
|
/external/coreboot/src/superio/smsc/lpc47n217/ |
D | superio.c | 237 ioport_resource = find_resource(dev, PNP_IDX_IO0); in lpc47n217_pnp_set_enable()
|
/external/coreboot/src/superio/smsc/lpc47n227/ |
D | superio.c | 247 ioport_resource = find_resource(dev, PNP_IDX_IO0); in lpc47n227_pnp_set_enable()
|