Home | History | Annotate | Download | only in mvme

Lines Matching defs:cons_sc

256 	static struct clmpcc_softc cons_sc;
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;
269 cons_sc.sc_mpilr = 0x01;
271 clmpcc_cnattach(&cons_sc, 0, 9600);