Lines Matching refs:smi_data_buf
49 static u8 *smi_data_buf; variable
64 if (!smi_data_buf) in smi_data_buf_free()
70 dma_free_coherent(&dcdbas_pdev->dev, smi_data_buf_size, smi_data_buf, in smi_data_buf_free()
72 smi_data_buf = NULL; in smi_data_buf_free()
102 if (smi_data_buf) in smi_data_buf_realloc()
103 memcpy(buf, smi_data_buf, smi_data_buf_size); in smi_data_buf_realloc()
109 smi_data_buf = buf; in smi_data_buf_realloc()
160 ret = memory_read_from_buffer(buf, count, &pos, smi_data_buf, in smi_data_read()
181 memcpy(smi_data_buf + pos, buf, count); in smi_data_write()
315 smi_cmd = (struct smi_cmd *)smi_data_buf; in smi_request_store()
332 memset(smi_data_buf, 0, smi_data_buf_size); in smi_request_store()
360 apm_cmd = (struct apm_cmd *)smi_data_buf; in host_control_smi()
458 if (!smi_data_buf) { in dcdbas_host_control()
469 apm_cmd = (struct apm_cmd *)smi_data_buf; in dcdbas_host_control()