Home
last modified time | relevance | path

Searched refs:tcic_read_aux_2 (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/ic/
Dtcic2.c232 otest = tcic_read_aux_2(iot, ioh, TCIC_AR_TEST);
234 id = tcic_read_aux_2(iot, ioh, TCIC_AR_ILOCK);
343 reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK);
361 reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_SYSCFG);
379 reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_SYSCFG);
1266 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
1282 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
1293 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
1364 val = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
Dtcic2var.h163 static __inline__ int tcic_read_aux_2(bus_space_tag_t, bus_space_handle_t, int);
319 static __inline__ int tcic_read_aux_2(bus_space_tag_t, bus_space_handle_t, int);
321 tcic_read_aux_2(iot, ioh, auxreg) in tcic_read_aux_2() function