Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aic7xxx/
HDaic79xx_pci.c832 ahd_mode_state saved_modes; in ahd_pci_intr() local
847 saved_modes = ahd_save_modes(ahd); in ahd_pci_intr()
879 ahd_restore_modes(ahd, saved_modes); in ahd_pci_intr()
891 ahd_mode_state saved_modes; in ahd_pci_split_intr() local
903 saved_modes = ahd_save_modes(ahd); in ahd_pci_split_intr()
950 ahd_restore_modes(ahd, saved_modes); in ahd_pci_split_intr()
HDaic79xx.c269 ahd_mode_state saved_modes; in ahd_currently_packetized() local
272 saved_modes = ahd_save_modes(ahd); in ahd_currently_packetized()
285 ahd_restore_modes(ahd, saved_modes); in ahd_currently_packetized()
357 ahd_mode_state saved_modes; in ahd_clear_fifo() local
363 saved_modes = ahd_save_modes(ahd); in ahd_clear_fifo()
370 ahd_restore_modes(ahd, saved_modes); in ahd_clear_fifo()
382 ahd_mode_state saved_modes; in ahd_flush_qoutfifo() local
388 saved_modes = ahd_save_modes(ahd); in ahd_flush_qoutfifo()
579 ahd_restore_modes(ahd, saved_modes); in ahd_flush_qoutfifo()
2575 ahd_mode_state saved_modes; in ahd_clear_critical_section() local
[all …]