OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [armnommu/] [drivers/] [char/] [serial-dualsp.c] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1622 jcastillo
/*
2
 * linux/arch/arm/drivers/char/serial-dualsp.c
3
 *
4
 * Copyright (c) 1996 Russell King.
5
 *
6
 * Changelog:
7
 *  30-07-1996  RMK     Created
8
 */
9
#define MY_CARD_LIST { MANU_SERPORT, PROD_SERPORT_DSPORT }
10
#define MY_NUMPORTS 2
11
#define MY_BAUD_BASE (3686400 / 16)
12
#define MY_INIT dualsp_serial_init
13
#define MY_BASE_ADDRESS(ec) \
14
        ecard_address (ec, ECARD_IOC, ECARD_SLOW) + (0x2000 >> 2)
15
#define MY_PORT_ADDRESS(port,cardaddress) \
16
        ((cardaddress) + (port) * 8)
17
#include "serial-card.c"
18
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.