HomeSort by: relevance | last modified time | path
    Searched refs:SWO (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/newsmips/apbus/
if_sn.c 524 SWO(sc->bitmode, txp, TXP_CONFIG, TCR_PINT);
527 SWO(sc->bitmode, txp, TXP_CONFIG, 0);
542 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRLO,
544 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FPTRHI,
553 SWO(sc->bitmode, txp, TXP_FRAGOFF + (0 * TXP_FRAGSIZE) + TXP_FSIZE,
555 SWO(sc->bitmode, txp, TXP_FRAGCNT, 1);
556 SWO(sc->bitmode, txp, TXP_PKTSIZE, totlen);
559 SWO(sc->bitmode, txp, TXP_FRAGOFF + (1 * TXP_FRAGSIZE) + TXP_FPTRLO,
567 SWO(sc->bitmode, sc->mtda[sc->mtd_prev].mtd_txp, sc->mtd_tlinko,
595 SWO(bitmode, p_cda, (camoffset + CDA_CAMEP), i)
    [all...]
if_snvar.h 19 #define SWO(m, a, o, x) (*(uint32_t *)((uint32_t *)(a) + (o)) = (x))

Completed in 35 milliseconds