Home
last modified time | relevance | path

Searched refs:ctb_turboslot (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/alpha/pci/
Dpci_consinit.c107 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()
/netbsd/src/sys/arch/alpha/alpha/
Ddec_1000a.c153 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()
Ddec_3000_300.c101 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()
Ddec_3000_500.c121 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()
Ddec_2100_a500.c126 ctbslot = ctb->ctb_turboslot; in dec_2100_a500_cons_init()
Ddec_6600.c111 ctbslot = ctb->ctb_turboslot; in dec_6600_cons_init()
/netbsd/src/sys/arch/alpha/include/
Drpb.h407 uint64_t ctb_turboslot; /* 248: TURBOchannel slot # */ member