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

  /src/sys/dev/ic/
tcic2var.h 153 static __inline void tcic_write_1(struct tcic_handle *, int, int);
209 static __inline void tcic_write_1(struct tcic_handle *, int, int);
211 tcic_write_1(struct tcic_handle *h, int reg, int data) function in typeref:typename:void
tcic2.c 345 tcic_write_1(&sc->handle[0], TCIC_R_IENA,
364 tcic_write_1(&sc->handle[i], TCIC_R_MODE, 0);
694 tcic_write_1(h, TCIC_R_PWR, 0);
1154 tcic_write_1(h, TCIC_R_PWR, 0);
1159 tcic_write_1(h, TCIC_R_SCTRL, 0); /* clear TCIC_SCTRL_ENA */
1179 tcic_write_1(h, TCIC_R_PWR, reg);
1190 tcic_write_1(h, TCIC_R_SCTRL, TCIC_SCTRL_ENA);
1255 tcic_write_1(h, TCIC_R_SCTRL, 0);
1261 tcic_write_1(h, TCIC_R_PWR, 0);

Completed in 13 milliseconds