Home
last modified time | relevance | path

Searched refs:rt_ofw_get_address (Results 1 – 7 of 7) sorted by relevance

/components/drivers/include/drivers/
A Dofw_io.h23 rt_err_t rt_ofw_get_address(struct rt_ofw_node *np, int index, rt_uint64_t *out_address, rt_uint64_…
/components/drivers/core/
A Dnuma.c143 if (rt_ofw_get_address(np, i, &addr, &size)) in numa_ofw_init()
A Dplatform_ofw.c60 if (!rt_ofw_get_address(np, 0, &addr, RT_NULL)) in ofw_device_rename()
/components/drivers/ofw/
A Dio.c126 rt_err_t rt_ofw_get_address(struct rt_ofw_node *np, int index, rt_uint64_t *out_address, rt_uint64_… in rt_ofw_get_address() function
169 err = rt_ofw_get_address(np, index, out_address, out_size); in ofw_get_address_by_name()
A Dbase.c1036 if (cpu_np && thread >= 0 && !rt_ofw_get_address(cpu_np, thread, &thread_id, RT_NULL)) in rt_ofw_get_cpu_hwid()
/components/drivers/mfd/
A Dmfd-syscon.c179 if ((err = rt_ofw_get_address(np, 0, &iomem_range[0], &iomem_range[1]))) in syscon_probe()
/components/drivers/dma/
A Ddma_pool.c194 if ((err = rt_ofw_get_address(mem_np, 0, &addr, &size))) in ofw_device_dma_ops()

Completed in 14 milliseconds