HomeSort by: relevance | last modified time | path
    Searched refs:ahd_set_modes (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
ahd_pci.c 549 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
619 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
624 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
635 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
646 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
971 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
1032 ahd_set_modes(ahd, i, i);
  /src/sys/dev/ic/
aic79xx.c 297 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG);
300 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
317 ahd_set_modes(ahd, active_fifo, active_fifo);
334 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
359 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN);
374 ahd_set_modes(ahd, fifo, fifo);
409 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
432 ahd_set_modes(ahd, fifo_mode, fifo_mode);
446 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);
478 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN)
    [all...]
aic79xx_inline.h 68 static __inline void ahd_set_modes(struct ahd_softc *, ahd_mode, ahd_mode);
102 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) function in typeref:typename:void
165 ahd_set_modes(ahd, src, dst);
222 ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode);
aic79xx_osm.c 755 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI);

Completed in 17 milliseconds