aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/dbdefs.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/dbdefs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h b/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
index 38fffebd0c0..6ba66c500e7 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/dbdefs.h
@@ -244,9 +244,9 @@ struct dsp_cbdata {
244 244
245/* The dsp_msg structure */ 245/* The dsp_msg structure */
246struct dsp_msg { 246struct dsp_msg {
247 u32 dw_cmd; 247 u32 cmd;
248 u32 dw_arg1; 248 u32 arg1;
249 u32 dw_arg2; 249 u32 arg2;
250}; 250};
251 251
252/* The dsp_resourcereqmts structure for node's resource requirements */ 252/* The dsp_resourcereqmts structure for node's resource requirements */
@@ -368,7 +368,7 @@ struct dsp_processorinfo {
368 368
369/* Error information of last DSP exception signalled to the GPP */ 369/* Error information of last DSP exception signalled to the GPP */
370struct dsp_errorinfo { 370struct dsp_errorinfo {
371 u32 dw_err_mask; 371 u32 err_mask;
372 u32 dw_val1; 372 u32 dw_val1;
373 u32 dw_val2; 373 u32 dw_val2;
374 u32 dw_val3; 374 u32 dw_val3;