Lines Matching refs:ahd_outw
464 ahd_outw(ahd, SCB_TAG, SCB_GET_TAG(scb));
466 ahd_outw(ahd, SCB_NEXT_COMPLETE, comp_head);
468 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD,
521 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
538 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
627 ahd_outw(ahd, LONGJMP_ADDR, 0);
921 ahd_outw(ahd, CMDS_PENDING, cmds_pending - 1);
999 ahd_outw(ahd, HCNT, AHD_SENSE_BUFSIZE);
2042 ahd_outw(ahd, WAITING_TID_HEAD, scbid);
2045 ahd_outw(ahd, WAITING_TID_TAIL, scbid);
2052 ahd_outw(ahd, SCB_NEXT2, next);
5367 ahd_outw(ahd, SCB_BASE, i);
5401 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL);
6328 ahd_outw(ahd, INTVEC1_ADDR, ahd_resolve_seqaddr(ahd, LABEL_seq_isr));
6329 ahd_outw(ahd, INTVEC2_ADDR, ahd_resolve_seqaddr(ahd, LABEL_timer_isr));
6433 ahd_outw(ahd, WAITING_TID_HEAD, SCB_LIST_NULL);
6434 ahd_outw(ahd, WAITING_TID_TAIL, SCB_LIST_NULL);
6436 ahd_outw(ahd, WAITING_SCB_TAILS + (2 * i), SCB_LIST_NULL);
6442 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL);
6443 ahd_outw(ahd, COMPLETE_SCB_DMAINPROG_HEAD, SCB_LIST_NULL);
6444 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL);
6449 ahd_outw(ahd, QFREEZE_COUNT, 0);
6518 ahd_outw(ahd, INT_COALESCING_CMDCOUNT, 0);
6519 ahd_outw(ahd, CMDS_PENDING, 0);
6788 ahd_outw(ahd, INT_COALESCING_TIMER, timer / AHD_TIMER_US_PER_TICK);
6828 ahd_outw(ahd, QFREEZE_COUNT, ahd_inw(ahd, QFREEZE_COUNT) + 1);
6870 ahd_outw(ahd, QFREEZE_COUNT, qfreeze_cnt);
6956 ahd_outw(ahd, scb_offset, scbid);
7098 ahd_outw(ahd, CMDS_PENDING, pending_cmds - ahd_qinfifo_count(ahd));
7360 ahd_outw(ahd, CMDS_PENDING, ahd_inw(ahd, CMDS_PENDING) - found);
7374 ahd_outw(ahd, WAITING_TID_HEAD, tid_next);
7377 ahd_outw(ahd, SCB_NEXT2, tid_next);
7380 ahd_outw(ahd, WAITING_TID_TAIL, tid_prev);
7385 ahd_outw(ahd, WAITING_TID_HEAD, tid_cur);
7388 ahd_outw(ahd, SCB_NEXT2, tid_cur);
7391 ahd_outw(ahd, SCB_NEXT2, tid_next);
7394 ahd_outw(ahd, WAITING_TID_TAIL, tid_cur);
7411 ahd_outw(ahd, SCB_NEXT, next);
7422 ahd_outw(ahd, tail_offset, prev);
7855 ahd_outw(ahd, QFREEZE_COUNT, qfreeze_cnt);
8995 ahd_outw(ahd, SEEDAT, *tbuf++);