Searched refs:SHCNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.c700 resid = ahd_inl(ahd, SHCNT);
9140 cur_col += printf("SHADDR = 0x%x%x, SHCNT = 0x%x ",
9143 (ahd_inb(ahd, SHCNT)
9144 | (ahd_inb(ahd, SHCNT + 1) << 8)
9145 | (ahd_inb(ahd, SHCNT + 2) << 16)));
H A Daic79xx_reg.h938 ahd_print_register(NULL, 0, "SHCNT", 0x68, regvalue, cur_col, wrap)
3080 #define SHCNT 0x68 macro

Completed in 140 milliseconds