Home
last modified time | relevance | path

Searched refs:MK_MESSAGE (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h482 #define MK_MESSAGE 0x80 macro
Daic7xxx.seq691 * 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;
Daic7xxx.reg897 bit MK_MESSAGE 0x80
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.seq290 * to a target and we will see the MK_MESSAGE flag.
292 test SCB_CONTROL, MK_MESSAGE jnz first_new_target_scb;
451 test SCB_CONTROL, MK_MESSAGE jz . + 3;
612 test SCB_CONTROL, MK_MESSAGE jnz select_out_inc_tid_q;
631 * exceptions are the case of MK_MESSAGE and task management
640 test SCB_CONTROL, MK_MESSAGE jz select_out_no_message;
759 * override this behavior by setting the MK_MESSAGE bit in the SCB
768 * sequence while protecting the seqencer from testing the MK_MESSAGE bit
786 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
964 test SCB_CONTROL, MK_MESSAGE jz mesgin_done;
[all …]
Daic7xxx.seq480 test SCB_CONTROL, MK_MESSAGE jz target_ITloop;
1476 * override this behavior by setting the MK_MESSAGE bit in the SCB
1485 * sequence while protecting the seqencer from testing the MK_MESSAGE bit
1507 test SCB_CONTROL,MK_MESSAGE jnz host_message_loop;
1649 test SCB_CONTROL, MK_MESSAGE jz . + 2;
1937 test SCB_CONTROL, MK_MESSAGE jz mesgin_done;
Daic79xx_core.c732 scb->hscb->control |= MK_MESSAGE; in ahd_handle_seqint()
1032 ahd_inb(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_handle_seqint()
2948 pending_hscb->control &= ~MK_MESSAGE; in ahd_update_pending_scbs()
2989 control &= ~MK_MESSAGE; in ahd_update_pending_scbs()
2990 control |= pending_hscb->control & MK_MESSAGE; in ahd_update_pending_scbs()
3210 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE); in ahd_setup_initiator_msgout()
3211 scb->hscb->control &= ~MK_MESSAGE; in ahd_setup_initiator_msgout()
5152 ahd_outb(ahd, SCB_CONTROL, MK_MESSAGE); in ahd_probe_scbs()
7843 hscb->control |= MK_MESSAGE; in ahd_handle_scsi_status()
Daic79xx_osm.c1470 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
1479 ahd_inb(ahd, SCB_CONTROL)|MK_MESSAGE);
1608 hscb->control |= MK_MESSAGE;
4103 scb->hscb->control |= MK_MESSAGE;
Daic7xxx_core.c553 hscb->control |= MK_MESSAGE; in ahc_handle_seqint()
2118 pending_hscb->control &= ~MK_MESSAGE; in ahc_update_pending_scbs()
2150 control &= ~(ULTRAENB|MK_MESSAGE); in ahc_update_pending_scbs()
2151 control |= pending_hscb->control & (ULTRAENB|MK_MESSAGE); in ahc_update_pending_scbs()
2345 ahc_outb(ahc, SCB_CONTROL, ahc_inb(ahc, SCB_CONTROL) & ~MK_MESSAGE); in ahc_setup_initiator_msgout()
2346 scb->hscb->control &= ~MK_MESSAGE; in ahc_setup_initiator_msgout()
Daic7xxx_osm.c3722 scb->hscb->control |= MK_MESSAGE;
4950 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
4977 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE);
Daic7xxx_reg.h1638 #define MK_MESSAGE 0x10 macro
Daic7xxx.reg1070 field MK_MESSAGE 0x10
Daic79xx_reg.h3660 #define MK_MESSAGE 0x10 macro
Daic79xx.reg3812 field MK_MESSAGE 0x10
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c10720 hscb->control |= MK_MESSAGE; in aic7xxx_buildscb()
11084 scb->hscb->control |= MK_MESSAGE; in aic7xxx_bus_device_reset()
11094 aic_outb(p, scb_control | MK_MESSAGE, SCB_CONTROL); in aic7xxx_bus_device_reset()
11436 scb->hscb->control |= MK_MESSAGE; in aic7xxx_abort()
11443 aic_outb(p, tmp_char | MK_MESSAGE, SCB_CONTROL); in aic7xxx_abort()