HomeSort by: relevance | last modified time | path
    Searched refs:HCNT (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 771 test HCNT[0], 0x1 jz . + 2;
801 mov A, HCNT[0];
810 test HCNT[1], 0xFF jnz calc_mwi_residual_final;
811 test HCNT[2], 0xFF jnz calc_mwi_residual_final;
812 add NONE, INVERTED_CACHESIZE_MASK, HCNT[0];
819 add HCNT[0], A;
820 adc HCNT[1], -1;
821 adc HCNT[2], -1 ret;
878 and DATA_COUNT_ODD, 0x1, HCNT[0];
882 bmov STCNT, HCNT, 3
    [all...]
aic79xx.seq 1319 bmov HCNT, CCSGRAM, 3;
1705 mvi HCNT[1], (AHD_SENSE_BUFSIZE >> 8);
2030 clr HCNT[0];
2031 mvi HCNT[1], ((PKT_OVERRUN_BUFSIZE >> 8) & 0xFF);
2032 clr HCNT[2] ret;
aic7xxx.reg 781 register HCNT {
aic7xxx_reg.h 670 ahc_print_register(NULL, 0, "HCNT", 0x8c, regvalue, cur_col, wrap)
1520 #define HCNT 0x8c
aic79xx.reg 521 register HCNT {
aic79xx_reg.h 1041 ahd_print_register(NULL, 0, "HCNT", 0x78, regvalue, cur_col, wrap)
3085 #define HCNT 0x78
  /src/sys/dev/ic/
aic79xx.c 608 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
769 ahd_outl(ahd, HCNT, data_len & AHD_SG_LEN_MASK);
999 ahd_outw(ahd, HCNT, AHD_SENSE_BUFSIZE);
1000 ahd_outb(ahd, HCNT + 2, 0);
4984 ahd_outb(ahd, HCNT + 2, resid >> 16);
4985 ahd_outb(ahd, HCNT + 1, resid >> 8);
4986 ahd_outb(ahd, HCNT, resid);
8826 printf("HADDR = 0x%x%x, HCNT = 0x%x \n",
8829 (ahd_inb(ahd, HCNT)
8830 | (ahd_inb(ahd, HCNT + 1) << 8
    [all...]
aic7xxx.c 3714 ahc_outb(ahc, HCNT + 2, resid >> 16);
3715 ahc_outb(ahc, HCNT + 1, resid >> 8);
3716 ahc_outb(ahc, HCNT, resid);
6633 printf("HCNT = 0x%x SCBPTR = 0x%x\n", ahc_inb(ahc, HCNT),

Completed in 41 milliseconds