Searched refs:ahd_outw (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 591 ahd_outw(struct ahd_softc *ahd, u_int port, u_int value) in ahd_outw() function 697 ahd_outw(ahd, SNSCB_QOFF, oldvalue); in ahd_get_snscb_qoff() 705 ahd_outw(ahd, SNSCB_QOFF, value); in ahd_set_snscb_qoff() 1266 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo() 1267 ahd_outw(ahd, SCB_NEXT_COMPLETE, SCB_LIST_NULL); in ahd_flush_qoutfifo() 1270 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid); in ahd_flush_qoutfifo() 1271 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid); in ahd_flush_qoutfifo() 1277 ahd_outw(ahd, SCB_NEXT_COMPLETE, scbid); in ahd_flush_qoutfifo() 1278 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid); in ahd_flush_qoutfifo() 1345 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, SCB_LIST_NULL); in ahd_flush_qoutfifo() [all …]
|
D | aic79xx_inline.h | 124 void ahd_outw(struct ahd_softc *ahd, u_int port,
|