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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 256 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, DINDEX;
440 mov SAVED_LUN, SCB_LUN;
1719 mov SAVED_LUN, SCB_LUN;
1799 mov SCBPTR, SAVED_LUN;
1820 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, A;
1823 mov SCBPTR, SAVED_LUN;
1863 cmp SAVED_LUN, A je setup_SCB_id_lun_okay;
1921 cmp SAVED_LUN, A jne not_found_cleanup_scb;
aic79xx.seq 663 mov SAVED_LUN, SCB_LUN;
903 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, A;
904 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN);
940 mov A, SAVED_LUN;
1101 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN);
aic7xxx.reg 1360 SAVED_LUN {
aic7xxx_reg.h 320 ahc_print_register(NULL, 0, "SAVED_LUN", 0x3e, regvalue, cur_col, wrap)
1339 #define SAVED_LUN 0x3e
aic79xx.reg 3599 SAVED_LUN {
aic79xx_reg.h 2042 ahd_print_register(NULL, 0, "SAVED_LUN", 0x135, regvalue, cur_col, wrap)
3558 #define SAVED_LUN 0x135
  /src/sys/dev/ic/
aic7xxx.c 286 ahc_outb(ahc, SAVED_LUN, 0xFF);
604 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
606 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
613 ahc_inb(ahc, SAVED_LUN))),
931 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
933 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
940 ahc_inb(ahc, SAVED_LUN))),
1212 u_int saved_lun; local in function:ahc_handle_scsiint
1244 saved_lun = ahc_inb(ahc, SAVED_LUN);
    [all...]
aic79xx.c 345 ahd_outb(ahd, SAVED_LUN, 0xFF);
942 ahd_outb(ahd, SAVED_LUN, scb->hscb->lun);
1087 ahd_outb(ahd, SAVED_LUN, 0);
1245 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
1247 ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN),
1254 ahd_inb(ahd, SAVED_LUN))),
2119 u_int saved_lun; local in function:ahd_handle_nonpkt_busfree
2133 saved_lun = ahd_inb(ahd, SAVED_LUN);
2137 target, saved_lun, 'A', ROLE_INITIATOR)
    [all...]

Completed in 24 milliseconds