HomeSort by: relevance | last modified time | path
    Searched defs:epclk_sc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/ep93xx/
epclk.c 95 static struct epclk_softc *epclk_sc = NULL; variable in typeref:struct:epclk_softc *
136 if (epclk_sc == NULL) {
138 epclk_sc = sc;
169 sc = epclk_sc;
206 sc = epclk_sc;
246 if (epclk_sc == NULL) {
epclk.c 95 static struct epclk_softc *epclk_sc = NULL; variable in typeref:struct:epclk_softc *
136 if (epclk_sc == NULL) {
138 epclk_sc = sc;
169 sc = epclk_sc;
206 sc = epclk_sc;
246 if (epclk_sc == NULL) {

Completed in 20 milliseconds