tx4938.h (f48c8c958a2d39f13dace880d15a6e711aafe577) | tx4938.h (742cd5867b2ef7ce865d7ab67574c4e3aa1fb155) |
---|---|
1/* 2 * Definitions for TX4937/TX4938 3 * Copyright (C) 2000-2001 Toshiba Corporation 4 * 5 * 2003-2005 (c) MontaVista Software, Inc. This file is licensed under the 6 * terms of the GNU General Public License version 2. This program is 7 * licensed "as is" without any warranty of any kind, whether express 8 * or implied. --- 292 unchanged lines hidden (view full) --- 301 */ 302 unsigned int ioport_shift; 303 unsigned int gbus_clock; /* 0 means no PIO mode tuning. */ 304 unsigned int ebus_ch; 305}; 306 307void tx4938_ata_init(unsigned int irq, unsigned int shift, int tune); 308void tx4938_dmac_init(int memcpy_chan0, int memcpy_chan1); | 1/* 2 * Definitions for TX4937/TX4938 3 * Copyright (C) 2000-2001 Toshiba Corporation 4 * 5 * 2003-2005 (c) MontaVista Software, Inc. This file is licensed under the 6 * terms of the GNU General Public License version 2. This program is 7 * licensed "as is" without any warranty of any kind, whether express 8 * or implied. --- 292 unchanged lines hidden (view full) --- 301 */ 302 unsigned int ioport_shift; 303 unsigned int gbus_clock; /* 0 means no PIO mode tuning. */ 304 unsigned int ebus_ch; 305}; 306 307void tx4938_ata_init(unsigned int irq, unsigned int shift, int tune); 308void tx4938_dmac_init(int memcpy_chan0, int memcpy_chan1); |
309void tx4938_aclc_init(void); |
|
309 310#endif | 310 311#endif |