Home
last modified time | relevance | path

Searched refs:ahd_outw (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.c452 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo()
453 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL); in ahd_flush_qoutfifo()
456 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid); in ahd_flush_qoutfifo()
457 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid); in ahd_flush_qoutfifo()
463 ahd_outw(ahd, SCB_NEXT_COMPLETE, scbid); in ahd_flush_qoutfifo()
464 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid); in ahd_flush_qoutfifo()
531 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo()
532 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, SCB_LIST_NULL); in ahd_flush_qoutfifo()
549 ahd_outw(ahd, COMPLETE_ON_QFREEZE_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo()
566 ahd_outw(ahd, COMPLETE_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo()
[all …]
H A Daic79xx_inline.h432 static __inline void ahd_outw(struct ahd_softc *ahd, u_int port,
534 ahd_outw(struct ahd_softc *ahd, u_int port, u_int value) in ahd_outw() function
636 ahd_outw(ahd, SNSCB_QOFF, oldvalue); in ahd_get_snscb_qoff()
644 ahd_outw(ahd, SNSCB_QOFF, value); in ahd_set_snscb_qoff()
H A Daic79xx_osm.c1516 ahd_outw(ahd_ddb_softc, addr, new_value); in DB_COMMAND_FLAGS()