Searched refs:ctb_turboslot (Results 1 – 7 of 7) sorted by relevance
107 switch (CTB_TURBOSLOT_TYPE(ctb->ctb_turboslot)) { in pci_consinit()116 CTB_TURBOSLOT_BUS(ctb->ctb_turboslot), in pci_consinit()117 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0); in pci_consinit()127 printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot); in pci_consinit()
153 saveslot = ctb->ctb_turboslot; in dec_1000a_cons_init()156 CTB_TURBOSLOT_TYPE(ctb->ctb_turboslot) != CTB_TURBOSLOT_TYPE_PCI) { in dec_1000a_cons_init()163 ctb->ctb_turboslot = CTB_TURBOSLOT_TYPE_ISA << 16; in dec_1000a_cons_init()168 ctb->ctb_turboslot = saveslot; in dec_1000a_cons_init()
101 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot)) == 0) { in dec_3000_300_cons_init()106 printf("TURBOchannel slot 0x%lx.\n", ctb->ctb_turboslot); in dec_3000_300_cons_init()134 printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot); in dec_3000_300_cons_init()
121 CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot)) == 0) { in dec_3000_500_cons_init()126 printf("TURBOchannel slot 0x%lx.\n", ctb->ctb_turboslot); in dec_3000_500_cons_init()154 printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot); in dec_3000_500_cons_init()
126 ctbslot = ctb->ctb_turboslot; in dec_2100_a500_cons_init()
111 ctbslot = ctb->ctb_turboslot; in dec_6600_cons_init()
407 uint64_t ctb_turboslot; /* 248: TURBOchannel slot # */ member