Searched refs:faa (Results 1 - 25 of 389) sorted by relevance
| /src/sys/arch/arm/sunxi/ | ||
| H A D | 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); |
| H A D | sun9i_a80_mmcclk.c | 72 struct fdt_attach_args * const faa = aux; local in function:sun9i_a80_mmcclk_match 74 return of_compatible_match(faa->faa_phandle, compat_data); 81 struct fdt_attach_args * const faa = aux; local in function:sun9i_a80_mmcclk_attach 82 const int phandle = faa->faa_phandle; 87 sc->sc_phandle = faa->faa_phandle; 88 sc->sc_bst = faa->faa_bst; |
| /src/sys/arch/arm/ti/ | ||
| H A D | 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); |
| H A D | 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; |
| H A D | 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); |
| H A D | 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/ | ||
| H A D | 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); |
| H A D | 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/arm/xilinx/ | ||
| H A D | 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) argument 101 const int phandle = faa->faa_phandle; 102 bus_space_tag_t bst = faa->faa_bst; |
| H A D | 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; |
| H A D | 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, |
| /src/sys/arch/riscv/fdt/ | ||
| H A D | 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/imx/ | ||
| H A D | imx23timrot_fdt.c |
There was an error!/tank/opengrok/repo2/src/sys/arch/arm/imx/imx23timrot_fdt.c (No such file or directory) java.io.FileNotFoundException: /tank/opengrok/repo2/src/sys/arch/arm/imx/imx23timrot_fdt.c (No such file or directory) |