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

  /src/sys/arch/macppc/dev/
mesh.c 109 int sc_meshid; /* MESH version */ member in struct:mesh_softc
218 sc->sc_meshid = mesh_read_reg(sc, MESH_MESH_ID) & 0x1f;
220 if (sc->sc_meshid != (MESH_SIGNATURE & 0x1f) {
221 aprint_error(": unknown MESH ID (0x%x)\n", sc->sc_meshid);

Completed in 47 milliseconds