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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_pci.c428 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
504 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
511 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
522 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
532 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
850 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
906 ahd_set_modes(ahd, i, i);
H A Daic79xx.c280 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
283 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
300 ahd_set_modes(ahd, active_fifo, active_fifo);
317 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
342 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
365 ahd_set_modes(ahd, fifo, fifo);
394 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
418 ahd_set_modes(ahd, fifo_mode, fifo_mode);
442 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
483 ahd_set_modes(ah
[all...]
H A Daic79xx_inline.h68 static __inline void ahd_set_modes(struct ahd_softc *ahd, ahd_mode src,
105 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) function
168 ahd_set_modes(ahd, src, dst);
225 ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode);

Completed in 162 milliseconds