Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h247 #define SG_NEXT 0x39 macro
Daic7xxx.seq375 * Also set SG_COUNT and SG_NEXT in memory since we cannot
468 bmov CCHADDR, SG_NEXT, 4;
483 mvi SG_NEXT call bcopy_4;
507 add SG_NEXT[0],SG_SIZEOF;
508 adc SG_NEXT[1],A;
543 * Subtract SG_SIZEOF from the SG_NEXT pointer and add 1 to the SG_COUNT
546 add SG_NEXT[0], -SG_SIZEOF;
547 adc SG_NEXT[1], 0xff;
Daic7xxx.reg1226 SG_NEXT {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c5352 tmp = aic_inb(p, SG_NEXT); in aic7xxx_handle_seqint()
5354 aic_outb(p, tmp, SG_NEXT); in aic7xxx_handle_seqint()
5356 aic_outb(p, aic_inb(p, SG_NEXT + 1) + 1, SG_NEXT + 1); in aic7xxx_handle_seqint()