Searched refs:saved_modes (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic79xx_proc.c | 211 ahd_mode_state saved_modes; ahd_proc_write_seeprom() local 224 saved_modes = ahd_save_modes(ahd); ahd_proc_write_seeprom() 264 ahd_restore_modes(ahd, saved_modes); ahd_proc_write_seeprom()
|
H A D | aic79xx_pci.c | 794 ahd_mode_state saved_modes; ahd_pci_intr() local 809 saved_modes = ahd_save_modes(ahd); ahd_pci_intr() 843 ahd_restore_modes(ahd, saved_modes); ahd_pci_intr() 855 ahd_mode_state saved_modes; ahd_pci_split_intr() local 867 saved_modes = ahd_save_modes(ahd); ahd_pci_split_intr() 907 ahd_restore_modes(ahd, saved_modes); ahd_pci_split_intr()
|
H A D | aic79xx_core.c | 1052 ahd_mode_state saved_modes; ahd_currently_packetized() local 1055 saved_modes = ahd_save_modes(ahd); ahd_currently_packetized() 1068 ahd_restore_modes(ahd, saved_modes); ahd_currently_packetized() 1173 ahd_mode_state saved_modes; ahd_clear_fifo() local 1179 saved_modes = ahd_save_modes(ahd); ahd_clear_fifo() 1186 ahd_restore_modes(ahd, saved_modes); ahd_clear_fifo() 1198 ahd_mode_state saved_modes; ahd_flush_qoutfifo() local 1204 saved_modes = ahd_save_modes(ahd); ahd_flush_qoutfifo() 1394 ahd_restore_modes(ahd, saved_modes); ahd_flush_qoutfifo() 3444 ahd_mode_state saved_modes; ahd_clear_critical_section() local 3469 saved_modes = ahd_save_modes(ahd); ahd_clear_critical_section() 3558 ahd_restore_modes(ahd, saved_modes); ahd_clear_critical_section() 4103 ahd_mode_state saved_modes; ahd_update_neg_table() local 4111 saved_modes = ahd_save_modes(ahd); ahd_update_neg_table() 4210 ahd_restore_modes(ahd, saved_modes); ahd_update_neg_table() 4226 ahd_mode_state saved_modes; ahd_update_pending_scbs() local 4276 saved_modes = ahd_save_modes(ahd); ahd_update_pending_scbs() 4295 ahd_restore_modes(ahd, saved_modes); ahd_update_pending_scbs() 4305 ahd_mode_state saved_modes; ahd_fetch_devinfo() local 4310 saved_modes = ahd_save_modes(ahd); ahd_fetch_devinfo() 4334 ahd_restore_modes(ahd, saved_modes); ahd_fetch_devinfo() 4687 ahd_mode_state saved_modes; ahd_clear_msg_state() local 4689 saved_modes = ahd_save_modes(ahd); ahd_clear_msg_state() 4706 ahd_restore_modes(ahd, saved_modes); ahd_clear_msg_state() 5844 ahd_mode_state saved_modes; ahd_reinitialize_dataptrs() local 5870 saved_modes = ahd_save_modes(ahd); ahd_reinitialize_dataptrs() 5874 | (saved_modes == 0x11 ? CURRFIFO_1 : CURRFIFO_0)); ahd_reinitialize_dataptrs() 6617 ahd_mode_state saved_modes; ahd_setup_iocell_workaround() local 6619 saved_modes = ahd_save_modes(ahd); ahd_setup_iocell_workaround() 6628 ahd_restore_modes(ahd, saved_modes); ahd_setup_iocell_workaround() 6635 ahd_mode_state saved_modes; ahd_iocell_first_selection() local 6640 saved_modes = ahd_save_modes(ahd); ahd_iocell_first_selection() 6658 ahd_restore_modes(ahd, saved_modes); ahd_iocell_first_selection() 8100 ahd_mode_state saved_modes; ahd_qinfifo_requeue_tail() local 8102 saved_modes = ahd_save_modes(ahd); ahd_qinfifo_requeue_tail() 8115 ahd_restore_modes(ahd, saved_modes); ahd_qinfifo_requeue_tail() 8160 ahd_mode_state saved_modes; ahd_reset_cmds_pending() local 8163 saved_modes = ahd_save_modes(ahd); ahd_reset_cmds_pending() 8177 ahd_restore_modes(ahd, saved_modes); ahd_reset_cmds_pending() 8204 ahd_mode_state saved_modes; ahd_search_qinfifo() local 8218 saved_modes = ahd_save_modes(ahd); ahd_search_qinfifo() 8422 ahd_restore_modes(ahd, saved_modes); ahd_search_qinfifo() 8593 ahd_mode_state saved_modes; ahd_abort_scbs() local 8596 saved_modes = ahd_save_modes(ahd); ahd_abort_scbs() 8672 ahd_restore_modes(ahd, saved_modes); ahd_abort_scbs() 9732 ahd_mode_state saved_modes; ahd_dump_card_state() local 9746 saved_modes = ahd_save_modes(ahd); ahd_dump_card_state() 9985 ahd_restore_modes(ahd, saved_modes); ahd_dump_card_state() 9994 ahd_mode_state saved_modes; 9998 saved_modes = ahd_save_modes(ahd); 10014 ahd_restore_modes(ahd, saved_modes);
|
H A D | aic79xx_osm.c | 2164 ahd_mode_state saved_modes; ahd_linux_queue_abort_cmd() local 2255 saved_modes = ahd_save_modes(ahd); ahd_linux_queue_abort_cmd()
|
Completed in 165 milliseconds