Home
last modified time | relevance | path

Searched refs:DWORDS_TO_BYTES (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.c385 #ifndef DWORDS_TO_BYTES
386 #define DWORDS_TO_BYTES(dwords) ((dwords) * BYTES_IN_DWORD) macro
399 #define RAM_LINES_TO_BYTES(lines) DWORDS_TO_BYTES(RAM_LINES_TO_DWORDS(lines))
473 #define CHUNK_SIZE_IN_BYTES DWORDS_TO_BYTES(CHUNK_SIZE_IN_DWORDS)
481 #define PCI_BUF_LINE_SIZE_IN_BYTES DWORDS_TO_BYTES(PCI_BUF_LINE_SIZE_IN_DWORDS)
1937 …addr = storm->sem_fast_mem_addr + SEM_FAST_REG_INT_RAM + DWORDS_TO_BYTES(SEM_FAST_REG_INT_RAM_SIZE… in ecore_read_fw_info()
2185 *(dump_buf + offset) = ~OSAL_CRC32(0xffffffff, (u8*)dump_buf, DWORDS_TO_BYTES(offset)); in ecore_dump_last_section()
2458 …for (line = start_line, reg_addr = DBG_REG_INTR_BUFFER + DWORDS_TO_BYTES(start_line * INT_BUF_LINE… in ecore_bus_dump_int_buf_range()
2895 ecore_rd(p_hwfn, p_ptt, DWORDS_TO_BYTES(reg_data->sts_clr_address)); in ecore_grc_clear_all_prty()
2942 u32 byte_addr = DWORDS_TO_BYTES(addr), offset = 0, i; in ecore_grc_dump_addr_range()
[all …]