Searched refs:EMAC_WRAPPER_RAM_ADDR (Results 1 – 4 of 4) sorted by relevance
30 #define EMAC_WRAPPER_RAM_ADDR (0x01d08000) macro36 #define EMAC_WRAPPER_RAM_ADDR DAVINCI_EMAC_WRAPPER_RAM_BASE macro42 #define EMAC_WRAPPER_RAM_ADDR (0x01c82000) macro
26 #define EMAC_WRAPPER_RAM_ADDR (0x4A102000) macro
27 #define EMAC_WRAPPER_RAM_ADDR 0x5C020000 macro
45 return x - EMAC_WRAPPER_RAM_ADDR + EMAC_HW_RAM_ADDR; in BD_TO_HW()53 return x - EMAC_HW_RAM_ADDR + EMAC_WRAPPER_RAM_ADDR; in HW_TO_BD()89 static volatile emac_desc *emac_rx_desc = (emac_desc *)(EMAC_WRAPPER_RAM_ADDR + EMAC_RX_DESC_BASE);90 static volatile emac_desc *emac_tx_desc = (emac_desc *)(EMAC_WRAPPER_RAM_ADDR + EMAC_TX_DESC_BASE);