Searched refs:ahd_inw (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 579 ahd_inw(struct ahd_softc *ahd, u_int port) in ahd_inw() function 696 oldvalue = ahd_inw(ahd, SNSCB_QOFF); in ahd_get_snscb_qoff() 1207 scbid = ahd_inw(ahd, GSFIFO); in ahd_flush_qoutfifo() 1268 comp_head = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_flush_qoutfifo() 1275 tail = ahd_inw(ahd, COMPLETE_DMA_SCB_TAIL); in ahd_flush_qoutfifo() 1325 scbid = ahd_inw(ahd, COMPLETE_DMA_SCB_HEAD); in ahd_flush_qoutfifo() 1348 scbid = ahd_inw(ahd, COMPLETE_ON_QFREEZE_HEAD); in ahd_flush_qoutfifo() 1365 scbid = ahd_inw(ahd, COMPLETE_SCB_HEAD); in ahd_flush_qoutfifo() 2120 ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM)); in ahd_handle_seqint() 2127 ahd_inw(ahd, SINDEX)); in ahd_handle_seqint() [all …]
|
D | aic79xx_inline.h | 123 ahd_inw(struct ahd_softc *ahd, u_int port);
|