HomeSort by: relevance | last modified time | path
    Searched refs:SCSIBUSL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 79 clr SCSIBUSL;
531 clr SCSIBUSL;
679 clr SCSIBUSL; /* Prevent bit leakage durint SELTO */
1896 cmp SCSIBUSL,MSG_SIMPLE_Q_TAG jne not_found;
1967 * using SCSIBUSL. When we have pulled the ATN line, or we just want to
1994 mov DINDIR,SCSIBUSL ret; /*read byte directly from bus*/
aic7xxx.reg 402 register SCSIBUSL {
aic7xxx_reg.h 166 ahc_print_register(NULL, 0, "SCSIBUSL", 0x12, regvalue, cur_col, wrap)
1219 #define SCSIBUSL 0x12
  /src/sys/dev/ic/
aic7xxx.c 620 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
621 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
948 printf("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
949 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
2766 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL);
6640 ahc_scsibusl_print(ahc_inb(ahc, SCSIBUSL), &cur_col, 50);

Completed in 22 milliseconds