162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright 2008 Openmoko, Inc.
462306a36Sopenharmony_ci * Copyright 2008 Simtec Electronics
562306a36Sopenharmony_ci *      Ben Dooks <ben@simtec.co.uk>
662306a36Sopenharmony_ci *      http://armlinux.simtec.co.uk/
762306a36Sopenharmony_ci *
862306a36Sopenharmony_ci * S3C64XX - GPIO memory port register definitions
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#ifndef __MACH_S3C64XX_REGS_GPIO_MEMPORT_H
1262306a36Sopenharmony_ci#define __MACH_S3C64XX_REGS_GPIO_MEMPORT_H __FILE__
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#define S3C64XX_MEM0CONSTOP	S3C64XX_GPIOREG(0x1B0)
1562306a36Sopenharmony_ci#define S3C64XX_MEM1CONSTOP	S3C64XX_GPIOREG(0x1B4)
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci#define S3C64XX_MEM0CONSLP0	S3C64XX_GPIOREG(0x1C0)
1862306a36Sopenharmony_ci#define S3C64XX_MEM0CONSLP1	S3C64XX_GPIOREG(0x1C4)
1962306a36Sopenharmony_ci#define S3C64XX_MEM1CONSLP	S3C64XX_GPIOREG(0x1C8)
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#define S3C64XX_MEM0DRVCON	S3C64XX_GPIOREG(0x1D0)
2262306a36Sopenharmony_ci#define S3C64XX_MEM1DRVCON	S3C64XX_GPIOREG(0x1D4)
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci#endif /* __MACH_S3C64XX_REGS_GPIO_MEMPORT_H */
2562306a36Sopenharmony_ci
26