Home
last modified time | relevance | path

Searched defs:CFG_HOSTRES (Results 1 – 1 of 1) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
Dcfgdefs.h76 struct CFG_HOSTRES { struct
77 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 */
82 BYTE bIRQRegisters; /* IRQ Number */
83 BYTE bIRQAttrib; /* IRQ Attribute */
84 DWORD dwOffsetForMonitor; /* The Shared memory starts from
87 DWORD dwBusType; /* Bus type for this device */
88 DWORD dwProgBase; /* DSP ProgBase */
[all …]