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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h391 #define HCNT 0x8c macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c1411 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
1569 ahd_outl(ahd, HCNT, data_len & AHD_SG_LEN_MASK);
1842 ahd_outw(ahd, HCNT, AHD_SENSE_BUFSIZE);
1843 ahd_outb(ahd, HCNT + 2, 0);
5834 ahd_outb(ahd, HCNT + 2, resid >> 16);
5835 ahd_outb(ahd, HCNT + 1, resid >> 8);
5836 ahd_outb(ahd, HCNT, resid);
9843 cur_col += printk("HADDR = 0x%x%x, HCNT = 0x%x ",
9846 (ahd_inb(ahd, HCNT)
9847 | (ahd_inb(ahd, HCNT
[all...]
H A Daic7xxx_core.c4258 ahc_outb(ahc, HCNT + 2, resid >> 16);
4259 ahc_outb(ahc, HCNT + 1, resid >> 8);
4260 ahc_outb(ahc, HCNT, resid);
7137 printk("HCNT = 0x%x SCBPTR = 0x%x\n", ahc_inb(ahc, HCNT),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c4736 * cur_addr into HCNT and HADDR and have both of them drop
4739 aic_outb(p, resid_dcnt & 0xff, HCNT);
4740 aic_outb(p, (resid_dcnt >> 8) & 0xff, HCNT + 1);
4741 aic_outb(p, (resid_dcnt >> 16) & 0xff, HCNT + 2);
4827 aic_outb(p, sg_length & 0xff, HCNT);
4828 aic_outb(p, (sg_length >> 8) & 0xff, HCNT + 1);
4829 aic_outb(p, (sg_length >> 16) & 0xff, HCNT + 2);

Completed in 118 milliseconds