Lines Matching refs:bcode
250 u_int8_t bcode; /* code */ member
952 u_int32_t reg, bcode, midvloc; local
999 bcode = en_dmaplan[count].bcode;
1002 bcode = en_sz2b(lcv);
1008 EN_WRITE(sc, sc->dtq_chip, MID_MK_TXQ_ENI(count, 0, MID_DMA_END, bcode));
1034 EN_WRITE(sc, sc->drq_chip, MID_MK_RXQ_ENI(count, 0, MID_DMA_END, bcode));
1996 dma, *data, *datastop, count, bcode; local
2153 bcode = MIDDMA_2BYTE;
2157 bcode = MIDDMA_BYTE;
2167 EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end);
2182 bcode = MIDDMA_WORD;
2185 bcode = en_dmaplan[count].bcode;
2196 EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end);
2206 bcode = sc->bestburstcode;
2215 EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end);
2225 bcode = en_dmaplan[count].bcode;
2235 EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end);
2246 bcode = MIDDMA_2BYTE; /* use 2byte mode */
2249 bcode = MIDDMA_BYTE; /* use 1 byte mode */
2258 EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end);
2290 bcode = (sc->is_adaptec) ? 0 : MIDDMA_BYTE;
2293 EN_DTQADD(sc, pad, chan, bcode, vtophys(l->t->m_data), 0, 0);
2633 u_int32_t cur, dstart, rbd, pdu, *sav, dma, bcode, count, *data, *datastop; local
2913 bcode = MIDDMA_WORD;
2916 bcode = en_dmaplan[count].bcode;
2927 EN_DRQADD(sc, count, vci, bcode, vtophys(data), mlen, slot, end);
2937 bcode = sc->bestburstcode;
2946 EN_DRQADD(sc, count, vci, bcode, vtophys(data), mlen, slot, end);
2955 bcode = en_dmaplan[count].bcode;
2964 EN_DRQADD(sc, count, vci, bcode, vtophys(data), mlen, slot, end);