Searched refs:SAVED_LUN (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 256 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, DINDEX; 442 and SAVED_LUN, LID, SCB_LUN; 466 or SAVED_LUN, MSG_IDENTIFYFLAG call target_outb; 1512 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SAVED_LUN; 1718 and SAVED_LUN, LID, SCB_LUN; 1798 mov SCBPTR, SAVED_LUN; 1819 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, A; 1822 mov SCBPTR, SAVED_LUN; 1862 cmp SAVED_LUN, A je setup_SCB_id_lun_okay; 1920 cmp SAVED_LUN, A jne not_found_cleanup_scb;
|
H A D | aic79xx.seq | 830 mov SAVED_LUN, SCB_LUN; 1095 and SAVED_LUN, MSG_IDENTIFY_LUNMASK, A; 1096 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN); 1132 mov A, SAVED_LUN; 1300 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN);
|
H A D | aic79xx.c | 320 ahd_outb(ahd, SAVED_LUN, 0xFF); in ahd_restart() 961 ahd_outb(ahd, SAVED_LUN, scb->hscb->lun); in ahd_handle_seqint() 1106 ahd_outb(ahd, SAVED_LUN, 0); in ahd_handle_seqint() 1268 ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN), in ahd_handle_seqint() 1275 ahd_inb(ahd, SAVED_LUN))), in ahd_handle_seqint() 2184 saved_lun = ahd_inb(ahd, SAVED_LUN); in ahd_handle_nonpkt_busfree() 3476 ahd_inb(ahd, SAVED_LUN), in ahd_fetch_devinfo() 9151 ahd_inb(ahd, SAVED_LUN)); in ahd_dump_card_state()
|
H A D | aic7xxx_reg.h | 1330 #define SAVED_LUN 0x3e macro
|
H A D | aic7xxx.reg | 1356 SAVED_LUN {
|
H A D | aic79xx_reg.h | 3598 #define SAVED_LUN 0x13b macro
|
H A D | aic79xx.reg | 3612 SAVED_LUN {
|