Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic79xx_osm.c742 u_int update_type; in ahd_set_tran_settings() local
754 update_type = 0; in ahd_set_tran_settings()
756 update_type |= AHD_TRANS_GOAL; in ahd_set_tran_settings()
764 update_type |= AHD_TRANS_USER; in ahd_set_tran_settings()
792 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
796 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
803 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
810 if (update_type == AHD_TRANS_USER) in ahd_set_tran_settings()
842 update_type, /*paused*/FALSE); in ahd_set_tran_settings()
H A Daic7xxx_osm.c615 u_int update_type; in ahc_action() local
628 update_type = 0; in ahc_action()
630 update_type |= AHC_TRANS_GOAL; in ahc_action()
642 update_type |= AHC_TRANS_USER; in ahc_action()
673 update_type, /*paused*/FALSE); in ahc_action()
677 if (update_type == AHC_TRANS_USER) in ahc_action()
684 if (update_type == AHC_TRANS_USER) in ahc_action()
691 if (update_type == AHC_TRANS_USER) in ahc_action()
727 spi->ppr_options, update_type, in ahc_action()