Home
last modified time | relevance | path

Searched refs:SCB_RESID_SGCNT (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h501 #define SCB_RESID_SGCNT 0xa8 macro
Daic7xxx.seq147 mov SCB_RESID_SGCNT, SCB_SGCOUNT;
560 mov SCB_RESID_SGCNT, SG_COUNT;
568 mov SCB_RESID_SGCNT, SG_COUNT;
824 test SCB_RESID_SGCNT,0xff jnz upload_scb;
Daic7xxx.reg918 SCB_RESID_SGCNT {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c5210 resid_sgcnt = aic_inb(p, SCB_RESID_SGCNT); in aic7xxx_handle_seqint()
5253 aic_outb(p, resid_sgcnt, SCB_RESID_SGCNT); in aic7xxx_handle_seqint()