Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genetreg.h125 #define GENET_RX_BASE 0x2000 macro
128 #define GENET_RX_DMA_RINGBASE(qid) (GENET_RX_BASE + 0xc00 + GENET_DMA_RING_SIZE * (qid))
170 #define GENET_RX_DESC_STATUS(idx) (GENET_RX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x00)
179 #define GENET_RX_DESC_ADDRESS_LO(idx) (GENET_RX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x04)
180 #define GENET_RX_DESC_ADDRESS_HI(idx) (GENET_RX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x08)
211 #define GENET_RX_DMA_RING_CFG (GENET_RX_BASE + 0x1040 + 0x00)
212 #define GENET_RX_DMA_CTRL (GENET_RX_BASE + 0x1040 + 0x04)
215 #define GENET_RX_SCB_BURST_SIZE (GENET_RX_BASE + 0x1040 + 0x0c)