| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/mach-pxa/include/mach/mainstone.h |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Author: Nicolas Pitre |
|---|
| 5 | 6 | * Created: Nov 14, 2002 |
|---|
| 6 | 7 | * Copyright: MontaVista Software Inc. |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #ifndef ASM_ARCH_MAINSTONE_H |
|---|
| .. | .. |
|---|
| 119 | 116 | #define MST_PCMCIA_PWR_VCC_33 0x8 /* voltage VCC = 3.3V */ |
|---|
| 120 | 117 | #define MST_PCMCIA_PWR_VCC_50 0x4 /* voltage VCC = 5.0V */ |
|---|
| 121 | 118 | |
|---|
| 119 | +#define MST_PCMCIA_INPUTS \ |
|---|
| 120 | + (MST_PCMCIA_nIRQ | MST_PCMCIA_nSPKR_BVD2 | MST_PCMCIA_nSTSCHG_BVD1 | \ |
|---|
| 121 | + MST_PCMCIA_nVS2 | MST_PCMCIA_nVS1 | MST_PCMCIA_nCD) |
|---|
| 122 | + |
|---|
| 122 | 123 | /* board specific IRQs */ |
|---|
| 123 | 124 | #define MAINSTONE_NR_IRQS IRQ_BOARD_START |
|---|
| 124 | 125 | |
|---|