• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp2000/

Lines Matching refs:IXP2000_PCI_CSR

212 #define IXP2000_PCI_CSR(x)		(volatile unsigned long*)(IXP2000_PCI_CSR_VIRT_BASE | (x))
217 #define IXP2000_PCI_OUT_INT_STATUS IXP2000_PCI_CSR(0x30)
218 #define IXP2000_PCI_OUT_INT_MASK IXP2000_PCI_CSR(0x34)
222 #define IXP2000_PCI_MAILBOX0 IXP2000_PCI_CSR(0x50)
223 #define IXP2000_PCI_MAILBOX1 IXP2000_PCI_CSR(0x54)
224 #define IXP2000_PCI_MAILBOX2 IXP2000_PCI_CSR(0x58)
225 #define IXP2000_PCI_MAILBOX3 IXP2000_PCI_CSR(0x5C)
226 #define IXP2000_XSCALE_DOORBELL IXP2000_PCI_CSR(0x60)
227 #define IXP2000_XSCALE_DOORBELL_SETUP IXP2000_PCI_CSR(0x64)
228 #define IXP2000_PCI_DOORBELL IXP2000_PCI_CSR(0x70)
229 #define IXP2000_PCI_DOORBELL_SETUP IXP2000_PCI_CSR(0x74)
234 #define IXP2000_PCI_CH1_BYTE_CNT IXP2000_PCI_CSR(0x80)
235 #define IXP2000_PCI_CH1_ADDR IXP2000_PCI_CSR(0x84)
236 #define IXP2000_PCI_CH1_DRAM_ADDR IXP2000_PCI_CSR(0x88)
237 #define IXP2000_PCI_CH1_DESC_PTR IXP2000_PCI_CSR(0x8C)
238 #define IXP2000_PCI_CH1_CNTRL IXP2000_PCI_CSR(0x90)
239 #define IXP2000_PCI_CH1_ME_PARAM IXP2000_PCI_CSR(0x94)
240 #define IXP2000_PCI_CH2_BYTE_CNT IXP2000_PCI_CSR(0xA0)
241 #define IXP2000_PCI_CH2_ADDR IXP2000_PCI_CSR(0xA4)
242 #define IXP2000_PCI_CH2_DRAM_ADDR IXP2000_PCI_CSR(0xA8)
243 #define IXP2000_PCI_CH2_DESC_PTR IXP2000_PCI_CSR(0xAC)
244 #define IXP2000_PCI_CH2_CNTRL IXP2000_PCI_CSR(0xB0)
245 #define IXP2000_PCI_CH2_ME_PARAM IXP2000_PCI_CSR(0xB4)
246 #define IXP2000_PCI_CH3_BYTE_CNT IXP2000_PCI_CSR(0xC0)
247 #define IXP2000_PCI_CH3_ADDR IXP2000_PCI_CSR(0xC4)
248 #define IXP2000_PCI_CH3_DRAM_ADDR IXP2000_PCI_CSR(0xC8)
249 #define IXP2000_PCI_CH3_DESC_PTR IXP2000_PCI_CSR(0xCC)
250 #define IXP2000_PCI_CH3_CNTRL IXP2000_PCI_CSR(0xD0)
251 #define IXP2000_PCI_CH3_ME_PARAM IXP2000_PCI_CSR(0xD4)
252 #define IXP2000_DMA_INF_MODE IXP2000_PCI_CSR(0xE0)
256 #define IXP2000_PCI_SRAM_BASE_ADDR_MASK IXP2000_PCI_CSR(0xFC)
257 #define IXP2000_PCI_DRAM_BASE_ADDR_MASK IXP2000_PCI_CSR(0x100)
261 #define IXP2000_PCI_CONTROL IXP2000_PCI_CSR(0x13C)
262 #define IXP2000_PCI_ADDR_EXT IXP2000_PCI_CSR(0x140)
263 #define IXP2000_PCI_ME_PUSH_STATUS IXP2000_PCI_CSR(0x148)
264 #define IXP2000_PCI_ME_PUSH_EN IXP2000_PCI_CSR(0x14C)
265 #define IXP2000_PCI_ERR_STATUS IXP2000_PCI_CSR(0x150)
266 #define IXP2000_PCI_ERR_ENABLE IXP2000_PCI_CSR(0x154)
270 #define IXP2000_PCI_XSCALE_INT_STATUS IXP2000_PCI_CSR(0x158)
271 #define IXP2000_PCI_XSCALE_INT_ENABLE IXP2000_PCI_CSR(0x15C)