Searched refs:civ (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dauich.c936 printf("%s: in fifo underrun # %u civ=%u ctrl=0x%x sts=%b\n",
967 printf("%s: in fifo overrun # %u civ=%u ctrl=0x%x sts=%b\n",
997 printf("%s: in fifo overrun civ=%u ctrl=0x%x sts=%b\n",
1338 u_int8_t civ, ociv; local
1367 ociv = civ = bus_space_read_1(sc->iot, sc->aud_ioh, AUICH_PCMI + AUICH_CIV);
1368 sc->pcmi.dmalist[civ].base = p->map->dm_segs[0].ds_addr;
1369 sc->pcmi.dmalist[civ].len = bytes / sc->sc_sample_size;
1391 civ & AUICH_LVI_MASK);
1406 civ = bus_space_read_1(sc->iot, sc->aud_ioh,
1413 /* this should actually never happen because civ
[all...]
H A Dauacer.c656 uint32_t civ; local
670 civ = READ1(sc, chan->port + ALI_OFF_CIV);
672 DPRINTF(ALI_DEBUG_INTR,("auacer_intr: civ=%u ptr=%u\n",civ,chan->ptr));
675 while (chan->ptr != civ) {
681 while (chan->ack != civ) {
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c1194 struct iv *civ; local
1220 civ = XNEW (struct iv);
1221 *civ = *iv;
1227 use = record_use (data, NULL, civ, stmt, USE_NONLINEAR_EXPR);
1241 struct iv *iv0 = NULL, *iv1 = NULL, *civ; local
1290 civ = XNEW (struct iv);
1291 *civ = zero_p (iv0->step) ? *iv1: *iv0;
1292 record_use (data, cond_p, civ, stmt, USE_COMPARE);
1508 struct iv *civ; local
1538 civ
[all...]

Completed in 132 milliseconds