aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/danipc/ipc_reg.h
blob: 268eca4b853f85d684a979077a9b7d6f7add7a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
	All files except if stated otherwise in the begining of the file
	are under the ISC license:
	----------------------------------------------------------------------

	Copyright (c) 2010-2012 Design Art Networks Ltd.

	Permission to use, copy, modify, and/or distribute this software for any
	purpose with or without fee is hereby granted, provided that the above
	copyright notice and this permission notice appear in all copies.

	THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
	WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
	MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
	ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
	WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
	ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
	OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/


#ifndef _DAN_IPC_IF_HW_REGS_H
#define _DAN_IPC_IF_HW_REGS_H

/*****************************************
 *   dan_ipc_0 (Prototype: dan_ipc)
 ****************************************/

/* define offsets */
#define DAN_IPC_IF_FIFO_WR_0	0x4
#define DAN_IPC_IF_FIFO_RD_0	0x8
#define DAN_IPC_IF_FIFO_WR_1	0xC
#define DAN_IPC_IF_FIFO_RD_1	0x10
#define DAN_IPC_IF_FIFO_WR_2	0x14
#define DAN_IPC_IF_FIFO_RD_2	0x18
#define DAN_IPC_IF_FIFO_WR_3	0x1C
#define DAN_IPC_IF_FIFO_RD_3	0x20
#define DAN_IPC_IF_FIFO_WR_4	0x4
#define DAN_IPC_IF_FIFO_RD_4	0x8
#define DAN_IPC_IF_FIFO_WR_5	0xC
#define DAN_IPC_IF_FIFO_RD_5	0x10
#define DAN_IPC_IF_FIFO_WR_6	0x14
#define DAN_IPC_IF_FIFO_RD_6	0x18
#define DAN_IPC_IF_FIFO_WR_7	0x1C
#define DAN_IPC_IF_FIFO_RD_7	0x20

#endif /* _DAN_IPC_IF_HW_REGS_H */