Lines Matching +full:charge +full:- +full:led
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 */
39 #define PCM990_CTRL_REG2 0x0004 /* LED REGISTER */
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 */
55 #define PCM990_CTRL_MMC2LED 0x0002 /* RW MMC2 LED */
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 */
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)
145 #define PCM990_CF_REG0_LED 0x0001 /* RW LED on */
146 #define PCM990_CF_REG0_BLK 0x0002 /* RW LED flash when access */
169 #define PCM990_CF_REG4_PWG 0x0008 /* R CF-Power is on */