Lines Matching defs:go
105 static u_int32_t adcdac_go(struct sc_chinfo *ch, u_int32_t go);
273 device_printf(sc->dev, "cs4281_rdcd: DCV did not go\n");
299 device_printf(sc->dev,"cs4281_wrcd: DCV did not go\n");
347 u_int32_t go;
349 go = adcdac_go(ch, 0);
357 adcdac_go(ch, go);
369 u_int32_t go, v, r;
371 go = adcdac_go(ch, 0); /* pause */
375 adcdac_go(ch, go); /* unpause */
386 u_int32_t v, go;
388 go = adcdac_go(ch, 0); /* pause */
398 adcdac_go(ch, go); /* unpause */
424 cs4281chan_trigger(kobj_t obj, void *data, int go)
428 switch(go) {
470 adcdac_go(struct sc_chinfo *ch, u_int32_t go)
477 if (go)
491 u_int32_t go;
494 go = adcdac_go(ch, 0);
500 adcdac_go(ch, go);