Searched refs:update_needed (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 1920 int update_needed; in ahc_set_syncrate() local 1923 update_needed = 0; in ahc_set_syncrate() 1955 update_needed++; in ahc_set_syncrate() 2021 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_syncrate() 2024 if (update_needed) in ahc_set_syncrate() 2044 int update_needed; in ahc_set_width() local 2047 update_needed = 0; in ahc_set_width() 2061 update_needed++; in ahc_set_width() 2083 update_needed += ahc_update_neg_request(ahc, devinfo, tstate, in ahc_set_width() 2085 if (update_needed) in ahc_set_width()
|
| H A D | aic79xx.c | 3086 int update_needed; in ahd_set_syncrate() local 3089 update_needed = 0; in ahd_set_syncrate() 3120 update_needed++; in ahd_set_syncrate() 3206 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_syncrate() 3209 if (update_needed && active) in ahd_set_syncrate() 3229 int update_needed; in ahd_set_width() local 3232 update_needed = 0; in ahd_set_width() 3245 update_needed++; in ahd_set_width() 3265 update_needed += ahd_update_neg_request(ahd, devinfo, tstate, in ahd_set_width() 3267 if (update_needed && active) in ahd_set_width()
|