Searched refs:ahd_set_modes (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 370 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_pci_config() 466 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 473 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_pci_test_register_access() 482 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 493 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_test_register_access() 811 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_pci_intr() 869 ahd_set_modes(ahd, i, i); in ahd_pci_split_intr()
|
D | aic79xx_core.c | 283 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes() function 349 ahd_set_modes(ahd, src, dst); in ahd_restore_modes() 403 ahd_set_modes(ahd, ahd->saved_src_mode, ahd->saved_dst_mode); in ahd_unpause() 1062 ahd_set_modes(ahd, AHD_MODE_CFG, AHD_MODE_CFG); in ahd_currently_packetized() 1065 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_currently_packetized() 1082 ahd_set_modes(ahd, active_fifo, active_fifo); in ahd_set_active_fifo() 1132 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_restart() 1157 ahd_set_modes(ahd, AHD_MODE_CCHAN, AHD_MODE_CCHAN); in ahd_restart() 1180 ahd_set_modes(ahd, fifo, fifo); in ahd_clear_fifo() 1209 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_flush_qoutfifo() [all …]
|
D | aic79xx_inline.h | 66 void ahd_set_modes(struct ahd_softc *ahd, ahd_mode src,
|
D | aic79xx_proc.c | 225 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_proc_write_seeprom()
|
D | aic79xx_osm.c | 2255 ahd_set_modes(ahd, AHD_MODE_SCSI, AHD_MODE_SCSI); in ahd_linux_queue_abort_cmd()
|