Home
last modified time | relevance | path

Searched refs:right_shift (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.h211 u8 right_shift,
H A Decore_dbg_fw_funcs.c3893 u8 right_shift, in ecore_config_dbg_line() argument
3901 ecore_wr(p_hwfn, p_ptt, block->dbg_shift_addr, right_shift); in ecore_config_dbg_line()
5038 u8 right_shift) in ecore_is_overlapping_enable_mask() argument
5044 shifted_enable_mask = SHR(enable_mask, VALUES_PER_CYCLE, right_shift); in ecore_is_overlapping_enable_mask()
5070 u8 right_shift, in ecore_dbg_bus_enable_block() argument
5082 …k = 0x%x, force_frame_mask = 0x%x\n", block_id, line_num, enable_mask, right_shift, force_valid_ma… in ecore_dbg_bus_enable_block()
5096 right_shift > VALUES_PER_CYCLE - 1) in ecore_dbg_bus_enable_block()
5100 …(!dev_data->bus.unify_inputs && ecore_is_overlapping_enable_mask(p_hwfn, enable_mask, right_shift)) in ecore_dbg_bus_enable_block()
5105 SET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_RIGHT_SHIFT, right_shift); in ecore_dbg_bus_enable_block()