tcic_read_1
reg = tcic_read_1(&sc->handle[0], TCIC_R_IENA);
h->sstat = reg = tcic_read_1(h, TCIC_R_SSTAT) & TCIC_SSTAT_STAT_MASK;
icsr = tcic_read_1(h, TCIC_R_ICSR);
static __inline__ int tcic_read_1(struct tcic_handle *, int);
static __inline__ int tcic_read_1(struct tcic_handle *, int);
if (tcic_read_1(h, TCIC_R_SSTAT) & TCIC_SSTAT_RDY)