Searched refs:ahd_set_modes (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_pci.c | 421 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_pci_config() 497 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 504 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_pci_test_register_access() 515 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 525 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 843 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_intr() 899 ahd_set_modes(ahd, i, i); in ahd_pci_split_intr()
|
H A D | aic79xx.c | 272 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_currently_packetized() 275 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_currently_packetized() 292 ahd_set_modes(ahd, active_fifo, active_fifo); in ahd_set_active_fifo() 309 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_restart() 334 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN); in ahd_restart() 357 ahd_set_modes(ahd, fifo, fifo); in ahd_clear_fifo() 386 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_flush_qoutfifo() 410 ahd_set_modes(ahd, fifo_mode, fifo_mode); in ahd_flush_qoutfifo() 434 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_flush_qoutfifo() 475 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN); in ahd_flush_qoutfifo() [all …]
|
H A D | aic79xx_inline.h | 66 static __inline void ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, 103 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes() function 166 ahd_set_modes(ahd, src, dst); in ahd_restore_modes() 223 ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode); in ahd_unpause()
|