#include <asm/mach-generic/gpio.h>
-#define JZ_GPIO_PORTA(x) (x + 32 * 0)
-#define JZ_GPIO_PORTB(x) (x + 32 * 1)
-#define JZ_GPIO_PORTC(x) (x + 32 * 2)
-#define JZ_GPIO_PORTD(x) (x + 32 * 3)
+#define JZ_GPIO_PORTA(x) ((x) + 32 * 0)
+#define JZ_GPIO_PORTB(x) ((x) + 32 * 1)
+#define JZ_GPIO_PORTC(x) ((x) + 32 * 2)
+#define JZ_GPIO_PORTD(x) ((x) + 32 * 3)
/* Port A function pins */
#define JZ_GPIO_MEM_DATA0 JZ_GPIO_PORTA(0)