Path: blob/master/drivers/isdn/hardware/eicon/dsrv4bri.h
15115 views
1/*2*3Copyright (c) Eicon Networks, 2002.4*5This source file is supplied for the use with6Eicon Networks range of DIVA Server Adapters.7*8Eicon File Revision : 2.19*10This program is free software; you can redistribute it and/or modify11it under the terms of the GNU General Public License as published by12the Free Software Foundation; either version 2, or (at your option)13any later version.14*15This program is distributed in the hope that it will be useful,16but WITHOUT ANY WARRANTY OF ANY KIND WHATSOEVER INCLUDING ANY17implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.18See the GNU General Public License for more details.19*20You should have received a copy of the GNU General Public License21along with this program; if not, write to the Free Software22Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.23*24*/25#ifndef __DIVA_XDI_DSRV_4_BRI_INC__26#define __DIVA_XDI_DSRV_4_BRI_INC__27/*28* Some special registers in the PLX 905429*/30#define PLX9054_P2LDBELL 0x6031#define PLX9054_L2PDBELL 0x6432#define PLX9054_INTCSR 0x6933#define PLX9054_INT_ENABLE 0x0934#define PLX9054_SOFT_RESET 0x400035#define PLX9054_RELOAD_EEPROM 0x200036#define DIVA_4BRI_REVISION(__x__) (((__x__)->cardType == CARDTYPE_DIVASRV_Q_8M_V2_PCI) || ((__x__)->cardType == CARDTYPE_DIVASRV_VOICE_Q_8M_V2_PCI) || ((__x__)->cardType == CARDTYPE_DIVASRV_B_2M_V2_PCI) || ((__x__)->cardType == CARDTYPE_DIVASRV_B_2F_PCI) || ((__x__)->cardType == CARDTYPE_DIVASRV_VOICE_B_2M_V2_PCI))37void diva_os_set_qBri_functions (PISDN_ADAPTER IoAdapter);38void diva_os_set_qBri2_functions (PISDN_ADAPTER IoAdapter);39#endif404142