Searched refs:faa (Results 1 - 25 of 389) sorted by relevance

1234567891011>>

/src/sys/arch/arm/sunxi/
H A Dsunxi_de2.c50 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 Dsun9i_a80_mmcclk.c72 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 Dti_sysc.c57 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 Dti_tptc.c57 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 Domap3_prm.c57 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 Dti_gpmc.c57 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 Dimx_snvs.c52 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 Dimx_i2c.c46 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 Dzynq7000_uart.c54 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 Dzynq_cemac.c76 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 Dzynq7000_usb.c69 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 Dcpus_fdt.c45 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 Dimx23timrot_fdt.c Error!

 

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)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
at java.base/java.io.FileReader.<init>(FileReader.java:75)
at org.opensolaris.opengrok.search.Results.prettyPrint(Results.java:191)
at org.apache.jsp.search_jsp._jspService(search_jsp.java:736)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:623)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:349)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:300)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:623)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:142)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:142)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:88)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:643)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:398)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:935)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1831)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:973)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:491)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Thread.java:829)