Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.h472 u8 dword_offset_in_cycle,
H A Decore_dbg_fw_funcs.c5397 u8 dword_offset_in_cycle, in ecore_dbg_bus_add_constraint() argument
5404 …_op, data_val, data_mask, compare_frame, frame_bit, cycle_offset, dword_offset_in_cycle, is_mandat… in ecore_dbg_bus_add_constraint()
5412 …if (constraint_op >= MAX_DBG_BUS_CONSTRAINT_OPS || frame_bit > 1 || dword_offset_in_cycle > 3 || (… in ecore_dbg_bus_add_constraint()
5419 dword_offset = cycle_offset * VALUES_PER_CYCLE + dword_offset_in_cycle; in ecore_dbg_bus_add_constraint()
5428 …e->data, DBG_BUS_TRIGGER_STATE_DATA_BLOCK_SHIFTED_ENABLE_MASK) & (u8)(1 << dword_offset_in_cycle))) in ecore_dbg_bus_add_constraint()
5432 …state->data, DBG_BUS_TRIGGER_STATE_DATA_CONSTRAINT_DWORD_MASK) | (u8)(1 << dword_offset_in_cycle)); in ecore_dbg_bus_add_constraint()