Home
last modified time | relevance | path

Searched refs:saved_modes (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/dev/aic7xxx/
HDaic79xx_pci.c826 ahd_mode_state saved_modes; in ahd_pci_intr() local
841 saved_modes = ahd_save_modes(ahd); in ahd_pci_intr()
873 ahd_restore_modes(ahd, saved_modes); in ahd_pci_intr()
885 ahd_mode_state saved_modes; in ahd_pci_split_intr() local
897 saved_modes = ahd_save_modes(ahd); in ahd_pci_split_intr()
944 ahd_restore_modes(ahd, saved_modes); in ahd_pci_split_intr()
HDaic79xx.c262 ahd_mode_state saved_modes; in ahd_currently_packetized() local
265 saved_modes = ahd_save_modes(ahd); in ahd_currently_packetized()
278 ahd_restore_modes(ahd, saved_modes); in ahd_currently_packetized()
350 ahd_mode_state saved_modes; in ahd_clear_fifo() local
356 saved_modes = ahd_save_modes(ahd); in ahd_clear_fifo()
363 ahd_restore_modes(ahd, saved_modes); in ahd_clear_fifo()
375 ahd_mode_state saved_modes; in ahd_flush_qoutfifo() local
381 saved_modes = ahd_save_modes(ahd); in ahd_flush_qoutfifo()
572 ahd_restore_modes(ahd, saved_modes); in ahd_flush_qoutfifo()
2566 ahd_mode_state saved_modes; in ahd_clear_critical_section() local
[all …]