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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.c701 resid = ahd_inl(ahd, SHCNT);
9196 cur_col += printf("SHADDR = 0x%x%x, SHCNT = 0x%x ",
9199 (ahd_inb(ahd, SHCNT)
9200 | (ahd_inb(ahd, SHCNT + 1) << 8)
9201 | (ahd_inb(ahd, SHCNT + 2) << 16)));
H A Daic79xx_reg.h938 ahd_print_register(NULL, 0, "SHCNT", 0x68, regvalue, cur_col, wrap)
3081 #define SHCNT 0x68 macro

Completed in 102 milliseconds