/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to dma/nwl_register.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-12 04:45:35 UTC
  • Revision ID: csa@dside.dyndns.org-20111212044535-6no1q7g230i8uvlv
multithread preprocessing of ipecamera frames and code reorganization

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _PCILIB_NWL_REGISTERS_H
2
2
#define _PCILIB_NWL_REGISTERS_H 
3
3
 
 
4
#ifdef _PCILIB_NWL_REGISTER_C 
4
5
  // DMA
5
6
static pcilib_register_description_t nwl_dma_registers[] = {
6
7
    {0x4000,    0,      32,     0,      0x00000011,     PCILIB_REGISTER_RW  , PCILIB_REGISTER_STANDARD, PCILIB_REGISTER_BANK_DMA, "dma_control_and_status",  ""},
89
90
    {0,         0,      0,      0,      0x00000000,     0,                                            0,                        0, NULL, NULL}
90
91
};
91
92
 
 
93
#endif /* _PCILIB_NWL_REGISTERS_C */
 
94
 
92
95
int nwl_add_registers(nwl_dma_t *ctx);
 
96
 
93
97
#endif /* _PCILIB_NWL_REGISTERS_H */