Searched refs:MK_MESSAGE (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/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
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 290 * 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 …]
|
D | aic7xxx.seq | 480 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;
|
D | aic79xx_core.c | 732 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()
|
D | aic79xx_osm.c | 1470 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;
|
D | aic7xxx_core.c | 553 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()
|
D | aic7xxx_osm.c | 3722 scb->hscb->control |= MK_MESSAGE; 4950 pending_scb->hscb->control |= MK_MESSAGE|DISCONNECTED; 4977 ahc_inb(ahc, SCB_CONTROL)|MK_MESSAGE);
|
D | aic7xxx_reg.h | 1638 #define MK_MESSAGE 0x10 macro
|
D | aic7xxx.reg | 1070 field MK_MESSAGE 0x10
|
D | aic79xx_reg.h | 3660 #define MK_MESSAGE 0x10 macro
|
D | aic79xx.reg | 3812 field MK_MESSAGE 0x10
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 10720 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()
|