OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_clk_biu
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/altera/
cycv_dwcmmc.c
59
struct clk *
sc_clk_biu
;
member in struct:cycv_dwcmmc_softc
101
esc->
sc_clk_biu
= fdtbus_clock_get(phandle, "biu");
102
if (esc->
sc_clk_biu
== NULL) {
112
error = clk_enable(esc->
sc_clk_biu
);
/src/sys/arch/arm/samsung/
exynos_dwcmmc.c
63
struct clk *
sc_clk_biu
;
member in struct:exynos_dwcmmc_softc
111
esc->
sc_clk_biu
= fdtbus_clock_get(phandle, "biu");
112
if (esc->
sc_clk_biu
== NULL) {
122
error = clk_enable(esc->
sc_clk_biu
);
/src/sys/dev/fdt/
dwcmmc_fdt.c
83
struct clk *
sc_clk_biu
;
member in struct:dwcmmc_fdt_softc
126
esc->
sc_clk_biu
= fdtbus_clock_get(phandle, "biu");
127
if (esc->
sc_clk_biu
== NULL) {
137
error = clk_enable(esc->
sc_clk_biu
);
Completed in 146 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025