Lines Matching refs:vme
33 * Card bus type (VME/VXI or PCI) and environment are specified via the
43 * : Assumed to be VME/VXI legacy Bancomm card on Solaris.
137 * VME interface parameters.
153 * VME unit control structure.
158 struct vmedate vmedata; /* data returned from vme read */
283 * vme_start - open the VME device and initialize data for processing
291 register struct vmeunit *vme;
308 * Open VME device
338 vme = emalloc_zero(sizeof(struct vmeunit));
345 pp->unitptr = vme;
366 * vme_shutdown - shut down a VME clock
374 register struct vmeunit *vme;
381 vme = pp->unitptr;
384 if (NULL != vme)
385 free(vme);
392 * vme_receive - receive data from the VME device.
415 struct vmeunit *vme;
421 vme = pp->unitptr; /* Here is the structure */
423 tptr = &vme->vmedata;
431 vme->lasttime = current_time;
434 * Get VME time and convert to timestamp format.