Lines Matching defs:adder
186 struct adder *ss_adder;
268 volatile struct adder *adder;
293 adder = (volatile struct adder *)
295 if (adder == NULL)
297 adder->status = 0;
298 status = adder->status;
299 vax_unmap_physmem((vaddr_t)adder, 1);
300 if (status == offsetof(struct adder, status))
322 adder = (struct adder *)vax_map_physmem(va->va_paddr +
324 if (adder == NULL)
326 adder->interrupt_enable = FRAME_SYNC;
328 adder->interrupt_enable = 0;
329 vax_unmap_physmem((vaddr_t)adder, 1);
366 scr->ss_adder = (struct adder *)vax_map_physmem(va->va_paddr +
711 * got a bug in second pass ADDER! lets take care of it...
728 * to fix the pass 2 Adder initialization bug (synchronizes
950 * Put the ADDER and VIPER in a good state.
1272 volatile struct adder *adder;
1290 adder = (struct adder *)tmp;
1291 adder->status = 0;
1292 status = adder->status;
1294 if (status == offsetof(struct adder, status))
1338 ss->ss_adder = (struct adder *)virtual_avail;