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

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq340 * On Ultra2, we have to put it into the HCNT field because we have to
345 bmov HCNT, SCB_RESID_DCNT, 3;
383 bmov STCNT, HCNT, 3;
404 bmov HCNT, ALLONES, 3;
477 bmov STCNT, HCNT, 3;
485 mvi HCNT[0],SG_SIZEOF;
486 clr HCNT[1];
487 clr HCNT[2];
555 * We use STCNT instead of HCNT, since it's a reflection of how many bytes
645 * Load HADDR and HCNT
[all...]
H A Daic7xxx_reg.h391 #define HCNT 0x8c macro
H A Daic7xxx.reg663 register HCNT {
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq798 mov A, HCNT[0];
807 test HCNT[1], 0xFF jnz calc_mwi_residual_final;
808 test HCNT[2], 0xFF jnz calc_mwi_residual_final;
809 add NONE, INVERTED_CACHESIZE_MASK, HCNT[0];
816 add HCNT[0], A;
817 adc HCNT[1], -1;
818 adc HCNT[2], -1 ret;
878 bmov STCNT, HCNT, 3;
1171 mov HCNT, MWI_RESIDUAL;
1172 bmov HCNT[
[all...]
H A Daic79xx.seq1566 bmov HCNT, CCSGRAM, 3;
1952 mvi HCNT[1], (AHD_SENSE_BUFSIZE >> 8);
2287 clr HCNT[0];
2288 mvi HCNT[1], ((PKT_OVERRUN_BUFSIZE >> 8) & 0xFF);
2289 clr HCNT[2] ret;
H A Daic79xx_core.c1457 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
1615 ahd_outl(ahd, HCNT, data_len & AHD_SG_LEN_MASK);
1888 ahd_outw(ahd, HCNT, AHD_SENSE_BUFSIZE);
1889 ahd_outb(ahd, HCNT + 2, 0);
5914 ahd_outb(ahd, HCNT + 2, resid >> 16);
5915 ahd_outb(ahd, HCNT + 1, resid >> 8);
5916 ahd_outb(ahd, HCNT, resid);
9924 cur_col += printk("HADDR = 0x%x%x, HCNT = 0x%x ",
9927 (ahd_inb(ahd, HCNT)
9928 | (ahd_inb(ahd, HCNT
[all...]
H A Daic7xxx.reg849 register HCNT {
H A Daic7xxx_reg.h_shipped636 #define HCNT 0x8c
H A Daic7xxx_core.c4308 ahc_outb(ahc, HCNT + 2, resid >> 16);
4309 ahc_outb(ahc, HCNT + 1, resid >> 8);
4310 ahc_outb(ahc, HCNT, resid);
7203 printk("HCNT = 0x%x SCBPTR = 0x%x\n", ahc_inb(ahc, HCNT),
H A Daic79xx.reg547 register HCNT {
H A Daic79xx_reg.h_shipped1984 #define HCNT 0x78
/drivers/scsi/
H A Daic7xxx_old.c4759 * cur_addr into HCNT and HADDR and have both of them drop
4762 aic_outb(p, resid_dcnt & 0xff, HCNT);
4763 aic_outb(p, (resid_dcnt >> 8) & 0xff, HCNT + 1);
4764 aic_outb(p, (resid_dcnt >> 16) & 0xff, HCNT + 2);
4853 aic_outb(p, sg_length & 0xff, HCNT);
4854 aic_outb(p, (sg_length >> 8) & 0xff, HCNT + 1);
4855 aic_outb(p, (sg_length >> 16) & 0xff, HCNT + 2);

Completed in 2956 milliseconds