Searched refs:ahd_set_modes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/aic7xxx/ |
| D | aic79xx_pci.c | 428 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_pci_config() 504 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 511 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_pci_test_register_access() 522 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 533 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 851 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_intr() 909 ahd_set_modes(ahd, i, i); in ahd_pci_split_intr()
|
| D | aic79xx.c | 280 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_currently_packetized() 283 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_currently_packetized() 300 ahd_set_modes(ahd, active_fifo, active_fifo); in ahd_set_active_fifo() 317 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_restart() 342 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN); in ahd_restart() 365 ahd_set_modes(ahd, fifo, fifo); in ahd_clear_fifo() 394 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_flush_qoutfifo() 418 ahd_set_modes(ahd, fifo_mode, fifo_mode); in ahd_flush_qoutfifo() 442 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_flush_qoutfifo() 483 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN); in ahd_flush_qoutfifo() [all …]
|
| D | aic79xx_inline.h | 68 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) in ahd_set_modes() function 168 ahd_set_modes(ahd, src, dst); in ahd_restore_modes() 225 ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode); in ahd_unpause()
|