Lines Matching defs:cur_col

1825 	u_int	cur_col;
1872 cur_col = 0;
1875 ahd_lqistat1_print(lqistat1, &cur_col, 50);
1876 ahd_lastphase_print(lastphase, &cur_col, 50);
1877 ahd_scsisigi_print(curphase, &cur_col, 50);
1878 ahd_perrdiag_print(perrdiag, &cur_col, 50);
9017 u_int cur_col;
9043 cur_col = 0;
9044 ahd_intstat_print(ahd_inb(ahd, INTSTAT), &cur_col, 50);
9045 ahd_seloid_print(ahd_inb(ahd, SELOID), &cur_col, 50);
9046 ahd_selid_print(ahd_inb(ahd, SELID), &cur_col, 50);
9047 ahd_hs_mailbox_print(ahd_inb(ahd, LOCAL_HS_MAILBOX), &cur_col, 50);
9048 ahd_intctl_print(ahd_inb(ahd, INTCTL), &cur_col, 50);
9049 ahd_seqintstat_print(ahd_inb(ahd, SEQINTSTAT), &cur_col, 50);
9050 ahd_saved_mode_print(ahd_inb(ahd, SAVED_MODE), &cur_col, 50);
9051 ahd_dffstat_print(ahd_inb(ahd, DFFSTAT), &cur_col, 50);
9052 ahd_scsisigi_print(ahd_inb(ahd, SCSISIGI), &cur_col, 50);
9053 ahd_scsiphase_print(ahd_inb(ahd, SCSIPHASE), &cur_col, 50);
9054 ahd_scsibus_print(ahd_inb(ahd, SCSIBUS), &cur_col, 50);
9055 ahd_lastphase_print(ahd_inb(ahd, LASTPHASE), &cur_col, 50);
9056 ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50);
9057 ahd_scsiseq1_print(ahd_inb(ahd, SCSISEQ1), &cur_col, 50);
9058 ahd_seqctl0_print(ahd_inb(ahd, SEQCTL0), &cur_col, 50);
9059 ahd_seqintctl_print(ahd_inb(ahd, SEQINTCTL), &cur_col, 50);
9060 ahd_seq_flags_print(ahd_inb(ahd, SEQ_FLAGS), &cur_col, 50);
9061 ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50);
9062 ahd_qfreeze_count_print(ahd_inw(ahd, QFREEZE_COUNT), &cur_col, 50);
9064 &cur_col, 50);
9065 ahd_mk_message_scb_print(ahd_inw(ahd, MK_MESSAGE_SCB), &cur_col, 50);
9067 &cur_col, 50);
9068 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50);
9069 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50);
9070 ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50);
9071 ahd_sstat3_print(ahd_inb(ahd, SSTAT3), &cur_col, 50);
9072 ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50);
9073 ahd_simode1_print(ahd_inb(ahd, SIMODE1), &cur_col, 50);
9074 ahd_lqistat0_print(ahd_inb(ahd, LQISTAT0), &cur_col, 50);
9075 ahd_lqistat1_print(ahd_inb(ahd, LQISTAT1), &cur_col, 50);
9076 ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50);
9077 ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50);
9078 ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50);
9079 ahd_lqostat2_print(ahd_inb(ahd, LQOSTAT2), &cur_col, 50);
9086 cur_col = 0;
9097 cur_col = printf("\n%3d FIFO_USE[0x%x] ", SCB_GET_TAG(scb),
9101 &cur_col, 60);
9103 &cur_col, 60);
9181 cur_col = 0;
9182 ahd_seqimode_print(ahd_inb(ahd, SEQIMODE), &cur_col, 50);
9183 ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50);
9184 ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50);
9185 ahd_dfstatus_print(ahd_inb(ahd, DFSTATUS), &cur_col, 50);
9187 &cur_col, 50);
9188 ahd_sg_state_print(ahd_inb(ahd, SG_STATE), &cur_col, 50);
9189 ahd_dffsxfrctl_print(ahd_inb(ahd, DFFSXFRCTL), &cur_col, 50);
9190 ahd_soffcnt_print(ahd_inb(ahd, SOFFCNT), &cur_col, 50);
9191 ahd_mdffstat_print(ahd_inb(ahd, MDFFSTAT), &cur_col, 50);
9192 if (cur_col > 50) {
9194 cur_col = 0;
9196 cur_col += printf("SHADDR = 0x%x%x, SHCNT = 0x%x ",
9202 if (cur_col > 50) {
9204 cur_col = 0;
9206 cur_col += printf("HADDR = 0x%x%x, HCNT = 0x%x ",
9212 ahd_ccsgctl_print(ahd_inb(ahd, CCSGCTL), &cur_col, 50);
9235 ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50);
9238 cur_col = 0;
9239 ahd_ccscbctl_print(ahd_inb(ahd, CCSCBCTL), &cur_col, 50);