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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 440 mov SAVED_LUN, SCB_LUN;
464 or SCB_LUN, MSG_IDENTIFYFLAG call target_outb;
1513 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SCB_LUN;
1719 mov SAVED_LUN, SCB_LUN;
1862 mov A, SCB_LUN;
1920 mov A, SCB_LUN;
aic79xx.seq 273 mov SCB_PKT_LUN[6], SCB_LUN;
663 mov SAVED_LUN, SCB_LUN;
787 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SCB_LUN;
941 cmp SCB_LUN, A je setup_SCB_disconnected;
aic7xxx.reg 1082 SCB_LUN {
aic7xxx_reg.h 880 ahc_print_register(NULL, 0, "SCB_LUN", 0xba, regvalue, cur_col, wrap)
1657 #define SCB_LUN 0xba
aic79xx.reg 3824 SCB_LUN {
aic79xx_reg.h 2266 ahd_print_register(NULL, 0, "SCB_LUN", 0x194, regvalue, cur_col, wrap)
3669 #define SCB_LUN 0x194
  /src/sys/dev/ic/
aic7xxx.c 615 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
618 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
943 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
946 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG),
4160 ahc_outb(ahc, SCB_LUN, 0xFF);
6725 ahc_scb_lun_print(ahc_inb(ahc, SCB_LUN), &cur_col, 60);
aic79xx.c 1256 printf("SELID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
1259 ahd_inb_scbram(ahd, SCB_LUN),

Completed in 32 milliseconds