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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c643 ahd_outl(ahd, HCNT, datacnt & AHD_SG_LEN_MASK);
800 ahd_outl(ahd, HCNT, data_len & AHD_SG_LEN_MASK);
1029 ahd_outw(ahd, HCNT, AHD_SENSE_BUFSIZE);
1030 ahd_outb(ahd, HCNT + 2, 0);
5071 ahd_outb(ahd, HCNT + 2, resid >> 16);
5072 ahd_outb(ahd, HCNT + 1, resid >> 8);
5073 ahd_outb(ahd, HCNT, resid);
9150 cur_col += printf("HADDR = 0x%x%x, HCNT = 0x%x ",
9153 (ahd_inb(ahd, HCNT)
9154 | (ahd_inb(ahd, HCNT
[all...]
H A Daic7xxx.c3787 ahc_outb(ahc, HCNT + 2, resid >> 16);
3788 ahc_outb(ahc, HCNT + 1, resid >> 8);
3789 ahc_outb(ahc, HCNT, resid);
6746 printf("HCNT = 0x%x SCBPTR = 0x%x\n", ahc_inb(ahc, HCNT),
H A Daic7xxx_reg.h665 ahc_print_register(NULL, 0, "HCNT", 0x8c, regvalue, cur_col, wrap)
1513 #define HCNT 0x8c macro
H A Daic79xx_reg.h1043 ahd_print_register(NULL, 0, "HCNT", 0x78, regvalue, cur_col, wrap)
3121 #define HCNT 0x78 macro

Completed in 188 milliseconds