Home | History | Annotate | Download | only in dev

Lines Matching defs:exception

324 	u_char intr, exception, error, status0;
332 exception = mesh_read_reg(sc, MESH_EXCEPTION);
345 snprintb(buf2, sizeof buf2, MESH_EXC_BITMASK, exception);
391 device_xname(sc->sc_dev), error, exception);
398 if (exception & MESH_EXC_SELTO) {
399 mesh_error(sc, scb, 0, exception);
404 if (exception & MESH_EXC_PHASEMM) {
450 mesh_error(struct mesh_softc *sc, struct mesh_scb *scb, int error, int exception)
472 if (exception & MESH_EXC_SELTO) {
1116 int intr, error, exception, imsk;
1123 exception = mesh_read_reg(sc, MESH_EXCEPTION);
1130 intr, imsk, exception, error, status0, status1);