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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c736 u_int update_type; local
748 update_type = 0;
750 update_type |= AHD_TRANS_GOAL;
758 update_type |= AHD_TRANS_USER;
786 update_type, /*paused*/FALSE);
790 if (update_type == AHD_TRANS_USER)
797 if (update_type == AHD_TRANS_USER)
804 if (update_type == AHD_TRANS_USER)
836 update_type, /*paused*/FALSE);
H A Daic7xxx_osm.c611 u_int update_type; local
624 update_type = 0;
626 update_type |= AHC_TRANS_GOAL;
638 update_type |= AHC_TRANS_USER;
669 update_type, /*paused*/FALSE);
673 if (update_type == AHC_TRANS_USER)
680 if (update_type == AHC_TRANS_USER)
687 if (update_type == AHC_TRANS_USER)
723 spi->ppr_options, update_type,
/freebsd-9.3-release/sys/dev/advansys/
H A Dadvansys.c254 u_int update_type; local
258 update_type = 0;
266 update_type |= ADV_TRANS_GOAL;
269 update_type |= ADV_TRANS_USER;
277 if ((update_type & ADV_TRANS_GOAL) != 0) {
295 if ((update_type & ADV_TRANS_USER) != 0) {
338 spi->sync_offset, update_type);
/freebsd-9.3-release/sys/dev/amd/
H A Damd.c570 u_int update_type = 0; local
578 update_type |= AMD_TRANS_GOAL;
580 update_type |= AMD_TRANS_USER;
582 if (update_type == 0
583 || update_type == (AMD_TRANS_USER|AMD_TRANS_GOAL)) {
592 if (update_type & AMD_TRANS_GOAL) {
600 if (update_type & AMD_TRANS_USER) {
610 if (update_type & AMD_TRANS_GOAL) {
618 if (update_type & AMD_TRANS_USER) {
629 if (update_type
[all...]
/freebsd-9.3-release/sys/dev/trm/
H A Dtrm.c835 u_int update_type; local
844 update_type = 0;
846 update_type |= TRM_TRANS_GOAL;
848 update_type |= TRM_TRANS_USER;
854 if (update_type & TRM_TRANS_GOAL) {
863 if (update_type & TRM_TRANS_USER) {
875 if (update_type & TRM_TRANS_GOAL) {
884 if (update_type & TRM_TRANS_USER) {
912 if ((update_type & TRM_TRANS_USER) != 0) {
917 if ((update_type
[all...]
/freebsd-9.3-release/sys/pci/
H A Dncr.c4187 u_int update_type; local
4194 update_type = 0;
4196 update_type |= NCR_TRANS_GOAL;
4198 update_type |= NCR_TRANS_USER;
4204 if (update_type & NCR_TRANS_GOAL) {
4211 if (update_type & NCR_TRANS_USER) {
4221 if (update_type & NCR_TRANS_GOAL) {
4228 if (update_type & NCR_TRANS_USER) {
4256 if ((update_type & NCR_TRANS_USER) != 0) {
4264 if ((update_type
[all...]

Completed in 197 milliseconds