Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/bestcomm/
Dsram.c37 int bcom_sram_init(struct device_node *sram_node, char *owner) in bcom_sram_init() argument
59 regaddr_p = of_get_address(sram_node, 0, &size64, NULL); in bcom_sram_init()
67 regaddr64 = of_translate_address(sram_node, regaddr_p); in bcom_sram_init()
98 reg_addr_p = of_get_property(sram_node, "available", &psize); in bcom_sram_init()
110 phys_addr_t zbase = of_translate_address(sram_node, regaddr_p); in bcom_sram_init()
/linux-6.1.9/drivers/soc/sunxi/
Dsunxi_sram.c112 struct device_node *sram_node, *section_node; in sunxi_sram_show() local
122 for_each_child_of_node(sram_dev->of_node, sram_node) { in sunxi_sram_show()
123 sram_addr_p = of_get_address(sram_node, 0, NULL, NULL); in sunxi_sram_show()
128 for_each_child_of_node(sram_node, section_node) { in sunxi_sram_show()
/linux-6.1.9/arch/arm/mach-sunxi/
Dmc_smp.c696 struct device_node *sram_node; member
711 of_node_put(nodes->sram_node); in sunxi_mc_smp_put_nodes()
732 nodes->sram_node = of_find_compatible_node(NULL, NULL, in sun9i_a80_get_smp_nodes()
734 if (!nodes->sram_node) { in sun9i_a80_get_smp_nodes()
860 sram_b_smp_base = of_io_request_and_map(nodes.sram_node, 0, in sunxi_mc_smp_init()
900 of_address_to_resource(nodes.sram_node, 0, &res); in sunxi_mc_smp_init()
/linux-6.1.9/include/linux/fsl/bestcomm/
Dsram.h36 extern int bcom_sram_init(struct device_node *sram_node, char *owner);