Lines Matching full:phandle
32 int phandle; member
57 int phandle = fdt_get_phandle(blob, node); in broadwell_pinctrl_read_configs() local
59 if (!phandle) in broadwell_pinctrl_read_configs()
67 conf->phandle = phandle; in broadwell_pinctrl_read_configs()
88 debug("config: phandle=%d\n", phandle); in broadwell_pinctrl_read_configs()
98 int conf_count, int phandle) in broadwell_pinctrl_lookup_phandle() argument
103 if (conf[i].phandle == phandle) in broadwell_pinctrl_lookup_phandle()
132 uint phandle = fdt32_to_cpu(prop[i * 3 + 1]); in broadwell_pinctrl_read_pins() local
141 phandle); in broadwell_pinctrl_read_pins()
143 debug("%s: Cannot find phandle %d\n", __func__, in broadwell_pinctrl_read_pins()
144 phandle); in broadwell_pinctrl_read_pins()