Lines Matching +full:enable +full:- +full:charge +full:- +full:control

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * arch/arm/mach-pxa/include/mach/pcm990_baseboard.h
13 * definitions relevant only when the PCM-990
17 /* CPLD's interrupt controller is connected to PCM-027 GPIO 9 */
21 #define PCM990_CTRL_PHYS PXA_CS1_PHYS /* 16-Bit */
31 #define PCM990_CTRL_RESOUT 0x0002 /* RESETOUT Enable REGISTER */
32 #define PCM990_CTRL_RESGPIO 0x0004 /* RESETGPIO Enable REGISTER */
36 #define PCM990_CTRL_CANPWR 0x0004 /* Enable CANPWR ADUM */
40 #define PCM990_CTRL_LEDPWR 0x0001 /* POWER LED enable */
41 #define PCM990_CTRL_LEDBAS 0x0002 /* BASIS LED enable */
42 #define PCM990_CTRL_LEDUSR 0x0004 /* USER LED enable */
65 #define PCM990_CTRL_INTMSKENA 0x000E /* Interrupt Enable REGISTER */
66 #define PCM990_CTRL_ENAINT0 0x0001 /* Enable Int BT Detect */
67 #define PCM990_CTRL_ENAINT1 0x0002 /* Enable Int FR RI */
68 #define PCM990_CTRL_ENAINT2 0x0004 /* Enable Int MMC1 Detect */
69 #define PCM990_CTRL_ENAINT3 0x0008 /* Enable Int PM_5V off */
72 #define PCM990_CTRL_FFSD 0x0001 /* BT Uart Enable */
73 #define PCM990_CTRL_BTSD 0x0002 /* FF Uart Enable */
80 #define PCM990_CTRL_AC97ENA 0x0004 /* Enable AC97 Expansion */
82 #define PCM990_CTRL_REG10 0x0012 /* GPS-REGISTER */
83 #define PCM990_CTRL_GPSPWR 0x0004 /* GPS-Modul Power on */
84 #define PCM990_CTRL_GPSENA 0x0008 /* GPS-Modul Enable */
87 #define PCM990_CTRL_ACENA 0x0001 /* Charge Enable */
88 #define PCM990_CTRL_ACSEL 0x0002 /* Charge Akku -> DC Enable */
109 #define PCM990_IDE_DMAENA 0x0004 /* RW DMA Enable */
113 #define PCM990_IDE_RESENA 0x0001 /* RW IDE Reset Bit enable */
119 #define PCM990_IDE_IDEON 0x0002 /* RW Latch on Control Address */
123 #define PCM990_IDE_PWRENA 0x0001 /* RW IDE Power enable */
127 #define PCM990_IDE_PLD_P2V(x) ((x) - PCM990_IDE_PLD_PHYS + PCM990_IDE_PLD_BASE)
128 #define PCM990_IDE_PLD_V2P(x) ((x) - PCM990_IDE_PLD_BASE + PCM990_IDE_PLD_PHYS)
147 #define PCM990_CF_REG0_PM5V 0x0004 /* R System VCC_5V enable */
156 #define PCM990_CF_REG2_RDYENA 0x0004 /* RW Enable CF_RDY */
161 #define PCM990_CF_REG3_CFON 0x0002 /* RW Latch on Control Address */
169 #define PCM990_CF_REG4_PWG 0x0008 /* R CF-Power is on */