Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c476 #define INT_BUF_LINE_SIZE_IN_DWORDS 16 macro
477 #define INT_BUF_SIZE_IN_DWORDS (INT_BUF_NUM_OF_LINES * INT_BUF_LINE_SIZE_IN_DWORDS)
2456 return (end_line - start_line + 1) * INT_BUF_LINE_SIZE_IN_DWORDS; in ecore_bus_dump_int_buf_range()
2458 …t_line, reg_addr = DBG_REG_INTR_BUFFER + DWORDS_TO_BYTES(start_line * INT_BUF_LINE_SIZE_IN_DWORDS); in ecore_bus_dump_int_buf_range()
2460 line++, offset += INT_BUF_LINE_SIZE_IN_DWORDS) in ecore_bus_dump_int_buf_range()
2461 for (i = 0; i < INT_BUF_LINE_SIZE_IN_DWORDS; i++, reg_addr += BYTES_IN_DWORD) in ecore_bus_dump_int_buf_range()
2462 dump_buf[offset + INT_BUF_LINE_SIZE_IN_DWORDS - 1 - i] = ecore_rd(p_hwfn, p_ptt, reg_addr); in ecore_bus_dump_int_buf_range()