Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/pci/
Dpci_consinit.c82 switch (ctb->ctb_term_type) { in pci_consinit()
126 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in pci_consinit()
130 ctb->ctb_term_type); in pci_consinit()
Dpci_machdep.c156 ctb->ctb_term_type == CTB_GRAPHICS) { in device_pci_register()
/netbsd/src/sys/arch/alpha/alpha/
Ddec_3000_300.c95 switch (ctb->ctb_term_type) { in dec_3000_300_cons_init()
133 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_3000_300_cons_init()
136 ctb->ctb_term_type); in dec_3000_300_cons_init()
Ddec_3000_500.c115 switch (ctb->ctb_term_type) { in dec_3000_500_cons_init()
153 printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type); in dec_3000_500_cons_init()
156 ctb->ctb_term_type); in dec_3000_500_cons_init()
Ddec_1000a.c155 if (ctb->ctb_term_type == CTB_GRAPHICS && in dec_1000a_cons_init()
Ddec_2100_a500.c133 switch (ctb->ctb_term_type) { in dec_2100_a500_cons_init()
Ddec_6600.c121 switch (ctb->ctb_term_type) { in dec_6600_cons_init()
/netbsd/src/sys/arch/alpha/include/
Drpb.h383 uint64_t ctb_term_type; /* 56: terminal type */ member