Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fjes/
H A Dfjes_hw.h21 #define FJES_DEBUG_PAGE_SIZE 4096 macro
22 #define FJES_DEBUG_BUFFER_SIZE (16 * FJES_DEBUG_PAGE_SIZE)
86 (16 + (8 * (byte) / FJES_DEBUG_PAGE_SIZE))
H A Dfjes_hw.c1224 page_count = hw->hw_info.trace_size / FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug()
1226 addr = ((u8 *)hw->hw_info.trace) + i * FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug()