brintos

brintos / linux-shallow public Read only

0
0
Text · 739 B · fa24565 Raw
37 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * nomadik.h4 *5 * Copyright (C) ST-Ericsson SA 20136 * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for ST-Ericsson.7 */8 9#define INPUT_NOPULL		010#define INPUT_PULLUP		111#define INPUT_PULLDOWN		212 13#define OUTPUT_LOW		014#define OUTPUT_HIGH		115#define DIR_OUTPUT		216 17#define SLPM_DISABLED		018#define SLPM_ENABLED		119 20#define SLPM_INPUT_NOPULL	021#define SLPM_INPUT_PULLUP	122#define SLPM_INPUT_PULLDOWN	223#define SLPM_DIR_INPUT		324 25#define SLPM_OUTPUT_LOW		026#define SLPM_OUTPUT_HIGH	127#define SLPM_DIR_OUTPUT		228 29#define SLPM_WAKEUP_DISABLE	030#define SLPM_WAKEUP_ENABLE	131 32#define GPIOMODE_DISABLED	033#define GPIOMODE_ENABLED	134 35#define SLPM_PDIS_DISABLED	036#define SLPM_PDIS_ENABLED	137