/src/sys/arch/arm/sunxi/ |
sunxi_de2.c | 50 struct fdt_attach_args * const faa = aux; local in function:sunxi_de2_match 52 return of_compatible_match(faa->faa_phandle, compat_data); 58 struct fdt_attach_args * const faa = aux; local in function:sunxi_de2_attach 59 const int phandle = faa->faa_phandle; 69 fdt_add_bus(self, phandle, faa);
|
/src/sys/arch/arm/ti/ |
ti_sysc.c | 57 struct fdt_attach_args * const faa = aux; local in function:ti_sysc_match 59 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:ti_sysc_attach 66 const int phandle = faa->faa_phandle; 71 fdt_add_bus(self, phandle, faa);
|
ti_tptc.c | 57 struct fdt_attach_args * const faa = aux; local in function:ti_tptc_match 59 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:ti_tptc_attach 66 const int phandle = faa->faa_phandle;
|
omap3_prm.c | 57 struct fdt_attach_args * const faa = aux; local in function:omap3_prm_match 59 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:omap3_prm_attach 66 const int phandle = faa->faa_phandle; 72 fdt_add_bus(self, phandle, faa); 76 fdt_add_bus(self, clocks, faa);
|
ti_gpmc.c | 57 struct fdt_attach_args * const faa = aux; local in function:ti_gpmc_match 59 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:ti_gpmc_attach 66 const int phandle = faa->faa_phandle; 76 fdt_add_bus(self, phandle, faa);
|
/src/sys/arch/arm/nxp/ |
imx_snvs.c | 52 struct fdt_attach_args * const faa = aux; local in function:imxsnvs_match 54 return of_compatible_match(faa->faa_phandle, compat_data); 60 struct fdt_attach_args * const faa = aux; local in function:imxsnvs_attach 61 const int phandle = faa->faa_phandle; 71 faa->faa_bst, addr, size, 0, 0);
|
imx_i2c.c | 46 struct fdt_attach_args * const faa = aux; local in function:imxi2c_match 48 return of_compatible_match(faa->faa_phandle, compat_data); 55 struct fdt_attach_args * const faa = aux; local in function:imxi2c_attach 56 const int phandle = faa->faa_phandle; 57 bus_space_tag_t bst = faa->faa_bst;
|
/src/sys/arch/riscv/fdt/ |
cpus_fdt.c | 45 struct fdt_attach_args * const faa = aux; local in function:fdtbus_cpus_md_attach 46 const int cpus = faa->faa_phandle;
|
/src/sys/arch/arm/xilinx/ |
zynq7000_uart.c | 54 struct fdt_attach_args * const faa = aux; local in function:zynquart_match 56 return of_compatible_match(faa->faa_phandle, compat_data); 62 struct fdt_attach_args * faa = aux; local in function:zynquart_attach 63 const int phandle = faa->faa_phandle; 84 zynquart_attach_common(parent, self, faa->faa_bst, addr, size, 0); 99 zynq_uart_console_consinit(struct fdt_attach_args *faa, u_int uart_freq) 101 const int phandle = faa->faa_phandle; 102 bus_space_tag_t bst = faa->faa_bst;
|
zynq_cemac.c | 76 struct fdt_attach_args * const faa = aux; local in function:cemac_match 78 return of_compatible_match(faa->faa_phandle, compat_data); 84 struct fdt_attach_args * const faa = aux; local in function:cemac_attach 86 const int phandle = faa->faa_phandle; 97 error = bus_space_map(faa->faa_bst, addr, size, 0, &sc->sc_ioh); 117 sc->sc_iot = faa->faa_bst; 118 sc->sc_dmat = faa->faa_dmat;
|
/src/sys/arch/arm/imx/ |
imx23timrot_fdt.c | 65 struct fdt_attach_args * const faa = aux; local in function:imx23timrot_fdt_match 67 return of_compatible_match(faa->faa_phandle, compat_data); 79 struct fdt_attach_args * const faa = aux; local in function:imx23timrot_fdt_attach 80 const int phandle = faa->faa_phandle; 95 imx23timrot_systimer_init(&sc->systimer_sc, faa->faa_bst, -1); 96 imx23timrot_stattimer_init(&sc->stattimer_sc, faa->faa_bst, -1); 134 .aa_iot = faa->faa_bst, 135 .aa_dmat = faa->faa_dmat,
|
/src/sys/arch/arm/broadcom/ |
bcm2838_rng.c | 61 struct fdt_attach_args * const faa = aux; local in function:bcm2838rng_match 63 return of_compatible_match(faa->faa_phandle, compat_data); 70 struct fdt_attach_args * const faa = aux; local in function:bcm2838rng_attach 78 error = fdtbus_get_reg(faa->faa_phandle, 0, &addr, &size); 84 if (bus_space_map(faa->faa_bst, addr, size, 0, &bsh)) { 92 sc->sc_rng200.sc_bst = faa->faa_bst;
|
bcm2835_mbox_fdt.c | 65 struct fdt_attach_args * const faa = aux; local in function:bcmmbox_fdt_match 67 return of_compatible_match(faa->faa_phandle, compat_data); 74 struct fdt_attach_args * const faa = aux; local in function:bcmmbox_fdt_attach 75 const int phandle = faa->faa_phandle; 81 sc->sc_iot = faa->faa_bst; 82 sc->sc_dmat = faa->faa_dmat; 89 if (bus_space_map(faa->faa_bst, addr, size, 0, &sc->sc_ioh) != 0) {
|
/src/sys/arch/arm/fdt/ |
l2cc_fdt.c | 57 struct fdt_attach_args * const faa = aux; local in function:l2cc_fdt_match 59 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:l2cc_fdt_attach 66 const int phandle = faa->faa_phandle; 75 if (bus_space_map(faa->faa_bst, addr, size, 0, &bsh)) { 85 .mpcaa_memt = faa->faa_bst,
|
plrtc_fdt.c | 56 struct fdt_attach_args * const faa = aux; local in function:plrtc_fdt_match 58 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:plrtc_fdt_attach 66 const int phandle = faa->faa_phandle; 76 sc->sc_bst = faa->faa_bst; 77 if (bus_space_map(faa->faa_bst, addr, size, 0, &sc->sc_bsh)) {
|
a9wdt_fdt.c | 79 struct fdt_attach_args * const faa = aux; local in function:a9wdt_fdt_match 81 return of_compatible_match(faa->faa_phandle, compat_data); 88 struct fdt_attach_args * const faa = aux; local in function:a9wdt_fdt_attach 89 const int phandle = faa->faa_phandle; 109 if (bus_space_map(faa->faa_bst, addr, size, 0, &bsh)) { 116 .mpcaa_memt = faa->faa_bst,
|
aaci_fdt.c | 56 struct fdt_attach_args * const faa = aux; local in function:aaci_fdt_match 58 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:aaci_fdt_attach 66 const int phandle = faa->faa_phandle; 90 sc->sc_bst = faa->faa_bst; 91 if (bus_space_map(faa->faa_bst, addr, size, 0, &sc->sc_bsh)) {
|
plkmi_fdt.c | 56 struct fdt_attach_args * const faa = aux; local in function:plkmi_fdt_match 58 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:plkmi_fdt_attach 66 const int phandle = faa->faa_phandle; 91 sc->sc_bst = faa->faa_bst; 92 if (bus_space_map(faa->faa_bst, addr, size, 0, &sc->sc_bsh)) {
|
/src/sys/dev/fdt/ |
cpus.c | 52 struct fdt_attach_args * const faa = aux; local in function:cpus_match 54 return OF_finddevice("/cpus") == faa->faa_phandle; 60 struct fdt_attach_args * const faa = aux; local in function:cpus_attach 61 const int phandle = faa->faa_phandle; 67 fdtbus_cpus_md_attach(parent, self, faa); 72 fdt_add_child(self, child, faa, 0);
|
qemufwcfg_fdt.c | 61 struct fdt_attach_args * const faa = opaque; local in function:fwcfg_fdt_match 63 return of_compatible_match(faa->faa_phandle, compat_data); 70 struct fdt_attach_args * const faa = opaque; local in function:fwcfg_fdt_attach 74 if (fdtbus_get_reg(faa->faa_phandle, 0, &base, &size) != 0) { 80 sc->sc_bst = faa->faa_bst;
|
amdccp_fdt.c | 60 const struct fdt_attach_args * const faa = aux; local in function:amdccp_fdt_match 62 return of_compatible_match(faa->faa_phandle, compat_data); 70 const struct fdt_attach_args * const faa = aux; local in function:amdccp_fdt_attach 71 const int phandle = faa->faa_phandle; 82 sc->sc_bst = faa->faa_bst;
|
gfrtc_fdt.c | 56 struct fdt_attach_args * const faa = aux; local in function:gfrtc_fdt_match 58 return of_compatible_match(faa->faa_phandle, compat_data); 65 struct fdt_attach_args * const faa = aux; local in function:gfrtc_fdt_attach 66 const int phandle = faa->faa_phandle; 76 sc->sc_bst = faa->faa_bst;
|
fdtbus.c | 102 const struct fdt_attach_args *faa = aux; local in function:fdt_match 103 const int phandle = faa->faa_phandle; 127 const struct fdt_attach_args *faa = aux; local in function:fdt_attach 128 const int phandle = faa->faa_phandle; 133 sc->sc_faa = *faa; 147 if (OF_finddevice("/") != faa->faa_phandle) 204 bool quiet, struct fdt_attach_args *faa) 206 *faa = *faa_tmpl; 207 faa->faa_phandle = node->n_phandle; 208 faa->faa_name = node->n_name 371 struct fdt_attach_args faa; local in function:fdt_scan_best 406 struct fdt_attach_args faa; local in function:fdt_scan 570 const struct fdt_attach_args * const faa = aux; local in function:fdtbus_print [all...] |
/src/sys/arch/arm/nvidia/ |
tegra_com.c | 76 struct fdt_attach_args * const faa = aux; local in function:tegra_com_match 78 return of_compatible_match(faa->faa_phandle, compat_data); 86 struct fdt_attach_args * const faa = aux; local in function:tegra_com_attach 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 [all...] |
/src/sys/arch/evbarm/fdt/ |
fdt_bus_machdep.c | 59 struct fdt_attach_args faa; local in function:fdtbus_bus_tag_create 61 plat->fp_init_attach_args(&faa); 64 *tagp = *faa.faa_bst;
|