sys/dev/ic/tcic2.c
1155
reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1158
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1183
reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1185
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1188
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1194
reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1196
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg);
sys/dev/ic/tcic2.c
1256
val = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
1258
tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, val);
sys/dev/ic/tcic2.c
145
case TCIC_AR_ILOCK:
sys/dev/ic/tcic2.c
224
id = tcic_read_aux_2(iot, ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
329
reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK);
sys/dev/ic/tcic2.c
331
tcic_write_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK, reg);