Home | History | Annotate | Download | only in ic

Lines Matching defs:ab

1862 		int ab;
1895 ab = A;
1897 ab = B;
1904 if (!(t->flags & (ab ? F_BINPROG : F_AINPROG))) {
1906 SC_NAME(sc), ab ? "B" : "A");
1907 DDOLOG("AB=%d done but not in progress! halted", ab,
1913 t->flags &= ~(ab ? F_BINPROG : F_AINPROG);
1915 stop_cc_time(&t_ab[ab]);
1917 slhci_abdone(sc, ab);
1929 slhci_abdone(struct slhci_softc *sc, int ab)
1946 DLOG(D_MSG, "DONE AB=%jd spipe %#jx len %jd xfer %#jx", ab,
1947 t->spipe[ab], (uintptr_t)t->len[ab],
1948 (uintptr_t)(t->spipe[ab] ? t->spipe[ab]->xfer : NULL));
1950 spipe = t->spipe[ab];
1959 t->spipe[ab] = NULL;
1967 status = slhci_read(sc, slhci_tregs[ab][STAT]);
2032 unsigned int cont = slhci_read(sc, slhci_tregs[ab][CONT]);
2210 t->len[ab] = -1;
2280 int ab, i;
2305 ab = A;
2308 ab = B;
2313 t->len[ab] = spipe->tregs[LEN];
2326 DLOG(D_MSG, "NEW TRANSFER AB=%jd flags %#jx alen %jd blen %jd",
2327 ab, t->flags, t->len[0], t->len[1]);
2335 if (t->current_tregs[ab][i] != spipe->tregs[i]) {
2336 t->current_tregs[ab][i] = spipe->tregs[i];
2337 slhci_write(sc, slhci_tregs[ab][i],
2345 t->spipe[ab] = spipe;
2346 t->flags |= ab ? F_BREADY : F_AREADY;