Searched refs:rt_phandle (Results 1 – 8 of 8) sorted by relevance
73 rt_err_t ofw_phandle_hash_reset(rt_phandle min, rt_phandle max);
31 static rt_phandle _phandle_range[2] = { 1, 1 }, _phandle_next = 1;36 rt_err_t ofw_phandle_hash_reset(rt_phandle min, rt_phandle max) in ofw_phandle_hash_reset()39 rt_phandle next = max; in ofw_phandle_hash_reset()84 static rt_phandle ofw_phandle_next(void) in ofw_phandle_next()86 rt_phandle next; in ofw_phandle_next()658 struct rt_ofw_node *rt_ofw_find_node_by_phandle(rt_phandle phandle) in rt_ofw_find_node_by_phandle()665 rt_phandle poff = phandle - _phandle_range[0]; in rt_ofw_find_node_by_phandle()985 np = rt_ofw_find_node_by_phandle((rt_phandle)phandle); in rt_ofw_get_cpu_state_node()1263 phandle_node = rt_ofw_find_node_by_phandle((rt_phandle)phandle); in ofw_map_id()1359 rt_phandle phandle; in rt_ofw_append_child()[all …]
41 rt_phandle ic_phandle = 0; in ofw_parse_irq_map()499 rt_phandle ic_phandle; in rt_ofw_find_irq_parent()617 rt_phandle cpu_phandle; in rt_ofw_get_irq()
35 static rt_phandle _phandle_min;36 static rt_phandle _phandle_max;
23 rt_phandle phandle; in ofw_pin_ctrl_confs_apply()
21 typedef rt_uint32_t rt_phandle; typedef38 rt_phandle phandle;180 struct rt_ofw_node *rt_ofw_find_node_by_phandle(rt_phandle phandle);
514 rt_phandle parent_phandle = 0; in regulator_check_parent()559 rt_phandle supply_phandle; in rt_regulator_get()
173 rt_phandle phandle; in ofw_device_dma_ops()
Completed in 17 milliseconds