Home | History | Annotate | Download | only in fdt

Lines Matching refs:phandle

80 	const int phandle = faa->faa_phandle;
89 if (fdtbus_get_reg(phandle, 0, &addr, &size) != 0) {
94 if (of_getprop_uint32(phandle, "reg-shift", &reg_shift)) {
98 if (of_getprop_uint32(phandle, "reg-io-width", &reg_iowidth)) {
105 ssc->ssc_clk = fdtbus_clock_get_index(phandle, 0);
115 ssc->ssc_pclk = fdtbus_clock_get(phandle, "apb_pclk");
121 ssc->ssc_rst = fdtbus_reset_get_index(phandle, 0);
140 if (!fdtbus_intr_str(phandle, 0, intrstr, sizeof(intrstr))) {
145 ssc->ssc_ih = fdtbus_intr_establish_xname(phandle, 0,
159 dw_apb_uart_console_match(int phandle)
161 return of_compatible_match(phandle, compat_data);
167 const int phandle = faa->faa_phandle;
176 fdtbus_get_reg(phandle, 0, &addr, NULL);
182 if (of_getprop_uint32(phandle, "reg-shift", &reg_shift)) {
186 if (of_getprop_uint32(phandle, "reg-io-width", &reg_iowidth)) {