Searched refs:DWORD (Results 1 - 25 of 42) sorted by relevance

12

/hardware/ti/omap3/dspbridge/inc/
H A Dcfgdefs.h77 DWORD wNumMemWindows; /* Set to default */
79 DWORD dwMemBase[CFG_MAXMEMREGISTERS]; /* SHM virtual address */
80 DWORD dwMemLength[CFG_MAXMEMREGISTERS]; /* Length of the Base */
81 DWORD dwMemPhys[CFG_MAXMEMREGISTERS]; /* SHM Physical address */
84 DWORD dwOffsetForMonitor; /* The Shared memory starts from
87 DWORD dwBusType; /* Bus type for this device */
88 DWORD dwProgBase; /* DSP ProgBase */
89 DWORD dwProgLength; /* DSP ProgBase Length */
90 DWORD dwRegBase; /* DSP memory mapped register base */
91 DWORD dwRegLengt
[all...]
H A Dqosti.h57 void DbgMsg(DWORD dwZone, char *szFormat, ...);
65 DSP_STATUS QosTI_DspMsg(DWORD dwCmd, DWORD dwArg1, DWORD dwArg2, DWORD *dwOut1,
66 DWORD *dwOut2);
H A Dcmmdefs.h79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */
81 DWORD dwPAPAConvert; /* DSP PA to GPP PA Conversion. */
88 DWORD dwPA;
89 DWORD dwVA;
90 DWORD dwSize;
91 DWORD dwAttrs; /* [31-1 reserved ][0 - SM] */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
97 DWORD dwGPPBasePA; /* Start Phys addr of Gpp SM seg */
99 DWORD dwDSPBaseVA; /* DSP virt base byte address */
102 DWORD dwSegBaseV
[all...]
H A Drmstypes.h38 typedef DWORD RMS_WORD;
39 typedef DWORD RMS_CHAR;
40 typedef DWORD RMS_STATUS;
H A Dcfg.h105 OUT DWORD * pdwAutoStart);
112 * pdwVersion: Ptr to DWORD to contain version number upon return.
124 extern DSP_STATUS CFG_GetCDVersion(OUT DWORD * pdwVersion);
141 * DSP_SOK: *pdwValue is set to the retrieved DWORD.
145 OUT DWORD * pdwValue);
227 * DSP_SOK: *pdwValue is set to the retrieved DWORD(non-Zero).
230 extern DSP_STATUS CFG_GetObject(OUT DWORD * pdwValue, DWORD dwType);
322 * DSP_SOK: The Private DWORD was successfully set.
325 IN DWORD dwValu
[all...]
H A Ddsptrap.h47 extern DWORD DSPTRAP_Trap(Trapped_Args * args, int cmd);
H A Dmem.h252 DWORD pPhysicalAddress, ULONG cBytes);
307 * Sig: Expected signature DWORD.
319 DWORD dwPhysAddr;
320 DWORD nBytes;
421 extern DWORD MEM_VirtualToPhysical(IN DWORD dwVirtAddr);
437 extern VOID MEM_ExtPhysPoolInit(IN DWORD poolPhysBase,
438 IN DWORD poolSize);
H A Ddrv.h325 * dwDevObject: Ptr to the First Dev Object as a DWORD
329 extern DWORD DRV_GetFirstDevObject();
339 * dwDevExtension: Ptr to the First Device Extension as a DWORD
343 extern DWORD DRV_GetFirstDevExtension();
378 * dwDevObject: Ptr to the Next Dev Object as a DWORD
382 extern DWORD DRV_GetNextDevObject(DWORD hDevObject);
398 extern DWORD DRV_GetNextDevExtension(DWORD hDevExtension);
469 extern DSP_STATUS DRV_RequestResources(IN DWORD dwContex
[all...]
H A Dcsl.h160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
201 IN DWORD cMax);
233 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
251 IN PSTR pszSrc, IN DWORD dwSize);
274 IN CONST PSTR pstrStr2, IN DWORD n);
349 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
H A Ddbdefs.h167 typedef DWORD DSP_STATUS; /* API return code type */
350 DWORD dwCmd;
351 DWORD dwArg1;
352 DWORD dwArg2;
358 DWORD cbStruct;
375 DWORD cbStruct;
393 DWORD cbStruct;
417 DWORD cbStruct;
431 DWORD cbStruct;
444 DWORD cbStruc
[all...]
H A Dsync.h86 DWORD dwReserved1; /* For future expansion. */
87 DWORD dwReserved2; /* For future expansion. */
311 IN DWORD dwTimeOut);
340 IN DWORD dwTimeout,
H A Dcmm.h288 DWORD dwGPPBasePA,
290 DWORD dwDSPAddrOffset,
292 DWORD dwDSPBase,
295 DWORD dwGPPBaseBA);
H A DDSPStream.h183 IN DWORD dwArg);
259 OUT DWORD * pdwArg);
H A Ddbtype.h109 typedef unsigned long DWORD; /* dw */ typedef
188 typedef DWORD *PDWORD; /* dw */
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dcmmdefs.h79 DWORD dwSMBasePA; /* Physical SM Base address(GPP). */
81 DWORD dwPAPAConvert; /* DSP PA to GPP PA Conversion. */
88 DWORD dwPA;
89 DWORD dwVA;
90 DWORD dwSize;
91 DWORD dwAttrs; /* [31-1 reserved ][0 - SM] */
95 DWORD dwSegBasePa; /* Start Phys address of SM segment */
97 DWORD dwGPPBasePA; /* Start Phys addr of Gpp SM seg */
99 DWORD dwDSPBaseVA; /* DSP virt base byte address */
102 DWORD dwSegBaseV
[all...]
H A Drmstypes.h38 typedef DWORD RMS_WORD;
39 typedef DWORD RMS_CHAR;
40 typedef DWORD RMS_STATUS;
H A Dqosti.h53 void DbgMsg(DWORD dwZone, char *szFormat, ...);
61 DSP_STATUS QosTI_DspMsg(DWORD dwCmd, DWORD dwArg1, DWORD dwArg2, DWORD *dwOut1,
62 DWORD *dwOut2);
H A Ddsptrap.h47 extern DWORD DSPTRAP_Trap(Trapped_Args * args, int cmd);
H A Dmem.h252 DWORD pPhysicalAddress, ULONG cBytes);
307 * Sig: Expected signature DWORD.
319 DWORD dwPhysAddr;
320 DWORD nBytes;
421 extern DWORD MEM_VirtualToPhysical(IN DWORD dwVirtAddr);
437 extern VOID MEM_ExtPhysPoolInit(IN DWORD poolPhysBase,
438 IN DWORD poolSize);
H A Dcsl.h161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
202 IN DWORD cMax);
234 extern DWORD CSL_Strlen(IN CONST PSTR pstrSrc);
252 IN PSTR pszSrc, IN DWORD dwSize);
275 IN CONST PSTR pstrStr2, IN DWORD n);
350 extern DWORD CSL_Wstrlen(IN CONST TCHAR * ptstrSrc);
H A Ddbdefs.h161 typedef DWORD DSP_STATUS; /* API return code type */
344 DWORD dwCmd;
345 DWORD dwArg1;
346 DWORD dwArg2;
352 DWORD cbStruct;
369 DWORD cbStruct;
385 DWORD cbStruct;
408 DWORD cbStruct;
420 DWORD cbStruct;
433 DWORD cbStruc
[all...]
H A Dsync.h86 DWORD dwReserved1; /* For future expansion. */
87 DWORD dwReserved2; /* For future expansion. */
311 IN DWORD dwTimeOut);
340 IN DWORD dwTimeout,
H A Dcmm.h288 DWORD dwGPPBasePA,
290 DWORD dwDSPAddrOffset,
292 DWORD dwDSPBase,
295 DWORD dwGPPBaseBA);
H A DDSPStream.h185 IN DWORD dwArg);
261 OUT DWORD * pdwArg);
/hardware/ti/omap3/dspbridge/libbridge/
H A Ddsptrap.c53 DWORD DSPTRAP_Trap(Trapped_Args *args, int cmd)
55 DWORD dwResult = DSP_EHANDLE;/* returned from call into class driver */

Completed in 86 milliseconds

12