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

  /src/sys/dev/ic/
aic79xx.c 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)
    [all...]
aic79xx_inline.h 415 static __inline void ahd_outw(struct ahd_softc *, u_int, u_int);
521 ahd_outw(struct ahd_softc *ahd, u_int port, u_int value) function in typeref:typename:void
619 ahd_outw(ahd, SNSCB_QOFF, oldvalue);
627 ahd_outw(ahd, SNSCB_QOFF, value);

Completed in 16 milliseconds