aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-excite/rm9k_xicap.h
blob: 009577734a8decb6af0cc3c8a7b9e8520eb604e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __EXCITE_XICAP_H__
#define __EXCITE_XICAP_H__


/* Resource names */
#define XICAP_RESOURCE_FIFO_RX		"xicap_fifo_rx"
#define XICAP_RESOURCE_FIFO_TX		"xicap_fifo_tx"
#define XICAP_RESOURCE_XDMA 		"xicap_xdma"
#define XICAP_RESOURCE_DMADESC		"xicap_dmadesc"
#define XICAP_RESOURCE_PKTPROC  	"xicap_pktproc"
#define XICAP_RESOURCE_IRQ		"xicap_irq"
#define XICAP_RESOURCE_GPI_SLICE	"xicap_gpi_slice"
#define XICAP_RESOURCE_FIFO_BLK		"xicap_fifo_blocks"
#define XICAP_RESOURCE_PKT_STREAM	"xicap_pkt_stream"

#endif /* __EXCITE_XICAP_H__ */