Searched refs:EMAC_WRAPPER_RAM_ADDR (Results 1 – 4 of 4) sorted by relevance
29 #define EMAC_WRAPPER_RAM_ADDR (0x01d08000) macro35 #define EMAC_WRAPPER_RAM_ADDR DAVINCI_EMAC_WRAPPER_RAM_BASE macro41 #define EMAC_WRAPPER_RAM_ADDR (0x01c82000) macro
25 #define EMAC_WRAPPER_RAM_ADDR (0x4A102000) macro
26 #define EMAC_WRAPPER_RAM_ADDR 0x5C020000 macro
44 return x - EMAC_WRAPPER_RAM_ADDR + EMAC_HW_RAM_ADDR; in BD_TO_HW()52 return x - EMAC_HW_RAM_ADDR + EMAC_WRAPPER_RAM_ADDR; in HW_TO_BD()88 static volatile emac_desc *emac_rx_desc = (emac_desc *)(EMAC_WRAPPER_RAM_ADDR + EMAC_RX_DESC_BASE);89 static volatile emac_desc *emac_tx_desc = (emac_desc *)(EMAC_WRAPPER_RAM_ADDR + EMAC_TX_DESC_BASE);