HomeSort by: relevance | last modified time | path
    Searched refs:tcic_read_aux_2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
tcic2var.h 161 static __inline int tcic_read_aux_2(bus_space_tag_t, bus_space_handle_t, int);
293 static __inline int tcic_read_aux_2(bus_space_tag_t, bus_space_handle_t, int);
295 tcic_read_aux_2(bus_space_tag_t iot, bus_space_handle_t ioh, int auxreg) function in typeref:typename:int
tcic2.c 222 otest = tcic_read_aux_2(iot, ioh, TCIC_AR_TEST);
224 id = tcic_read_aux_2(iot, ioh, TCIC_AR_ILOCK);
329 reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK);
347 reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_SYSCFG);
365 reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_SYSCFG);
1155 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
1183 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
1194 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);
1256 val = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK);

Completed in 13 milliseconds