Lines Matching refs:rt_phandle
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()
1515 struct rt_ofw_node *phandle_np = rt_ofw_find_node_by_phandle((rt_phandle)value); in ofw_parse_phandle_cells()