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

Lines Matching refs:cur_col

6716 	u_int	cur_col;
6748 cur_col = 0;
6750 ahc_scsiphase_print(ahc_inb(ahc, SCSIPHASE), &cur_col, 50);
6751 ahc_scsisigi_print(ahc_inb(ahc, SCSISIGI), &cur_col, 50);
6752 ahc_error_print(ahc_inb(ahc, ERROR), &cur_col, 50);
6753 ahc_scsibusl_print(ahc_inb(ahc, SCSIBUSL), &cur_col, 50);
6754 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50);
6755 ahc_scsiseq_print(ahc_inb(ahc, SCSISEQ), &cur_col, 50);
6756 ahc_sblkctl_print(ahc_inb(ahc, SBLKCTL), &cur_col, 50);
6757 ahc_scsirate_print(ahc_inb(ahc, SCSIRATE), &cur_col, 50);
6758 ahc_seqctl_print(ahc_inb(ahc, SEQCTL), &cur_col, 50);
6759 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50);
6760 ahc_sstat0_print(ahc_inb(ahc, SSTAT0), &cur_col, 50);
6761 ahc_sstat1_print(ahc_inb(ahc, SSTAT1), &cur_col, 50);
6762 ahc_sstat2_print(ahc_inb(ahc, SSTAT2), &cur_col, 50);
6763 ahc_sstat3_print(ahc_inb(ahc, SSTAT3), &cur_col, 50);
6764 ahc_simode0_print(ahc_inb(ahc, SIMODE0), &cur_col, 50);
6765 ahc_simode1_print(ahc_inb(ahc, SIMODE1), &cur_col, 50);
6766 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50);
6767 ahc_dfcntrl_print(ahc_inb(ahc, DFCNTRL), &cur_col, 50);
6768 ahc_dfstatus_print(ahc_inb(ahc, DFSTATUS), &cur_col, 50);
6769 if (cur_col != 0)
6834 cur_col = printf("\n%3d ", i);
6836 ahc_scb_control_print(ahc_inb(ahc, SCB_CONTROL), &cur_col, 60);
6837 ahc_scb_scsiid_print(ahc_inb(ahc, SCB_SCSIID), &cur_col, 60);
6838 ahc_scb_lun_print(ahc_inb(ahc, SCB_LUN), &cur_col, 60);
6839 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);
6848 cur_col = printf("\n%3d ", scb->hscb->tag);
6849 ahc_scb_control_print(scb->hscb->control, &cur_col, 60);
6850 ahc_scb_scsiid_print(scb->hscb->scsiid, &cur_col, 60);
6851 ahc_scb_lun_print(scb->hscb->lun, &cur_col, 60);
6856 &cur_col, 60);
6857 ahc_scb_tag_print(ahc_inb(ahc, SCB_TAG), &cur_col, 60);