Searched refs:SCB_LUN (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx.seq | 445 and SAVED_LUN, LID, SCB_LUN; 1355 test SCB_LUN, SCB_XFERLEN_ODD jz target_ITloop; 1592 test SCB_LUN, SCB_XFERLEN_ODD jnz mesgin_done; 1721 and SAVED_LUN, LID, SCB_LUN; 1864 and A, LID, SCB_LUN; 1922 and A, LID, SCB_LUN;
|
H A D | aic79xx.seq | 306 mov SCB_PKT_LUN[6], SCB_LUN; 833 mov SAVED_LUN, SCB_LUN; 982 or SINDEX, MSG_IDENTIFYFLAG|DISCENB, SCB_LUN; 1136 cmp SCB_LUN, A je setup_SCB_disconnected;
|
H A D | aic7xxx_reg.h | 1649 #define SCB_LUN 0xba macro
|
H A D | aic7xxx.reg | 1083 SCB_LUN {
|
H A D | aic79xx_reg.h | 3716 #define SCB_LUN 0x194 macro
|
H A D | aic79xx.reg | 3861 SCB_LUN {
|
/openbsd/sys/dev/ic/ |
H A D | aic7xxx.c | 647 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint() 974 ahc_inb(ahc, SCB_LUN), ahc_inb(ahc, SCB_TAG), in ahc_handle_seqint() 3633 && (ahc_inb(ahc, SCB_LUN) & SCB_XFERLEN_ODD) != 0) { in ahc_handle_ign_wide_residue() 3701 ahc_outb(ahc, SCB_LUN, in ahc_handle_ign_wide_residue() 3702 ahc_inb(ahc, SCB_LUN) ^ SCB_XFERLEN_ODD); in ahc_handle_ign_wide_residue() 4180 ahc_outb(ahc, SCB_LUN, 0xFF); in ahc_build_free_scb_list() 6545 ahc_scb_lun_print(ahc_inb(ahc, SCB_LUN), &cur_col, 60); in ahc_dump_card_state()
|
H A D | aic79xx.c | 1300 ahd_inb_scbram(ahd, SCB_LUN), in ahd_handle_seqint()
|