Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dbcmgenet.c453 val = RD4(sc, GENET_RX_DMA_CTRL); in genet_disable_dma()
456 WR4(sc, GENET_RX_DMA_CTRL, val); in genet_disable_dma()
585 val = RD4(sc, GENET_RX_DMA_CTRL); in genet_init_rings()
588 WR4(sc, GENET_RX_DMA_CTRL, val); in genet_init_rings()
Dbcmgenetreg.h164 #define GENET_RX_DMA_CTRL (GENET_RX_BASE + 0x1040 + 0x04) macro