Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/sound/pci/cs46xx/imgs/cwcsnoop.h
15157 views
1
/* generated from cwcsnoop.osp DO NOT MODIFY */
2
3
#ifndef __HEADER_cwcsnoop_H__
4
#define __HEADER_cwcsnoop_H__
5
6
static struct dsp_symbol_entry cwcsnoop_symbols[] = {
7
{ 0x0500, "OVERLAYBEGINADDRESS",0x00 },
8
{ 0x0500, "OUTPUTSNOOP",0x03 },
9
{ 0x051f, "#CODE_END",0x00 },
10
}; /* cwcsnoop symbols */
11
12
static u32 cwcsnoop_code[] = {
13
/* 0000 */ 0x0007bfb0,0x000b4e40,0x0007c088,0x000c0617,
14
/* 0002 */ 0x00049705,0x00000000,0x00080630,0x00001028,
15
/* 0004 */ 0x00076408,0x000efb84,0x00066008,0x00000000,
16
/* 0006 */ 0x0007c908,0x000c0000,0x00046725,0x000efa44,
17
/* 0008 */ 0x0005f708,0x00000000,0x0001d402,0x000b2e00,
18
/* 000A */ 0x0003d418,0x00001000,0x0008d574,0x000c4293,
19
/* 000C */ 0x00065625,0x000ea30e,0x00096c01,0x000c6f92,
20
/* 000E */ 0x0006a58a,0x000f6085,0x00002f43,0x00000000,
21
/* 0010 */ 0x000a83a0,0x00001028,0x0005e608,0x000c0000,
22
/* 0012 */ 0x00000000,0x00000000,0x000ca108,0x000dcca1,
23
/* 0014 */ 0x00003bac,0x000fb205,0x00073843,0x00000000,
24
/* 0016 */ 0x000d8730,0x00001028,0x0006600a,0x000c0000,
25
/* 0018 */ 0x00057488,0x00000000,0x00000000,0x000e5084,
26
/* 001A */ 0x00000000,0x000eba44,0x00087401,0x000e4782,
27
/* 001C */ 0x00000734,0x00001000,0x00010705,0x000a6880,
28
/* 001E */ 0x00006a88,0x000c75c4
29
};
30
/* #CODE_END */
31
32
static struct dsp_segment_desc cwcsnoop_segments[] = {
33
{ SEGTYPE_SP_PROGRAM, 0x00000000, 0x0000003e, cwcsnoop_code },
34
};
35
36
static struct dsp_module_desc cwcsnoop_module = {
37
"cwcsnoop",
38
{
39
3,
40
cwcsnoop_symbols
41
},
42
1,
43
cwcsnoop_segments,
44
};
45
46
#endif /* __HEADER_cwcsnoop_H__ */
47
48