/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);
|
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_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);
|
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;
|
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);
|
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);
|
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);
|
/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;
|
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/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;
|
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;
|
/src/sys/dev/fdt/ |
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;
|
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;
|
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);
|
dwcwdt_fdt.c | 53 struct fdt_attach_args * const faa = aux; local in function:dwcwdt_fdt_match 55 return of_compatible_match(faa->faa_phandle, compat_data); 62 struct fdt_attach_args * const faa = aux; local in function:dwcwdt_fdt_attach 63 const int phandle = faa->faa_phandle; 90 sc->sc_bst = faa->faa_bst;
|
/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_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);
|
/src/sys/arch/arm/amlogic/ |
mesongxbb_aoclkc.c | 80 struct fdt_attach_args * const faa = aux; local in function:mesongxbb_aoclkc_match 82 return of_compatible_match(faa->faa_phandle, compat_data); 89 struct fdt_attach_args * const faa = aux; local in function:mesongxbb_aoclkc_attach 92 sc->sc_phandle = faa->faa_phandle;
|
/src/sys/arch/arm/broadcom/ |
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,
|
/src/sys/arch/arm/xilinx/ |
zynq7000_usb.c | 69 struct fdt_attach_args * const faa = aux; local in function:zynqusb_match 71 return of_compatible_match(faa->faa_phandle, compat_data); 77 struct fdt_attach_args * faa = aux; local in function:zynqusb_attach 79 const int phandle = faa->faa_phandle; 102 zynqusb_attach_common(parent, self, faa->faa_bst, faa->faa_dmat,
|