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

  /src/sys/dev/ic/
tcic2var.h 150 static __inline int tcic_read_1(struct tcic_handle *, int);
185 static __inline int tcic_read_1(struct tcic_handle *, int);
187 tcic_read_1(struct tcic_handle *h, int reg) function in typeref:typename:int
272 if (tcic_read_1(h, TCIC_R_SSTAT) & TCIC_SSTAT_RDY)
tcic2.c 344 reg = tcic_read_1(&sc->handle[0], TCIC_R_IENA);
514 h->sstat = reg = tcic_read_1(h, TCIC_R_SSTAT) & TCIC_SSTAT_STAT_MASK;
556 icsr = tcic_read_1(h, TCIC_R_ICSR);

Completed in 102 milliseconds