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

/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx_osm.c614 u_int update_type; local
627 update_type = 0;
629 update_type |= AHC_TRANS_GOAL;
641 update_type |= AHC_TRANS_USER;
672 update_type, /*paused*/FALSE);
676 if (update_type == AHC_TRANS_USER)
683 if (update_type == AHC_TRANS_USER)
690 if (update_type == AHC_TRANS_USER)
726 spi->ppr_options, update_type,
H A Daic79xx_osm.c741 u_int update_type; local
753 update_type = 0;
755 update_type |= AHD_TRANS_GOAL;
763 update_type |= AHD_TRANS_USER;
791 update_type, /*paused*/FALSE);
795 if (update_type == AHD_TRANS_USER)
802 if (update_type == AHD_TRANS_USER)
809 if (update_type == AHD_TRANS_USER)
841 update_type, /*paused*/FALSE);

Completed in 308 milliseconds