Searched refs:hw_dwords (Results 1 – 3 of 3) sorted by relevance
2677 offset += ecore_dump_num_param(dump_buf + offset, dump, "hw-dwords", dev_data->bus.hw_dwords); in ecore_bus_dump_hdr()4932 dev_data->bus.hw_dwords = force_hw_dwords; in ecore_dbg_bus_reset()5124 if (dev_data->bus.hw_dwords >= 4) in ecore_dbg_bus_enable_storm()5532 if (!bus->hw_dwords && bus->num_enabled_blocks) { in ecore_config_dbg_block_framing_mode()5534 u8 hw_dwords; in ecore_config_dbg_block_framing_mode() local5546 hw_dwords = line_desc && GET_FIELD(line_desc->data, DBG_BUS_LINE_IS_256B) ? 8 : 4; in ecore_config_dbg_block_framing_mode()5548 if (bus->hw_dwords > 0 && bus->hw_dwords != hw_dwords) in ecore_config_dbg_block_framing_mode()5554 if (hw_dwords == 8 && (bus->trigger_en || bus->filter_en)) in ecore_config_dbg_block_framing_mode()5557 bus->hw_dwords = hw_dwords; in ecore_config_dbg_block_framing_mode()5561 switch (bus->hw_dwords) { in ecore_config_dbg_block_framing_mode()
732 u8 hw_dwords /* HW dwords per cycle */; member