Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/third_party/ethernet/src/
Dedd_tx.c87 uint16_t ram_size, num_segments, size_per_segment, tx_overhead; in emacCalcMaxTxFrameSize() local
105 ram_size = ram_addr_bits + ram_word_size + 1; in emacCalcMaxTxFrameSize()
106 vDbgMsg(DBG_GEN_MSG, 10, "RAM size = %u\n", 1<<ram_size); in emacCalcMaxTxFrameSize()
114 size_per_segment = (ram_size - num_segments); in emacCalcMaxTxFrameSize()
Dedd_rx.c56 uint32_t ram_size, max_size, tmp; in emacCalcMaxRxFrameSize() local
89 ram_size = (1<<(ram_addr_bits + ram_word_size + 1)) - 96; in emacCalcMaxRxFrameSize()
90 vDbgMsg(DBG_GEN_MSG, 10, "RAM size = %u\n", ram_size); in emacCalcMaxRxFrameSize()
92 if (ram_size<max_size) in emacCalcMaxRxFrameSize()
93 max_size = ram_size; in emacCalcMaxRxFrameSize()