• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/aic7xxx/

Lines Matching refs:cur_col

1812 	u_int	cur_col;
1859 cur_col = 0;
1862 ahd_lqistat1_print(lqistat1, &cur_col, 50);
1863 ahd_lastphase_print(lastphase, &cur_col, 50);
1864 ahd_scsisigi_print(curphase, &cur_col, 50);
1865 ahd_perrdiag_print(perrdiag, &cur_col, 50);
8962 u_int cur_col;
8988 cur_col = 0;
8989 ahd_intstat_print(ahd_inb(ahd, INTSTAT), &cur_col, 50);
8990 ahd_seloid_print(ahd_inb(ahd, SELOID), &cur_col, 50);
8991 ahd_selid_print(ahd_inb(ahd, SELID), &cur_col, 50);
8992 ahd_hs_mailbox_print(ahd_inb(ahd, LOCAL_HS_MAILBOX), &cur_col, 50);
8993 ahd_intctl_print(ahd_inb(ahd, INTCTL), &cur_col, 50);
8994 ahd_seqintstat_print(ahd_inb(ahd, SEQINTSTAT), &cur_col, 50);
8995 ahd_saved_mode_print(ahd_inb(ahd, SAVED_MODE), &cur_col, 50);
8996 ahd_dffstat_print(ahd_inb(ahd, DFFSTAT), &cur_col, 50);
8997 ahd_scsisigi_print(ahd_inb(ahd, SCSISIGI), &cur_col, 50);
8998 ahd_scsiphase_print(ahd_inb(ahd, SCSIPHASE), &cur_col, 50);
8999 ahd_scsibus_print(ahd_inb(ahd, SCSIBUS), &cur_col, 50);
9000 ahd_lastphase_print(ahd_inb(ahd, LASTPHASE), &cur_col, 50);
9001 ahd_scsiseq0_print(ahd_inb(ahd, SCSISEQ0), &cur_col, 50);
9002 ahd_scsiseq1_print(ahd_inb(ahd, SCSISEQ1), &cur_col, 50);
9003 ahd_seqctl0_print(ahd_inb(ahd, SEQCTL0), &cur_col, 50);
9004 ahd_seqintctl_print(ahd_inb(ahd, SEQINTCTL), &cur_col, 50);
9005 ahd_seq_flags_print(ahd_inb(ahd, SEQ_FLAGS), &cur_col, 50);
9006 ahd_seq_flags2_print(ahd_inb(ahd, SEQ_FLAGS2), &cur_col, 50);
9007 ahd_qfreeze_count_print(ahd_inw(ahd, QFREEZE_COUNT), &cur_col, 50);
9009 &cur_col, 50);
9010 ahd_mk_message_scb_print(ahd_inw(ahd, MK_MESSAGE_SCB), &cur_col, 50);
9012 &cur_col, 50);
9013 ahd_sstat0_print(ahd_inb(ahd, SSTAT0), &cur_col, 50);
9014 ahd_sstat1_print(ahd_inb(ahd, SSTAT1), &cur_col, 50);
9015 ahd_sstat2_print(ahd_inb(ahd, SSTAT2), &cur_col, 50);
9016 ahd_sstat3_print(ahd_inb(ahd, SSTAT3), &cur_col, 50);
9017 ahd_perrdiag_print(ahd_inb(ahd, PERRDIAG), &cur_col, 50);
9018 ahd_simode1_print(ahd_inb(ahd, SIMODE1), &cur_col, 50);
9019 ahd_lqistat0_print(ahd_inb(ahd, LQISTAT0), &cur_col, 50);
9020 ahd_lqistat1_print(ahd_inb(ahd, LQISTAT1), &cur_col, 50);
9021 ahd_lqistat2_print(ahd_inb(ahd, LQISTAT2), &cur_col, 50);
9022 ahd_lqostat0_print(ahd_inb(ahd, LQOSTAT0), &cur_col, 50);
9023 ahd_lqostat1_print(ahd_inb(ahd, LQOSTAT1), &cur_col, 50);
9024 ahd_lqostat2_print(ahd_inb(ahd, LQOSTAT2), &cur_col, 50);
9031 cur_col = 0;
9042 cur_col = printf("\n%3d FIFO_USE[0x%x] ", SCB_GET_TAG(scb),
9046 &cur_col, 60);
9048 &cur_col, 60);
9125 cur_col = 0;
9126 ahd_seqimode_print(ahd_inb(ahd, SEQIMODE), &cur_col, 50);
9127 ahd_seqintsrc_print(ahd_inb(ahd, SEQINTSRC), &cur_col, 50);
9128 ahd_dfcntrl_print(ahd_inb(ahd, DFCNTRL), &cur_col, 50);
9129 ahd_dfstatus_print(ahd_inb(ahd, DFSTATUS), &cur_col, 50);
9131 &cur_col, 50);
9132 ahd_sg_state_print(ahd_inb(ahd, SG_STATE), &cur_col, 50);
9133 ahd_dffsxfrctl_print(ahd_inb(ahd, DFFSXFRCTL), &cur_col, 50);
9134 ahd_soffcnt_print(ahd_inb(ahd, SOFFCNT), &cur_col, 50);
9135 ahd_mdffstat_print(ahd_inb(ahd, MDFFSTAT), &cur_col, 50);
9136 if (cur_col > 50) {
9138 cur_col = 0;
9140 cur_col += printf("SHADDR = 0x%x%x, SHCNT = 0x%x ",
9146 if (cur_col > 50) {
9148 cur_col = 0;
9150 cur_col += printf("HADDR = 0x%x%x, HCNT = 0x%x ",
9156 ahd_ccsgctl_print(ahd_inb(ahd, CCSGCTL), &cur_col, 50);
9179 ahd_simode0_print(ahd_inb(ahd, SIMODE0), &cur_col, 50);
9182 cur_col = 0;
9183 ahd_ccscbctl_print(ahd_inb(ahd, CCSCBCTL), &cur_col, 50);