Searched refs:SG_COUNT (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq375 * Also set SG_COUNT and SG_NEXT in memory since we cannot
381 bmov SG_COUNT, SCB_SGCOUNT, 5;
389 mvi DINDEX, SG_COUNT;
394 test SG_COUNT, 0xff jnz data_phase_inbounds;
418 shl A, 2, SG_COUNT;
419 cmp SG_COUNT,0x01 jne data_phase_wideodd;
422 cmp SG_COUNT,0x01 jne data_phase_wideodd;
447 cmp SG_COUNT, 0x01 je u2_data_phase_finish;
449 dec SG_COUNT;
450 test SG_COUNT,
[all...]
H A Daic7xxx_reg.h245 #define SG_COUNT 0x38 macro
H A Daic7xxx.reg1222 SG_COUNT {
/drivers/scsi/
H A Daic7xxx_old.c3133 printk(INFO_LEAD "SG_CACHEPTR 0x%x, SG_COUNT %d, SCSISIGI 0x%x\n",
3136 aic_inb(p, SG_COUNT), aic_inb(p, SCSISIGI));
4692 sg_addr = aic_inb(p, SG_COUNT + 1) | (aic_inb(p, SG_COUNT + 2) << 8) |
4693 (aic_inb(p, SG_COUNT + 3) << 16) | (aic_inb(p, SG_COUNT + 4) << 24);
4736 aic_outb(p, resid_sgcnt, SG_COUNT);
4738 aic_outb(p, sg_addr & 0xff, SG_COUNT + 1);
4739 aic_outb(p, (sg_addr >> 8) & 0xff, SG_COUNT + 2);
4740 aic_outb(p, (sg_addr >> 16) & 0xff, SG_COUNT
[all...]

Completed in 66 milliseconds