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

  /src/sys/arch/evbarm/iq80310/
obio.c 103 * These boards don't have revision/backplane detect registers.
115 uint8_t backplane = CPLD_READ(IQ80310_BACKPLANE_DET); local in function:obio_attach
117 printf(": board rev. %c, CPLD rev. %c, backplane %spresent\n",
119 (backplane & 1) ? "" : "not ");

Completed in 25 milliseconds