Searched refs:MK_MESSAGE (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.c | 577 hscb->control |= MK_MESSAGE; in ahd_action() 1027 scb->hscb->control &= ~MK_MESSAGE; in ahd_execute_scb() 1035 scb->hscb->control |= MK_MESSAGE; in ahd_execute_scb() 1038 scb->hscb->control |= MK_MESSAGE; in ahd_execute_scb()
|
H A D | aic79xx.seq | 366 * new commands from the host until the MK_MESSAGE 370 test A, MK_MESSAGE jz batch_scb; 373 * If the last SCB is also a MK_MESSAGE SCB, then 376 test SCB_CONTROL, MK_MESSAGE jz batch_scb; 418 * a MK_MESSAGE SCB waiting to enter the queue. 574 test SCB_CONTROL, MK_MESSAGE jz . + 3; 764 * Queue any pending MK_MESSAGE SCB for this target now 796 * exceptions are the case of MK_MESSAGE and task management 805 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message; 950 * override this behavior by setting the MK_MESSAGE bit in the SCB [all …]
|
H A D | aic7xxx_osm.c | 545 hscb->control |= MK_MESSAGE; in ahc_action() 1071 scb->hscb->control |= MK_MESSAGE; in ahc_execute_scb() 1074 scb->hscb->control |= MK_MESSAGE; in ahc_execute_scb()
|
H A D | aic7xxx.seq | 482 test SCB_CONTROL, MK_MESSAGE jz target_ITloop; 1479 * override this behavior by setting the MK_MESSAGE bit in the SCB 1488 * sequence while protecting the seqencer from testing the MK_MESSAGE bit 1510 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop; 1652 test SCB_CONTROL, MK_MESSAGE jz . + 2; 1940 test SCB_CONTROL, MK_MESSAGE jz mesgin_done;
|
H A D | aic79xx.c | 1098 scb->hscb->control |= MK_MESSAGE; in ahd_handle_seqint() 1404 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_handle_seqint() 3396 pending_scb->hscb->control &= ~MK_MESSAGE; in ahd_update_pending_scbs() 3435 control &= ~MK_MESSAGE; in ahd_update_pending_scbs() 3436 control |= pending_scb->hscb->control & MK_MESSAGE; in ahd_update_pending_scbs() 3658 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_setup_initiator_msgout() 3659 scb->hscb->control &= ~MK_MESSAGE; in ahd_setup_initiator_msgout() 5548 ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE); in ahd_probe_scbs() 8294 hscb->control |= MK_MESSAGE; in ahd_handle_scsi_status() 9422 scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahd_recover_commands() [all …]
|
H A D | aic7xxx_reg.h | 1638 #define MK_MESSAGE 0x10 macro
|
H A D | aic79xx.reg | 3780 * When an SCB with the MK_MESSAGE flag is 3785 * the wait, the MK_MESSAGE SCB is queued 3849 field MK_MESSAGE 0x10
|
H A D | aic7xxx.reg | 1068 field MK_MESSAGE 0x10
|
H A D | aic79xx_reg.h | 3706 #define MK_MESSAGE 0x10 macro
|