Searched defs:ahd_set_modes (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_core.c283 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) function
349 ahd_set_modes(ahd, src, dst);
403 ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode);
1062 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
1065 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1082 ahd_set_modes(ahd, active_fifo, active_fifo);
1132 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
1157 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
1180 ahd_set_modes(ahd, fifo, fifo);
1209 ahd_set_modes(ah
[all...]

Completed in 2337 milliseconds