Searched refs:sram_node (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/dma/bestcomm/ |
| H A D | sram.c | 37 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/arch/arm/mach-sunxi/ |
| H A D | mc_smp.c | 695 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/include/linux/fsl/bestcomm/ |
| H A D | sram.h | 36 extern int bcom_sram_init(struct device_node *sram_node, char *owner);
|
| /linux/drivers/thermal/ |
| H A D | sun8i_thermal.c | 354 struct device_node *sram_node __free(device_node) = in sun8i_ths_get_sram_regmap() 356 if (!sram_node) in sun8i_ths_get_sram_regmap() 359 sram_pdev = of_find_device_by_node(sram_node); in sun8i_ths_get_sram_regmap()
|