Lines Matching refs:faa
76 struct fdt_attach_args * const faa = aux;
78 return of_compatible_match(faa->faa_phandle, compat_data);
86 struct fdt_attach_args * const faa = aux;
87 bus_space_tag_t bst = faa->faa_bst;
95 if (fdtbus_get_reg(faa->faa_phandle, 0, &addr, &size) != 0) {
100 if (of_getprop_uint32(faa->faa_phandle, "reg-shift", ®_shift)) {
107 tsc->tsc_clk = fdtbus_clock_get_index(faa->faa_phandle, 0);
108 tsc->tsc_rst = fdtbus_reset_get(faa->faa_phandle, "serial");
129 if (!fdtbus_intr_str(faa->faa_phandle, 0, intrstr, sizeof(intrstr))) {
134 tsc->tsc_ih = fdtbus_intr_establish_xname(faa->faa_phandle, 0,
154 tegra_com_console_consinit(struct fdt_attach_args *faa, u_int uart_freq)
156 const int phandle = faa->faa_phandle;
157 bus_space_tag_t bst = faa->faa_bst;
171 if (of_getprop_uint32(faa->faa_phandle, "reg-shift", ®_shift)) {