Home | History | Annotate | Download | only in dev

Lines Matching refs:mesh

1 /*	$NetBSD: mesh.c,v 1.44 2023/12/20 15:29:04 thorpej Exp $	*/
36 __KERNEL_RCSID(0, "$NetBSD: mesh.c,v 1.44 2023/12/20 15:29:04 thorpej Exp $");
103 u_char *sc_reg; /* MESH base address */
109 int sc_meshid; /* MESH version */
181 CFATTACH_DECL_NEW(mesh, sizeof(struct mesh_softc),
190 if (strcmp(ca->ca_name, "mesh") == 0)
221 aprint_error(": unknown MESH ID (0x%x)\n", sc->sc_meshid);
494 * MESH mistakenly asserts TARGET ID bit along with its own ID bit
582 panic("mesh: transfer size >= 128k");
1134 printf("mesh: resetting DMA\n");