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

  /src/sys/arch/sgimips/gio/
gio.c 112 static const struct gio_probe slot_bases[] = { variable in typeref:typename:const struct gio_probe[]
236 for (i = 0; slot_bases[i].base != 0; i++) {
240 if (slot_bases[i].mach_type != mach_type)
243 if (slot_bases[i].mach_subtype != -1 &&
244 slot_bases[i].mach_subtype != mach_subtype)
248 if (slot_bases[i].base == gfx[j]) {
256 ga.ga_slot = slot_bases[i].slot;
257 ga.ga_addr = slot_bases[i].base;

Completed in 130 milliseconds