Home
last modified time | relevance | path

Searched refs:sc_meshid (Results 1 – 1 of 1) sorted by relevance

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