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

  /src/sys/dev/mvme/
clmpcc_pcctwo.c 256 static struct clmpcc_softc cons_sc; local in function:clmpcccninit
258 cons_sc.sc_iot = &_mainbus_space_tag;
261 PCC2REG_SIZE, 0, &cons_sc.sc_ioh);
262 cons_sc.sc_clk = 20000000;
263 cons_sc.sc_byteswap = CLMPCC_BYTESWAP_LOW;
264 cons_sc.sc_swaprtsdtr = 1;
265 cons_sc.sc_iackhook = clmpcc_pcctwo_consiackhook;
266 cons_sc.sc_vector_base = PCCTWO_SCC_VECBASE;
267 cons_sc.sc_rpilr = 0x03;
268 cons_sc.sc_tpilr = 0x02
    [all...]
  /src/sys/dev/ic/
clmpcc.c 121 static struct clmpcc_softc *cons_sc = NULL; variable in typeref:struct:clmpcc_softc *
278 if ( cons_sc != NULL &&
279 sc->sc_iot == cons_sc->sc_iot && sc->sc_ioh == cons_sc->sc_ioh )
280 cons_sc = sc;
315 if ( cons_sc == sc ) {
343 if ( cons_sc &&
344 sc->sc_ioh == cons_sc->sc_ioh && sc->sc_iot == cons_sc->sc_iot ) {
1423 cons_sc = sc
    [all...]

Completed in 13 milliseconds