Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_osm.c730 u_int update_type; in ahd_set_tran_settings() local
742 update_type = 0; in ahd_set_tran_settings()
744 update_type |= AHD_TRANS_GOAL; in ahd_set_tran_settings()
752 update_type |= AHD_TRANS_USER; in ahd_set_tran_settings()
780 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
784 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
791 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
798 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
830 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
H A Daic7xxx_osm.c605 u_int update_type; in ahc_action() local
618 update_type = 0; in ahc_action()
620 update_type |= AHC_TRANS_GOAL; in ahc_action()
632 update_type |= AHC_TRANS_USER; in ahc_action()
663 update_type, /*paused*/FALSE); in ahc_action()
667 if (update_type == AHC_TRANS_USER) in ahc_action()
674 if (update_type == AHC_TRANS_USER) in ahc_action()
681 if (update_type == AHC_TRANS_USER) in ahc_action()
717 spi->ppr_options, update_type, in ahc_action()