Searched refs:SHCNT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 893 bmov SHCNT[0], SCB_CDB_LEN, 1; 1805 bmov SCB_RESIDUAL_DATACNT, SHCNT, 3 ret; 1828 bmov SCB_RESIDUAL_DATACNT, SHCNT, 3 ret;
|
H A D | aic79xx.c | 692 resid = ahd_inl(ahd, SHCNT); in ahd_run_data_fifo() 9116 (ahd_inb(ahd, SHCNT) in ahd_dump_card_state() 9117 | (ahd_inb(ahd, SHCNT + 1) << 8) in ahd_dump_card_state() 9118 | (ahd_inb(ahd, SHCNT + 2) << 16))); in ahd_dump_card_state()
|
H A D | aic79xx_reg.h | 3078 #define SHCNT 0x68 macro
|
H A D | aic79xx.reg | 2623 register SHCNT {
|