/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef __ASM_ARCH_IOMUX_H__ #define __ASM_ARCH_IOMUX_H__ #define MX6_IOMUXC_GPR4 0x020e0010 #define MX6_IOMUXC_GPR6 0x020e0018 #define MX6_IOMUXC_GPR7 0x020e001c /* * IOMUXC_GPR13 bit fields */ #define IOMUXC_GPR13_SDMA_STOP_REQ (1<<30) #define IOMUXC_GPR13_CAN2_STOP_REQ (1<<29) #define IOMUXC_GPR13_CAN1_STOP_REQ (1<<28) #define IOMUXC_GPR13_ENET_STOP_REQ (1<<27) #define IOMUXC_GPR13_SATA_PHY_8_MASK (7<<24) #define IOMUXC_GPR13_SATA_PHY_7_MASK (0x1f<<19) #define IOMUXC_GPR13_SATA_PHY_6_SHIFT 16 #define IOMUXC_GPR13_SATA_PHY_6_MASK (7<