Searched refs:VME_AM_ADRSIZEMASK (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dvmereg.h5 #define VME_AM_ADRSIZEMASK 0x30 macro
H A Dvme.c264 if ((ams & VME_AM_ADRSIZEMASK) == VME_AM_A32)
266 else if ((ams & VME_AM_ADRSIZEMASK) == VME_AM_A24)
268 else if ((ams & VME_AM_ADRSIZEMASK) == VME_AM_A16)
/netbsd-6-1-5-RELEASE/sys/dev/mvme/
H A Dmvmebus.c150 svr->vr_am = mvr->vr_am & VME_AM_ADRSIZEMASK;
258 as = am & VME_AM_ADRSIZEMASK;
265 as == (vr->vr_am & VME_AM_ADRSIZEMASK) &&
482 as = am & VME_AM_ADRSIZEMASK;
492 if (as == (vr->vr_am & VME_AM_ADRSIZEMASK) &&
542 am = vmap->vm_am & VME_AM_ADRSIZEMASK;
555 if (am == (vr->vr_am & VME_AM_ADRSIZEMASK) &&
573 am == (vr->vr_am & VME_AM_ADRSIZEMASK) &&
715 am &= VME_AM_ADRSIZEMASK;
727 if (am == (vr->vr_am & VME_AM_ADRSIZEMASK)
[all...]
H A Dvme_two.c198 vr->vr_am = (attr & VME_AM_ADRSIZEMASK) | MVMEBUS_AM2CAP(attr);
199 switch (vr->vr_am & VME_AM_ADRSIZEMASK) {
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Duniverse_pci.c172 switch (am & VME_AM_ADRSIZEMASK) {
222 switch (am & VME_AM_ADRSIZEMASK) {
H A Dbtvmei.c223 switch (va->r[i].am & VME_AM_ADRSIZEMASK) {
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dvme_machdep.c975 switch ((am & VME_AM_ADRSIZEMASK)) {

Completed in 144 milliseconds