Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c5668 u8 hw_ids[VALUES_PER_CYCLE]) in ecore_assign_hw_ids()
5676 OSAL_MEMSET(hw_ids, 0, VALUES_PER_CYCLE); in ecore_assign_hw_ids()
5697 hw_ids[val_id] = val_id; in ecore_assign_hw_ids()
5720 hw_ids[val_id] = block_bus->hw_id; in ecore_assign_hw_ids()
5731 u8 hw_ids[VALUES_PER_CYCLE]; in ecore_config_block_inputs() local
5734 ecore_assign_hw_ids(p_hwfn, hw_ids); in ecore_config_block_inputs()
5743 … ecore_wr(p_hwfn, p_ptt, DBG_REG_TRIGGER_STATE_ID_0 + state_id * BYTES_IN_DWORD, hw_ids[val_id]); in ecore_config_block_inputs()
5753 bus->hw_id_mask |= (hw_ids[val_id] << (val_id * HW_ID_BITS)); in ecore_config_block_inputs()