Searched refs:SG_NEXT (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 247 #define SG_NEXT 0x39 macro
|
D | aic7xxx.seq | 375 * 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;
|
D | aic7xxx.reg | 1226 SG_NEXT {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 5352 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()
|