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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_reg.h449 #define HCNT 0x8c macro
H A Daic7xxx_core.c3443 ahc_outb(ahc, HCNT + 2, resid >> 16);
3444 ahc_outb(ahc, HCNT + 1, resid >> 8);
3445 ahc_outb(ahc, HCNT, resid);
6402 printf("HCNT = 0x%x SCBPTR = 0x%x\n", ahc_inb(ahc, HCNT),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h391 #define HCNT 0x8c macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daic7xxx_old.c5232 * cur_addr into HCNT and HADDR and have both of them drop
5235 aic_outb(p, resid_dcnt & 0xff, HCNT);
5236 aic_outb(p, (resid_dcnt >> 8) & 0xff, HCNT + 1);
5237 aic_outb(p, (resid_dcnt >> 16) & 0xff, HCNT + 2);
5323 aic_outb(p, sg_length & 0xff, HCNT);
5324 aic_outb(p, (sg_length >> 8) & 0xff, HCNT + 1);
5325 aic_outb(p, (sg_length >> 16) & 0xff, HCNT + 2);

Completed in 210 milliseconds