/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to dma/ipe.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-04-24 03:35:48 UTC
  • Revision ID: csa@suren.me-20150424033548-7xhacqq2s8s1t2fp
More structural changes to get ready for stand-alone event engines

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#define _PCILIB_DMA_IPE_H
3
3
 
4
4
#include <stdio.h>
5
 
#include "../pcilib.h"
 
5
#include "pcilib.h"
6
6
 
7
7
//#define PCILIB_NWL_MODIFICATION_IPECAMERA 0x100
8
8
 
38
38
};
39
39
 
40
40
static const pcilib_register_bank_description_t ipe_dma_banks[] = {
41
 
    { PCILIB_REGISTER_BANK_DMA, PCILIB_BAR0, 0xA000, PCILIB_REGISTER_PROTOCOL_DEFAULT, 0,                        0,                        PCILIB_LITTLE_ENDIAN, 32, PCILIB_LITTLE_ENDIAN, "0x%lx", "dma", "DMA Registers"},
 
41
    { PCILIB_REGISTER_BANK_DMA, PCILIB_REGISTER_PROTOCOL_DEFAULT, PCILIB_BAR0, 0, 0, 32, 0x0200, PCILIB_LITTLE_ENDIAN, PCILIB_LITTLE_ENDIAN, "0x%lx", "dma", "DMA Registers"},
42
42
    { 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL }
43
43
};
44
44