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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 1037 add QFREEZE_COUNT, 1;
1038 adc QFREEZE_COUNT[1], A;
aic79xx.reg 3548 QFREEZE_COUNT {
aic79xx_reg.h 2000 ahd_print_register(NULL, 0, "QFREEZE_COUNT", 0x12e, regvalue, cur_col, wrap)
3527 #define QFREEZE_COUNT 0x12e
  /src/sys/dev/ic/
aic79xx.c 6449 ahd_outw(ahd, QFREEZE_COUNT, 0);
6828 ahd_outw(ahd, QFREEZE_COUNT, ahd_inw(ahd, QFREEZE_COUNT) + 1);
6863 qfreeze_cnt = ahd_inw(ahd, QFREEZE_COUNT);
6870 ahd_outw(ahd, QFREEZE_COUNT, qfreeze_cnt);
7850 qfreeze_cnt = ahd_inw(ahd, QFREEZE_COUNT);
7855 ahd_outw(ahd, QFREEZE_COUNT, qfreeze_cnt);

Completed in 97 milliseconds