Searched refs:SAVED_LUN (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic7xxx.seq258 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, DINDEX;
444 and SAVED_LUN, LID, SCB_LUN;
468 or SAVED_LUN, MSG_IDENTIFYFLAG call target_outb;
1514 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SAVED_LUN;
1720 and SAVED_LUN, LID, SCB_LUN;
1800 mov SCBPTR, SAVED_LUN;
1821 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, A;
1824 mov SCBPTR, SAVED_LUN;
1864 cmp SAVED_LUN, A je setup_SCB_id_lun_okay;
1922 cmp SAVED_LUN,
[all...]
H A Daic79xx.seq832 mov SAVED_LUN, SCB_LUN;
1097 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, A;
1098 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN);
1134 mov A, SAVED_LUN;
1302 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN);
H A Daic7xxx.c265 ahc_outb(ahc, SAVED_LUN, 0xFF);
607 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
609 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
616 ahc_inb(ahc, SAVED_LUN))),
934 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
936 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
943 ahc_inb(ahc, SAVED_LUN))),
1254 saved_lun = ahc_inb(ahc, SAVED_LUN);
2209 ahc_inb(ahc, SAVED_LUN),
H A Daic79xx.c326 ahd_outb(ahd, SAVED_LUN, 0xFF);
972 ahd_outb(ahd, SAVED_LUN, scb->hscb->lun);
1120 ahd_outb(ahd, SAVED_LUN, 0);
1280 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
1282 ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN),
1289 ahd_inb(ahd, SAVED_LUN))),
2206 saved_lun = ahd_inb(ahd, SAVED_LUN);
3511 ahd_inb(ahd, SAVED_LUN),
9232 printf("%s: SAVED_SCSIID = 0x%x SAVED_LUN = 0x%x\n",
9234 ahd_inb(ahd, SAVED_LUN));
[all...]
H A Daic7xxx.reg1358 SAVED_LUN {
H A Daic7xxx_reg.h322 ahc_print_register(NULL, 0, "SAVED_LUN", 0x3e, regvalue, cur_col, wrap)
1333 #define SAVED_LUN 0x3e macro
H A Daic79xx.reg3614 SAVED_LUN {
H A Daic79xx_reg.h2065 ahd_print_register(NULL, 0, "SAVED_LUN", 0x13b, regvalue, cur_col, wrap)
3601 #define SAVED_LUN 0x13b macro

Completed in 220 milliseconds