Home
last modified time | relevance | path

Searched refs:GENET_TX_DMA_CONS_INDEX (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Dbcmgenet.c493 WR4(sc, GENET_TX_DMA_CONS_INDEX(qid), 0); in genet_init_rings()
776 cidx = RD4(sc, GENET_TX_DMA_CONS_INDEX(qid)) & 0xffff; in genet_txintr()
821 - RD4(sc, GENET_TX_DMA_CONS_INDEX(qid))) & 0xffff; in genet_start_locked()
1134 printf("TX CIDX = %08x\n", RD4(sc, GENET_TX_DMA_CONS_INDEX(qid))); in genet_debug()
H A Dbcmgenetreg.h123 #define GENET_TX_DMA_CONS_INDEX(qid) (GENET_TX_DMA_RINGBASE(qid) + 0x08) macro