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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 228 test CMDS_PENDING[1], 0xFF jnz coalesce_by_count;
231 add NONE, A, CMDS_PENDING;
264 add CMDS_PENDING, 1;
265 adc CMDS_PENDING[1], A;
339 add CMDS_PENDING, -1;
340 adc CMDS_PENDING[1], -1;
aic79xx.reg 3740 CMDS_PENDING {
aic79xx_reg.h 2161 ahd_print_register(NULL, 0, "CMDS_PENDING", 0x14e, regvalue, cur_col, wrap)
3623 #define CMDS_PENDING 0x14e
  /src/sys/dev/ic/
aic79xx.c 908 int cmds_pending; local in function:ahd_handle_seqint
919 cmds_pending = ahd_inw(ahd, CMDS_PENDING);
920 if (cmds_pending > 0)
921 ahd_outw(ahd, CMDS_PENDING, cmds_pending - 1);
6519 ahd_outw(ahd, CMDS_PENDING, 0);
7098 ahd_outw(ahd, CMDS_PENDING, pending_cmds - ahd_qinfifo_count(ahd));
7360 ahd_outw(ahd, CMDS_PENDING, ahd_inw(ahd, CMDS_PENDING) - found)
    [all...]

Completed in 21 milliseconds