Home
last modified time | relevance | path

Searched refs:SCB_SGPTR (Results 1 – 9 of 9) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h499 #define SCB_SGPTR 0xa4 macro
Daic7xxx.reg915 SCB_SGPTR {
/drivers/scsi/aic7xxx/
Daic79xx.seq442 mov CCSCBRAM, SCB_SGPTR[0];
1153 test SCB_SGPTR, SG_LIST_NULL jnz . + 3;
1249 test SCB_SGPTR, SG_LIST_NULL jnz complete; /* No xfer */
1250 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1268 or SCB_SGPTR, SG_STATUS_VALID;
1364 or SCB_SGPTR, SG_LIST_NULL ret;
1607 and REG_ISR, ~SG_FULL_RESID, SCB_SGPTR[0];
1617 and SCB_SGPTR[0], ~SG_FULL_RESID;
1675 test SCB_SGPTR[0], SG_LIST_NULL jnz p_data_bitbucket;
1933 test SCB_SGPTR[0], SG_LIST_NULL jnz pkt_handle_overrun_inc_use_count;
[all …]
Daic7xxx.seq1332 and SCB_SGPTR[0], ~SG_FULL_RESID;
1656 test SCB_SGPTR, SG_LIST_NULL jnz check_status;/* No xfer */
1657 test SCB_SGPTR, SG_FULL_RESID jnz upload_scb;/* Never xfered */
1662 or SCB_SGPTR, SG_RESID_VALID;
1744 or SCB_SGPTR, SG_LIST_NULL;
1754 * The SCB_SGPTR becomes the next one we'll download,
Daic79xx_core.c1258 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0 in ahd_flush_qoutfifo()
1259 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0 in ahd_flush_qoutfifo()
1271 ahd_outb(ahd, SCB_SGPTR, in ahd_flush_qoutfifo()
1272 ahd_inb_scbram(ahd, SCB_SGPTR) in ahd_flush_qoutfifo()
1444 sgptr = ahd_inl_scbram(ahd, SCB_SGPTR) & ~SG_FULL_RESID; in ahd_run_data_fifo()
1445 ahd_outb(ahd, SCB_SGPTR, sgptr); in ahd_run_data_fifo()
1542 ahd_outl(ahd, SCB_SGPTR, sgptr); in ahd_run_data_fifo()
1638 ahd_outb(ahd, SCB_SGPTR, in ahd_run_data_fifo()
1639 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL); in ahd_run_data_fifo()
10009 ahd_inl_scbram(ahd, SCB_SGPTR),
Daic7xxx_reg.h_shipped752 #define SCB_SGPTR 0xb4
Daic79xx_reg.h_shipped1216 ahd_print_register(NULL, 0, "SCB_SGPTR", 0x1a4, regvalue, cur_col, wrap)
2594 #define SCB_SGPTR 0x1a4
Daic7xxx.reg1152 SCB_SGPTR {
Daic79xx.reg4170 SCB_SGPTR {