mesh.c | 142 static void mesh_error(struct mesh_softc *, struct mesh_scb *, int, int); 333 error = mesh_read_reg(sc, MESH_ERROR); 392 mesh_error(sc, scb, error, 0); 399 mesh_error(sc, scb, 0, exception); 450 mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception) function in typeref:typename:void 1124 error = mesh_read_reg(sc, MESH_ERROR);
|