Home
last modified time | relevance | path

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

/src/sys/arm64/broadcom/genet/
H A Dif_genetreg.h123 #define GENET_RX_BASE 0x2000 macro
126 #define GENET_RX_DMA_RINGBASE(qid) (GENET_RX_BASE + 0xc00 + GENET_DMA_RING_SIZE * (qid))
168 #define GENET_RX_DESC_STATUS(idx) (GENET_RX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x00)
177 #define GENET_RX_DESC_ADDRESS_LO(idx) (GENET_RX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x04)
178 #define GENET_RX_DESC_ADDRESS_HI(idx) (GENET_RX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x08)
209 #define GENET_RX_DMA_RING_CFG (GENET_RX_BASE + 0x1040 + 0x00)
210 #define GENET_RX_DMA_CTRL (GENET_RX_BASE + 0x1040 + 0x04)
213 #define GENET_RX_SCB_BURST_SIZE (GENET_RX_BASE + 0x1040 + 0x0c)