sc_intsel 161 dev/ic/rln.c sc->sc_intsel = 0; sc_intsel 265 dev/ic/rlnreg.h (sc)->sc_intsel &= ~RLN_INTSEL_ENABLE); \ sc_intsel 273 dev/ic/rlnreg.h (sc)->sc_intsel |= RLN_INTSEL_ENABLE); \ sc_intsel 278 dev/ic/rlnreg.h (sc)->sc_intsel |= (value)) sc_intsel 57 dev/ic/rlnsubr.c was_enabled = (sc->sc_intsel & RLN_INTSEL_ENABLE) ? 1 : 0; sc_intsel 60 dev/ic/rlnsubr.c sc->sc_intsel |= RLN_INTSEL_ENABLE; sc_intsel 62 dev/ic/rlnsubr.c sc->sc_intsel &=~RLN_INTSEL_ENABLE; sc_intsel 63 dev/ic/rlnsubr.c _rln_register_write_1(sc, RLN_REG_INTSEL, sc->sc_intsel); sc_intsel 158 dev/ic/rlnsubr.c sc->sc_intsel = 0; sc_intsel 44 dev/ic/rlnvar.h u_int8_t sc_intsel; /* Copy of INTSEL */