Searched refs:VALUES_PER_CYCLE (Results 1 – 1 of 1) sorted by relevance
456 #define VALUES_PER_CYCLE 4 macro457 #define MAX_CYCLE_VALUES_MASK ((1 << VALUES_PER_CYCLE) - 1)5085 shifted_enable_mask = SHR(enable_mask, VALUES_PER_CYCLE, right_shift); in ecore_is_overlapping_enable_mask()5096 VALUES_PER_CYCLE, in ecore_is_overlapping_enable_mask()5136 right_shift > VALUES_PER_CYCLE - 1) in ecore_dbg_bus_enable_block()5410 VALUES_PER_CYCLE, in ecore_dbg_bus_add_trigger_state()5467 dword_offset = cycle_offset * VALUES_PER_CYCLE + dword_offset_in_cycle; in ecore_dbg_bus_add_constraint()5668 u8 hw_ids[VALUES_PER_CYCLE]) in ecore_assign_hw_ids() argument5676 OSAL_MEMSET(hw_ids, 0, VALUES_PER_CYCLE); in ecore_assign_hw_ids()5685 for (val_id = 0; val_id < VALUES_PER_CYCLE; val_id++) in ecore_assign_hw_ids()[all …]