Searched refs:SCB_SGPTR (Results 1 – 9 of 9) sorted by relevance
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 499 #define SCB_SGPTR 0xa4 macro
|
D | aic7xxx.reg | 915 SCB_SGPTR {
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 442 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 …]
|
D | aic7xxx.seq | 1332 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,
|
D | aic79xx_core.c | 1258 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),
|
D | aic7xxx_reg.h_shipped | 752 #define SCB_SGPTR 0xb4
|
D | aic79xx_reg.h_shipped | 1216 ahd_print_register(NULL, 0, "SCB_SGPTR", 0x1a4, regvalue, cur_col, wrap) 2594 #define SCB_SGPTR 0x1a4
|
D | aic7xxx.reg | 1152 SCB_SGPTR {
|
D | aic79xx.reg | 4170 SCB_SGPTR {
|