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

  /src/sys/arch/alpha/tc/
tcasic.c 186 struct cnboards { struct
189 } static const cnboards[] = { variable in typeref:struct:cnboards const[]
231 for (i = 0; i < sizeof(cnboards) / sizeof(cnboards[0]); i++)
232 if (strncmp(tcname, cnboards[i].cb_tcname, TC_ROM_LLEN) == 0)
235 if (i == sizeof(cnboards) / sizeof(cnboards[0]))
238 (cnboards[i].cb_cnattach)(tcaddr);
  /src/sys/arch/pmax/tc/
tcbus.c 182 struct cnboards { struct
185 } static const cnboards[] = { variable in typeref:struct:cnboards const[]
227 for (i = 0; i < __arraycount(cnboards); i++) {
228 if (strncmp(tcname, cnboards[i].cb_tcname, TC_ROM_LLEN) == 0)
232 if (i == __arraycount(cnboards))
235 (cnboards[i].cb_cnattach)((tc_addr_t)TC_PHYS_TO_UNCACHED(tcaddr));

Completed in 12 milliseconds