tx4927.h (f48c8c958a2d39f13dace880d15a6e711aafe577) | tx4927.h (742cd5867b2ef7ce865d7ab67574c4e3aa1fb155) |
---|---|
1/* 2 * Author: MontaVista Software, Inc. 3 * source@mvista.com 4 * 5 * Copyright 2001-2006 MontaVista Software Inc. 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 36 unchanged lines hidden (view full) --- 45#define TX4927_PCIC_REG (TX4927_REG_BASE + 0xd000) 46#define TX4927_CCFG_REG (TX4927_REG_BASE + 0xe000) 47#define TX4927_IRC_REG (TX4927_REG_BASE + 0xf600) 48#define TX4927_NR_TMR 3 49#define TX4927_TMR_REG(ch) (TX4927_REG_BASE + 0xf000 + (ch) * 0x100) 50#define TX4927_NR_SIO 2 51#define TX4927_SIO_REG(ch) (TX4927_REG_BASE + 0xf300 + (ch) * 0x100) 52#define TX4927_PIO_REG (TX4927_REG_BASE + 0xf500) | 1/* 2 * Author: MontaVista Software, Inc. 3 * source@mvista.com 4 * 5 * Copyright 2001-2006 MontaVista Software Inc. 6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the --- 36 unchanged lines hidden (view full) --- 45#define TX4927_PCIC_REG (TX4927_REG_BASE + 0xd000) 46#define TX4927_CCFG_REG (TX4927_REG_BASE + 0xe000) 47#define TX4927_IRC_REG (TX4927_REG_BASE + 0xf600) 48#define TX4927_NR_TMR 3 49#define TX4927_TMR_REG(ch) (TX4927_REG_BASE + 0xf000 + (ch) * 0x100) 50#define TX4927_NR_SIO 2 51#define TX4927_SIO_REG(ch) (TX4927_REG_BASE + 0xf300 + (ch) * 0x100) 52#define TX4927_PIO_REG (TX4927_REG_BASE + 0xf500) |
53#define TX4927_ACLC_REG (TX4927_REG_BASE + 0xf700) |
|
53 54#define TX4927_IR_ECCERR 0 55#define TX4927_IR_WTOERR 1 56#define TX4927_NUM_IR_INT 6 57#define TX4927_IR_INT(n) (2 + (n)) 58#define TX4927_NUM_IR_SIO 2 59#define TX4927_IR_SIO(n) (8 + (n)) 60#define TX4927_NUM_IR_DMA 4 --- 201 unchanged lines hidden (view full) --- 262void tx4927_time_init(unsigned int tmrnr); 263void tx4927_sio_init(unsigned int sclk, unsigned int cts_mask); 264int tx4927_report_pciclk(void); 265int tx4927_pciclk66_setup(void); 266void tx4927_setup_pcierr_irq(void); 267void tx4927_irq_init(void); 268void tx4927_mtd_init(int ch); 269void tx4927_dmac_init(int memcpy_chan); | 54 55#define TX4927_IR_ECCERR 0 56#define TX4927_IR_WTOERR 1 57#define TX4927_NUM_IR_INT 6 58#define TX4927_IR_INT(n) (2 + (n)) 59#define TX4927_NUM_IR_SIO 2 60#define TX4927_IR_SIO(n) (8 + (n)) 61#define TX4927_NUM_IR_DMA 4 --- 201 unchanged lines hidden (view full) --- 263void tx4927_time_init(unsigned int tmrnr); 264void tx4927_sio_init(unsigned int sclk, unsigned int cts_mask); 265int tx4927_report_pciclk(void); 266int tx4927_pciclk66_setup(void); 267void tx4927_setup_pcierr_irq(void); 268void tx4927_irq_init(void); 269void tx4927_mtd_init(int ch); 270void tx4927_dmac_init(int memcpy_chan); |
271void tx4927_aclc_init(unsigned int dma_chan_out, unsigned int dma_chan_in); |
|
270 271#endif /* __ASM_TXX9_TX4927_H */ | 272 273#endif /* __ASM_TXX9_TX4927_H */ |