2 * Copyright (C) 2016 Freescale Semiconductor, Inc.
4 * SPDX-License-Identifier: GPL-2.0+
7 #ifndef __ASM_ARCH_MX7ULP_GPIO_H
8 #define __ASM_ARCH_MX7ULP_GPIO_H
20 #define IMX_GPIO_NR(port, index) ((((port)-1)*32)+((index)&31))
22 #endif /* __ASM_ARCH_MX7ULP_GPIO_H */