1 /* 2 * Exynos5 SoC series Power Management Unit (PMU) register offsets 3 * and bit definitions. 4 * 5 * Copyright (C) 2014 Samsung Electronics Co., Ltd. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as 9 * published by the Free Software Foundation. 10 */ 11 12 #ifndef _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_ 13 #define _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_ 14 15 #define EXYNOS5_PHY_ENABLE BIT(0) 16 #define EXYNOS5_MIPI_PHY_S_RESETN BIT(1) 17 #define EXYNOS5_MIPI_PHY_M_RESETN BIT(2) 18 19 #endif /* _LINUX_MFD_SYSCON_PMU_EXYNOS5_H_ */ 20