Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fjes/
Dfjes_hw.h36 #define FJES_DEBUG_PAGE_SIZE 4096 macro
37 #define FJES_DEBUG_BUFFER_SIZE (16 * FJES_DEBUG_PAGE_SIZE)
101 (16 + (8 * (byte) / FJES_DEBUG_PAGE_SIZE))
Dfjes_hw.c1215 page_count = hw->hw_info.trace_size / FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug()
1217 addr = ((u8 *)hw->hw_info.trace) + i * FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug()