Home
last modified time | relevance | path

Searched refs:VALUES_PER_CYCLE (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.c455 #define VALUES_PER_CYCLE 4 macro
456 #define MAX_CYCLE_VALUES_MASK ((1 << VALUES_PER_CYCLE) - 1)
5044 shifted_enable_mask = SHR(enable_mask, VALUES_PER_CYCLE, right_shift); in ecore_is_overlapping_enable_mask()
5055 VALUES_PER_CYCLE, in ecore_is_overlapping_enable_mask()
5096 right_shift > VALUES_PER_CYCLE - 1) in ecore_dbg_bus_enable_block()
5362 VALUES_PER_CYCLE, in ecore_dbg_bus_add_trigger_state()
5419 dword_offset = cycle_offset * VALUES_PER_CYCLE + dword_offset_in_cycle; in ecore_dbg_bus_add_constraint()
5624 u8 hw_ids[VALUES_PER_CYCLE]) in ecore_assign_hw_ids() argument
5632 OSAL_MEMSET(hw_ids, 0, VALUES_PER_CYCLE); in ecore_assign_hw_ids()
5641 for (val_id = 0; val_id < VALUES_PER_CYCLE; val_id++) in ecore_assign_hw_ids()
[all …]