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

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_bcm5700.c775 uint32_t txp_1_next; local
779 txp_1_next = (sc->txp_1_index + 1) & TXP_RING_MASK;
780 if (txp_1_next == sc->txc_1_index)
790 sc->txp_1_index = txp_1_next;
791 WRITEMBOX(sc, R_SND_BD_PI(1), txp_1_next);

Completed in 24 milliseconds