Searched refs:ahd_build_mode_state (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 60 static __inline ahd_mode_state ahd_build_mode_state(struct ahd_softc *ahd, 89 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_build_mode_state() function 113 ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 115 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 156 return (ahd_build_mode_state(ahd, ahd->src_mode, ahd->dst_mode)); in ahd_save_modes()
|
D | aic79xx_core.c | 5107 ahd_build_mode_state(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI)); in ahd_reset() 8492 ahd_build_mode_state(ahd, ahd->saved_src_mode, in ahd_dump_card_state()
|