sys/dev/ic/tcic2.c
1210
reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1213
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1226
reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1228
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1231
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1237
reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1239
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1307
val = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1309
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, val);
sys/dev/ic/tcic2.c
148
case TCIC_AR_ILOCK:
sys/dev/ic/tcic2.c
227
id = tcic_read_aux_2(iot, ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
332
reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
334
tcic_write_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK, reg);