HomeSort by: relevance | last modified time | path
    Searched defs:vme_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/sun3/
vme.c 64 } vme_info[VME_UNITS] = { variable in typeref:typename:const struct __anond9d58cd10108[]
121 if (ca->ca_bustype != vme_info[unit].bustype)
138 aprint_normal(": (%s)\n", vme_info[unit].name);
170 pa &= vme_info[bustype].mask;
171 pa |= vme_info[bustype].base;
172 pmtype = vme_info[bustype].pmtype;
188 pa &= vme_info[bustype].mask;
189 pa |= vme_info[bustype].base;
190 pmtype = vme_info[bustype].pmtype;
  /src/sys/arch/sun3/sun3x/
vme.c 64 } vme_info[VME_UNITS] = { variable in typeref:typename:const struct __anon62ec58690108[]
121 if (ca->ca_bustype != vme_info[unit].bustype)
138 aprint_normal(": (%s)\n", vme_info[unit].name);
170 pa &= vme_info[bustype].mask;
171 pa |= vme_info[bustype].base;
172 pmtype = vme_info[bustype].pmtype;
188 pa &= vme_info[bustype].mask;
189 pa |= vme_info[bustype].base;
190 pmtype = vme_info[bustype].pmtype;

Completed in 14 milliseconds