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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 74 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus;
304 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je first_new_scb;
309 bmov WAITING_TID_HEAD, REG0, 2;
440 bmov LASTSCB, WAITING_TID_HEAD, 2;
442 bmov CURRSCB, WAITING_TID_HEAD, 2;
443 bmov SCBPTR, WAITING_TID_HEAD, 2;
570 bmov SCBPTR, WAITING_TID_HEAD, 2;
617 bmov SCBPTR, WAITING_TID_HEAD, 2;
618 bmov WAITING_TID_HEAD, SCB_NEXT2, 2;
619 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL jne . + 2
    [all...]
aic79xx.reg 3512 WAITING_TID_HEAD {
aic79xx_reg.h 1958 ahd_print_register(NULL, 0, "WAITING_TID_HEAD", 0x120, regvalue, cur_col, wrap)
3515 #define WAITING_TID_HEAD 0x120
  /src/sys/dev/ic/
aic79xx.c 1589 scbid1 = ahd_inw(ahd, WAITING_TID_HEAD);
2038 waiting_h = ahd_inw(ahd, WAITING_TID_HEAD);
2042 ahd_outw(ahd, WAITING_TID_HEAD, scbid);
6433 ahd_outw(ahd, WAITING_TID_HEAD, SCB_LIST_NULL);
6848 ahd_inw(ahd, WAITING_TID_HEAD));
7231 tid_next = ahd_inw(ahd, WAITING_TID_HEAD);
7374 ahd_outw(ahd, WAITING_TID_HEAD, tid_next);
7385 ahd_outw(ahd, WAITING_TID_HEAD, tid_cur);

Completed in 100 milliseconds