Home
last modified time | relevance | path

Searched refs:VME_MAXCFRANGES (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/vme/
Dvmevar.h180 #define VME_MAXCFRANGES 3 macro
194 struct vme_range r[VME_MAXCFRANGES];
Dfiles.vme6 # keep the "3" consistent with VME_MAXCFRANGES in vmevar.h
Dvme.c70 while (i < VME_NUMCFRANGES && i < VME_MAXCFRANGES && in vme_extractlocators()