Searched refs:ahd_inw_scbram (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 137 u_int ahd_inw_scbram(struct ahd_softc *ahd, u_int offset);
|
D | aic79xx_core.c | 775 ahd_inw_scbram(struct ahd_softc *ahd, u_int offset) in ahd_inw_scbram() function 784 return (ahd_inw_scbram(ahd, offset) in ahd_inl_scbram() 785 | (ahd_inw_scbram(ahd, offset+2) << 16)); in ahd_inl_scbram() 1339 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo() 1360 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo() 1377 next_scbid = ahd_inw_scbram(ahd, SCB_NEXT_COMPLETE); in ahd_flush_qoutfifo() 2970 next = ahd_inw_scbram(ahd, SCB_NEXT2); in ahd_handle_pkt_busfree() 6372 if (ahd_inw_scbram(ahd, SCB_BASE) != i) in ahd_probe_scbs() 6375 if (ahd_inw_scbram(ahd, SCB_BASE) != 0) in ahd_probe_scbs() 8025 scbid = ahd_inw_scbram(ahd, scb_offset); in ahd_find_busy_tcl() [all …]
|
D | aic79xx_pci.c | 605 *sc_data++ = ahd_inw_scbram(ahd, SCB_BASE+i); in ahd_check_extport()
|