cec.c | 112 static int cecwait(struct cec_softc *, int, int); 313 if (cecwait(sc, 0, ISR2_CO)) 337 if (cecwait(sc, ISR1_DI, 0)) 360 if (cecwait(sc, ISR1_DO, 0)) 365 (void) cecwait(sc, ISR1_DO, 0); 545 (void) cecwait(sc, ISR1_DO, 0); 658 cecwait(struct cec_softc *sc, int x1, int x2) function in typeref:typename:int 665 DPRINTF(DBG_WAIT, ("cecwait: sc=%p, x1=0x%x x2=0x%x\n", sc, x1, x2)); 672 DPRINTF(DBG_WAIT, ("cecwait: got ERR\n")); 678 ("cecwait: timeout x1=0x%x x2=0x%x\n", x1, x2)) [all...] |