Searched refs:MK_MESSAGE (Results 1 – 16 of 16) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 368 * new commands from the host until the MK_MESSAGE 372 test A, MK_MESSAGE jz batch_scb; 375 * If the last SCB is also a MK_MESSAGE SCB, then 378 test SCB_CONTROL, MK_MESSAGE jz batch_scb; 420 * a MK_MESSAGE SCB waiting to enter the queue. 576 test SCB_CONTROL, MK_MESSAGE jz . + 3; 766 * Queue any pending MK_MESSAGE SCB for this target now 798 * exceptions are the case of MK_MESSAGE and task management 807 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message; 952 * override this behavior by setting the MK_MESSAGE bit in the SCB [all …]
|
D | aic79xx_osm.c | 848 reset_scb->hscb->control |= MK_MESSAGE; in ahd_linux_dev_reset() 1617 scb->hscb->control |= MK_MESSAGE; in ahd_linux_run_command() 2336 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahd_linux_queue_abort_cmd() 2345 ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE); in ahd_linux_queue_abort_cmd()
|
D | aic7xxx_reg_print.c_shipped | 366 { "MK_MESSAGE", 0x10, 0x10 },
|
D | aic7xxx_osm.c | 1509 scb->hscb->control |= MK_MESSAGE; in ahc_linux_run_command() 2275 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; in ahc_linux_queue_recovery_cmd() 2302 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE); in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx.seq | 480 test SCB_CONTROL, MK_MESSAGE jz target_ITloop; 1477 * override this behavior by setting the MK_MESSAGE bit in the SCB 1486 * sequence while protecting the seqencer from testing the MK_MESSAGE bit 1508 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop; 1650 test SCB_CONTROL, MK_MESSAGE jz . + 2; 1938 test SCB_CONTROL, MK_MESSAGE jz mesgin_done;
|
D | aic79xx_core.c | 1967 scb->hscb->control |= MK_MESSAGE; in ahd_handle_seqint() 2272 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_handle_seqint() 4251 pending_scb->hscb->control &= ~MK_MESSAGE; in ahd_update_pending_scbs() 4290 control &= ~MK_MESSAGE; in ahd_update_pending_scbs() 4291 control |= pending_scb->hscb->control & MK_MESSAGE; in ahd_update_pending_scbs() 4511 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_setup_initiator_msgout() 4512 scb->hscb->control &= ~MK_MESSAGE; in ahd_setup_initiator_msgout() 6371 ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE); in ahd_probe_scbs() 9104 hscb->control |= MK_MESSAGE; in ahd_handle_scsi_status()
|
D | aic7xxx_core.c | 1134 hscb->control |= MK_MESSAGE; in ahc_handle_seqint() 2724 pending_hscb->control &= ~MK_MESSAGE; in ahc_update_pending_scbs() 2756 control &= ~(ULTRAENB|MK_MESSAGE); in ahc_update_pending_scbs() 2757 control |= pending_hscb->control & (ULTRAENB|MK_MESSAGE); in ahc_update_pending_scbs() 2951 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE); in ahc_setup_initiator_msgout() 2952 scb->hscb->control &= ~MK_MESSAGE; in ahc_setup_initiator_msgout()
|
D | aic79xx_reg_print.c_shipped | 721 { "MK_MESSAGE", 0x10, 0x10 },
|
D | aic7xxx_reg.h_shipped | 763 #define MK_MESSAGE 0x10
|
D | aic79xx.reg | 4047 * When an SCB with the MK_MESSAGE flag is 4052 * the wait, the MK_MESSAGE SCB is queued 4123 field MK_MESSAGE 0x10
|
D | aic7xxx.reg | 1165 field MK_MESSAGE 0x10
|
D | aic79xx_reg.h_shipped | 2568 #define MK_MESSAGE 0x10
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 482 #define MK_MESSAGE 0x80 macro
|
D | aic7xxx.seq | 691 * sequence and send it to the target. In addition, if the MK_MESSAGE bit 697 * sequence while protecting the seqencer from testing the MK_MESSAGE bit 723 test SCB_CONTROL,MK_MESSAGE jz p_mesgout_tag; 767 and SCB_CONTROL, ~MK_MESSAGE; 987 test SCB_CONTROL, MK_MESSAGE jz mesgin_done; 988 and SCB_CONTROL, ~MK_MESSAGE;
|
D | aic7xxx.reg | 897 bit MK_MESSAGE 0x80
|
/drivers/scsi/ |
D | aic7xxx_old.c | 10151 hscb->control |= MK_MESSAGE; in aic7xxx_buildscb() 10446 scb->hscb->control |= MK_MESSAGE; in DEF_SCSI_QCMD() 10469 aic_outb(p, scb_control | MK_MESSAGE, SCB_CONTROL); in DEF_SCSI_QCMD() 10705 aic_outb(p, scb_control | MK_MESSAGE, SCB_CONTROL); in __aic7xxx_abort() 10725 scb->hscb->control |= MK_MESSAGE; in __aic7xxx_abort()
|