Searched refs:SOF_IPC4_DEBUG_SLOT_SIZE (Results 1 – 4 of 4) sorted by relevance
48 if (pos >= SOF_IPC4_DEBUG_SLOT_SIZE - 4 || !count) in sof_telemetry_entry_read()50 if (count > SOF_IPC4_DEBUG_SLOT_SIZE - 4 - pos) in sof_telemetry_entry_read()51 count = SOF_IPC4_DEBUG_SLOT_SIZE - 4 - pos; in sof_telemetry_entry_read()57 buf = kzalloc(SOF_IPC4_DEBUG_SLOT_SIZE - 4, GFP_KERNEL); in sof_telemetry_entry_read()61 memcpy_fromio(buf, io_addr, SOF_IPC4_DEBUG_SLOT_SIZE - 4); in sof_telemetry_entry_read()88 dfse->size = SOF_IPC4_DEBUG_SLOT_SIZE - 4; in sof_ipc4_create_exception_debugfs_node()
132 core_data->log_buffer = kmalloc(SOF_IPC4_DEBUG_SLOT_SIZE, GFP_KERNEL); in sof_ipc4_mtrace_dfs_open()210 log_buffer_size = SOF_IPC4_DEBUG_SLOT_SIZE - (sizeof(u32) * 2); in sof_ipc4_mtrace_dfs_read()527 core_data->slot_offset += SOF_IPC4_DEBUG_SLOT_SIZE * (i + 1); in sof_mtrace_find_core_slots()
567 return sdev->debug_box.offset + (i + 1) * SOF_IPC4_DEBUG_SLOT_SIZE; in sof_ipc4_find_debug_slot_offset_by_type()
531 #define SOF_IPC4_DEBUG_SLOT_SIZE 0x1000 macro