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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 726 bmov SHCNT[0], SCB_CDB_LEN, 1;
1560 bmov SCB_RESIDUAL_DATACNT, SHCNT, 3 ret;
1583 bmov SCB_RESIDUAL_DATACNT, SHCNT, 3 ret;
aic79xx.reg 2634 register SHCNT {
aic79xx_reg.h 936 ahd_print_register(NULL, 0, "SHCNT", 0x68, regvalue, cur_col, wrap)
3044 #define SHCNT 0x68
  /src/sys/dev/ic/
aic79xx.c 666 resid = ahd_inl(ahd, SHCNT);
8820 printf("\nSHADDR = 0x%x%x, SHCNT = 0x%x ",
8823 (ahd_inb(ahd, SHCNT)
8824 | (ahd_inb(ahd, SHCNT + 1) << 8)
8825 | (ahd_inb(ahd, SHCNT + 2) << 16)));

Completed in 32 milliseconds