OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_rst_ahb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sunxi_mmc.c
183
struct fdtbus_reset *
sc_rst_ahb
;
member in struct:sunxi_mmc_softc
343
sc->
sc_rst_ahb
= fdtbus_reset_get(phandle, "ahb");
353
if (sc->
sc_rst_ahb
!= NULL) {
354
if (fdtbus_reset_deassert(sc->
sc_rst_ahb
) != 0) {
sunxi_nand.c
145
struct fdtbus_reset *
sc_rst_ahb
;
member in struct:sunxi_nand_softc
620
sc->
sc_rst_ahb
= fdtbus_reset_get(sc->sc_phandle, "ahb");
621
if (sc->
sc_rst_ahb
!= NULL) {
622
if ((error = fdtbus_reset_deassert(sc->
sc_rst_ahb
)) != 0)
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025