Lines Matching defs:control
199 uint32_t control, status;
204 control = CONTROL_STOP | CONTROL_TWSIEN;
206 control |= CONTROL_IFLG;
207 gttwsi_write_4(sc, TWSI_CONTROL, control);
307 gttwsi_wait(struct gttwsi_softc *sc, uint32_t control, uint32_t expect,
322 control |= CONTROL_INTEN;
324 control |= CONTROL_IFLG;
326 gttwsi_write_4(sc, TWSI_CONTROL, control | CONTROL_TWSIEN);
330 control = gttwsi_read_4(sc, TWSI_CONTROL);
331 if (control & CONTROL_IFLG)
344 if ((control & CONTROL_IFLG) == 0) {
355 "gttwsi_wait(): %s timeout%s, control=0x%x, error=%d\n",
357 control, error);