Searched refs:rt_ofw_get_address (Results 1 – 7 of 7) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | ofw_io.h | 23 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 D | numa.c | 143 if (rt_ofw_get_address(np, i, &addr, &size)) in numa_ofw_init()
|
| A D | platform_ofw.c | 60 if (!rt_ofw_get_address(np, 0, &addr, RT_NULL)) in ofw_device_rename()
|
| /components/drivers/ofw/ |
| A D | io.c | 126 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 D | base.c | 1036 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 D | mfd-syscon.c | 179 if ((err = rt_ofw_get_address(np, 0, &iomem_range[0], &iomem_range[1]))) in syscon_probe()
|
| /components/drivers/dma/ |
| A D | dma_pool.c | 194 if ((err = rt_ofw_get_address(mem_np, 0, &addr, &size))) in ofw_device_dma_ops()
|
Completed in 14 milliseconds