Searched refs:right_shift (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dbg_fw_funcs.h | 219 u8 right_shift,
|
| H A D | ecore_dbg_fw_funcs.c | 3947 u8 right_shift, in ecore_config_dbg_line() argument 3955 ecore_wr(p_hwfn, p_ptt, block->dbg_shift_addr, right_shift); in ecore_config_dbg_line() 5078 u8 right_shift) in ecore_is_overlapping_enable_mask() argument 5084 shifted_enable_mask = SHR(enable_mask, VALUES_PER_CYCLE, right_shift); in ecore_is_overlapping_enable_mask() 5109 u8 right_shift, in ecore_dbg_bus_enable_block() argument 5121 …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() 5135 right_shift > VALUES_PER_CYCLE - 1) in ecore_dbg_bus_enable_block() 5139 …(!dev_data->bus.unify_inputs && ecore_is_overlapping_enable_mask(p_hwfn, enable_mask, right_shift)) in ecore_dbg_bus_enable_block() 5144 SET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_RIGHT_SHIFT, right_shift); in ecore_dbg_bus_enable_block()
|