ctb
struct ctb *ctb;
ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
saveslot = ctb->ctb_turboslot;
if (ctb->ctb_term_type == CTB_GRAPHICS &&
CTB_TURBOSLOT_TYPE(ctb->ctb_turboslot) != CTB_TURBOSLOT_TYPE_PCI) {
ctb->ctb_turboslot = CTB_TURBOSLOT_TYPE_ISA << 16;
ctb->ctb_turboslot = saveslot;
struct ctb_tt *ctb;
ctb = (struct ctb_tt *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
switch (ctb->ctb_type) {
printf("CTB CSR = 0x%08lx\n", ctb->ctb_csr);
printf("CTB BAUD = %lu\n", ctb->ctb_baud);
DELAY(160000000 / ctb->ctb_baud);
ctb->ctb_baud, COM_FREQ, COM_TYPE_NORMAL,
printf("ctb->ctb_type = 0x%lx\n", ctb->ctb_type);
printf("ctb->ctb_csr = 0x%lx\n", ctb->ctb_csr);
printf("ctb->ctb_baud = %lu\n", ctb->ctb_baud);
ctb->ctb_type);
struct ctb *ctb;
ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
ctbslot = ctb->ctb_turboslot;
switch (ctb->ctb_term_type) {
CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot)) == 0) {
printf("TURBOchannel slot 0x%lx.\n", ctb->ctb_turboslot);
printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type);
printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot);
ctb->ctb_term_type);
struct ctb *ctb;
ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
switch (ctb->ctb_term_type) {
struct ctb *ctb;
ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
switch (ctb->ctb_term_type) {
CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot)) == 0) {
printf("TURBOchannel slot 0x%lx.\n", ctb->ctb_turboslot);
printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type);
printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot);
ctb->ctb_term_type);
struct ctb *ctb;
ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
ctbslot = ctb->ctb_turboslot;
switch (ctb->ctb_term_type) {
switch (CTB_TURBOSLOT_TYPE(ctb->ctb_turboslot)) {
CTB_TURBOSLOT_BUS(ctb->ctb_turboslot),
CTB_TURBOSLOT_SLOT(ctb->ctb_turboslot), 0);
printf("ctb->ctb_term_type = 0x%lx\n", ctb->ctb_term_type);
printf("ctb->ctb_turboslot = 0x%lx\n", ctb->ctb_turboslot);
ctb->ctb_term_type);
const struct ctb *ctb;
ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
switch (ctb->ctb_term_type) {
struct ctb *ctb;
ctb = (struct ctb *)(((char *)hwrpb) + hwrpb->rpb_ctb_off);
ctb->ctb_term_type == CTB_GRAPHICS) {