Home
last modified time | relevance | path

Searched refs:sram_node (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/dma/bestcomm/
H A Dsram.c37 int bcom_sram_init(struct device_node *sram_node, char *owner) in bcom_sram_init() argument
59 rv = of_address_to_resource(sram_node, 0, &res); in bcom_sram_init()
102 phys_addr_t zbase = of_translate_address(sram_node, regaddr_p); in bcom_sram_init()
/linux-6.15/drivers/soc/sunxi/
H A Dsunxi_sram.c110 struct device_node *sram_node, *section_node; in sunxi_sram_show() local
120 for_each_child_of_node(sram_dev->of_node, sram_node) { in sunxi_sram_show()
121 if (!of_device_is_compatible(sram_node, "mmio-sram")) in sunxi_sram_show()
124 sram_addr_p = of_get_address(sram_node, 0, NULL, NULL); in sunxi_sram_show()
129 for_each_child_of_node(sram_node, section_node) { in sunxi_sram_show()
/linux-6.15/arch/arm/mach-sunxi/
H A Dmc_smp.c695 struct device_node *sram_node; member
710 of_node_put(nodes->sram_node); in sunxi_mc_smp_put_nodes()
731 nodes->sram_node = of_find_compatible_node(NULL, NULL, in sun9i_a80_get_smp_nodes()
733 if (!nodes->sram_node) { in sun9i_a80_get_smp_nodes()
859 sram_b_smp_base = of_io_request_and_map(nodes.sram_node, 0, in sunxi_mc_smp_init()
899 of_address_to_resource(nodes.sram_node, 0, &res); in sunxi_mc_smp_init()
/linux-6.15/include/linux/fsl/bestcomm/
H A Dsram.h36 extern int bcom_sram_init(struct device_node *sram_node, char *owner);
/linux-6.15/drivers/thermal/
H A Dsun8i_thermal.c355 struct device_node *sram_node __free(device_node) = in sun8i_ths_get_sram_regmap()
357 if (!sram_node) in sun8i_ths_get_sram_regmap()
360 sram_pdev = of_find_device_by_node(sram_node); in sun8i_ths_get_sram_regmap()