Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genetreg.h126 #define GENET_TX_BASE 0x4000 macro
150 #define GENET_TX_DMA_RINGBASE(qid) (GENET_TX_BASE + 0xc00 + GENET_DMA_RING_SIZE * (qid))
182 #define GENET_TX_DESC_STATUS(idx) (GENET_TX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x00)
193 #define GENET_TX_DESC_ADDRESS_LO(idx) (GENET_TX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x04)
194 #define GENET_TX_DESC_ADDRESS_HI(idx) (GENET_TX_BASE + GENET_DMA_DESC_SIZE * (idx) + 0x08)
217 #define GENET_TX_DMA_RING_CFG (GENET_TX_BASE + 0x1040 + 0x00)
218 #define GENET_TX_DMA_CTRL (GENET_TX_BASE + 0x1040 + 0x04)
221 #define GENET_TX_SCB_BURST_SIZE (GENET_TX_BASE + 0x1040 + 0x0c)