Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/imx/ | |
imxclockvar.h | 17 extern struct imxclock_softc *epit1_sc, *epit2_sc; |
imx51_clock.c | 64 struct imxclock_softc *epit1_sc = NULL; variable in typeref:struct:imxclock_softc * 97 epit1_sc = sc; |
imx31_clock.c | 60 struct imxclock_softc *epit1_sc = NULL; variable in typeref:struct:imxclock_softc * 95 epit1_sc = sc; |
imxclock.c | 77 if (epit1_sc != NULL) 78 imxclock = epit1_sc; |