![]() |
|
|||
0001 /* 0002 * Copyright (c) 2004 Topspin Communications. All rights reserved. 0003 * Copyright (c) 2005 Mellanox Technologies. All rights reserved. 0004 * 0005 * This software is available to you under a choice of one of two 0006 * licenses. You may choose to be licensed under the terms of the GNU 0007 * General Public License (GPL) Version 2, available from the file 0008 * COPYING in the main directory of this source tree, or the 0009 * OpenIB.org BSD license below: 0010 * 0011 * Redistribution and use in source and binary forms, with or 0012 * without modification, are permitted provided that the following 0013 * conditions are met: 0014 * 0015 * - Redistributions of source code must retain the above 0016 * copyright notice, this list of conditions and the following 0017 * disclaimer. 0018 * 0019 * - Redistributions in binary form must reproduce the above 0020 * copyright notice, this list of conditions and the following 0021 * disclaimer in the documentation and/or other materials 0022 * provided with the distribution. 0023 * 0024 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 0025 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 0026 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 0027 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 0028 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 0029 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 0030 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 0031 * SOFTWARE. 0032 */ 0033 0034 #ifndef MTHCA_CONFIG_REG_H 0035 #define MTHCA_CONFIG_REG_H 0036 0037 #define MTHCA_HCR_BASE 0x80680 0038 #define MTHCA_HCR_SIZE 0x0001c 0039 #define MTHCA_ECR_BASE 0x80700 0040 #define MTHCA_ECR_SIZE 0x00008 0041 #define MTHCA_ECR_CLR_BASE 0x80708 0042 #define MTHCA_ECR_CLR_SIZE 0x00008 0043 #define MTHCA_MAP_ECR_SIZE (MTHCA_ECR_SIZE + MTHCA_ECR_CLR_SIZE) 0044 #define MTHCA_CLR_INT_BASE 0xf00d8 0045 #define MTHCA_CLR_INT_SIZE 0x00008 0046 #define MTHCA_EQ_SET_CI_SIZE (8 * 32) 0047 0048 #endif /* MTHCA_CONFIG_REG_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |