Home | History | Annotate | Download | only in dev

Lines Matching defs:psycho_br

308 	int psycho_br[2], n, i;
474 psycho_get_bus_range(sc->sc_node, psycho_br);
476 pba.pba_bus = psycho_br[0];
480 if (psycho_br[0] == 0 && psycho_br[1] == 0xff)
481 psycho_fixup_bus_range(sc->sc_node, psycho_br);
483 aprint_normal("bus range %u to %u", psycho_br[0], psycho_br[1]);
484 aprint_normal("; PCI bus %d", psycho_br[0]);
497 pp->pp_pc->spc_busmax = psycho_br[1];