Home
last modified time | relevance | path

Searched refs:ctb_term_type (Results 1 – 17 of 17) sorted by relevance

/netbsd/sys/arch/alpha/alpha/
H A Ddec_3000_300.c99 switch (ctb->ctb_term_type) { in dec_3000_300_cons_init()
137 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_3000_300_cons_init()
140 ctb->ctb_term_type); in dec_3000_300_cons_init()
H A Ddec_3000_500.c119 switch (ctb->ctb_term_type) { in dec_3000_500_cons_init()
157 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_3000_500_cons_init()
160 ctb->ctb_term_type); in dec_3000_500_cons_init()
H A Ddec_eb64plus.c134 switch (ctb->ctb_term_type) { in dec_eb64plus_cons_init()
174 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_eb64plus_cons_init()
178 ctb->ctb_term_type); in dec_eb64plus_cons_init()
H A Ddec_eb66.c126 switch (ctb->ctb_term_type) { in dec_eb66_cons_init()
166 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_eb66_cons_init()
170 ctb->ctb_term_type); in dec_eb66_cons_init()
H A Ddec_alphabook1.c126 switch (ctb->ctb_term_type) { in dec_alphabook1_cons_init()
166 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_alphabook1_cons_init()
170 ctb->ctb_term_type); in dec_alphabook1_cons_init()
H A Ddec_eb164.c126 switch (ctb->ctb_term_type) { in dec_eb164_cons_init()
166 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_eb164_cons_init()
170 ctb->ctb_term_type); in dec_eb164_cons_init()
H A Dapi_up1000.c121 switch (ctb->ctb_term_type) { in api_up1000_cons_init()
161 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in api_up1000_cons_init()
165 ctb->ctb_term_type); in api_up1000_cons_init()
H A Ddec_550.c131 switch (ctb->ctb_term_type) { in dec_550_cons_init()
171 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_550_cons_init()
175 ctb->ctb_term_type); in dec_550_cons_init()
H A Ddec_kn20aa.c135 switch (ctb->ctb_term_type) { in dec_kn20aa_cons_init()
175 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_kn20aa_cons_init()
179 ctb->ctb_term_type); in dec_kn20aa_cons_init()
H A Ddec_1000a.c189 switch (ctb->ctb_term_type) { in dec_1000a_cons_init()
237 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_1000a_cons_init()
241 ctb->ctb_term_type); in dec_1000a_cons_init()
H A Ddec_2100_a500.c165 switch (ctb->ctb_term_type) { in dec_2100_a500_cons_init()
227 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_2100_a500_cons_init()
231 ctb->ctb_term_type); in dec_2100_a500_cons_init()
H A Ddec_axppci_33.c170 switch (ctb->ctb_term_type) { in dec_axppci_33_cons_init()
210 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_axppci_33_cons_init()
214 ctb->ctb_term_type); in dec_axppci_33_cons_init()
H A Ddec_6600.c140 switch (ctb->ctb_term_type) { in dec_6600_cons_init()
186 " hose = %ld\n", ctb->ctb_term_type, ctbslot, in dec_6600_cons_init()
190 ctb->ctb_term_type); in dec_6600_cons_init()
H A Ddec_kn300.c172 switch (ctb->ctb_term_type) { in dec_kn300_cons_init()
209 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_kn300_cons_init()
213 ctb->ctb_term_type); in dec_kn300_cons_init()
H A Ddec_2100_a50.c146 switch (ctb->ctb_term_type) { in dec_2100_a50_cons_init()
186 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_2100_a50_cons_init()
190 ctb->ctb_term_type); in dec_2100_a50_cons_init()
/netbsd/sys/arch/alpha/include/
H A Drpb.h366 uint64_t ctb_term_type; /* 56: terminal type */ member
/netbsd/sys/arch/alpha/pci/
H A Dpci_machdep.c156 ctb->ctb_term_type == CTB_GRAPHICS) { in device_pci_register()