📄 regs-gpio.h
字号:
/* linux/include/asm/hardware/s3c2410/regs-gpio.h * * Copyright (c) 2003,2004 Simtec Electronics <linux@simtec.co.uk> * http://www.simtec.co.uk/products/SWLINUX/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * S3C2410 GPIO register definitions * * Changelog: * 19-06-2003 BJD Created file * 23-06-2003 BJD Updated GSTATUS registers * 12-03-2004 BJD Updated include protection * 20-07-2004 BJD Added GPIO pin numbers, added Port A definitions * 04-10-2004 BJD Fixed number of bugs, added EXT IRQ filter defs * 17-10-2004 BJD Added GSTATUS1 register definitions * 18-11-2004 BJD Fixed definitions of GPE3, GPE4, GPE5 and GPE6 * 18-11-2004 BJD Added S3C2440 AC97 controls*/#ifndef __ASM_ARCH_REGS_GPIO_H#define __ASM_ARCH_REGS_GPIO_H "$Id: gpio.h,v 1.5 2003/05/19 12:51:08 ben Exp $"#define S3C2410_GPIONO(bank,offset) ((bank) + (offset))#define S3C2410_GPIO_BANKA (32*0)#define S3C2410_GPIO_BANKB (32*1)#define S3C2410_GPIO_BANKC (32*2)#define S3C2410_GPIO_BANKD (32*3)#define S3C2410_GPIO_BANKE (32*4)#define S3C2410_GPIO_BANKF (32*5)#define S3C2410_GPIO_BANKG (32*6)#define S3C2410_GPIO_BANKH (32*7)#define S3C2410_GPIO_BASE(pin) ((((pin) & ~31) >> 1) + S3C2410_VA_GPIO)#define S3C2410_GPIO_OFFSET(pin) ((pin) & 31)/* general configuration options */#define S3C2410_GPIO_LEAVE (0xFFFFFFFF)/* configure GPIO ports A..G */#define S3C2410_GPIOREG(x) ((x) + S3C2410_VA_GPIO)/* port A - 22bits, zero in bit X makes pin X output * 1 makes port special function, this is default*/#define S3C2410_GPACON S3C2410_GPIOREG(0x00)#define S3C2410_GPADAT S3C2410_GPIOREG(0x04)#define S3C2410_GPA0 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 0)#define S3C2410_GPA0_OUT (0<<0)#define S3C2410_GPA0_ADDR0 (1<<0)#define S3C2410_GPA1 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 1)#define S3C2410_GPA1_OUT (0<<1)#define S3C2410_GPA1_ADDR16 (1<<1)#define S3C2410_GPA2 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 2)#define S3C2410_GPA2_OUT (0<<2)#define S3C2410_GPA2_ADDR17 (1<<2)#define S3C2410_GPA3 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 3)#define S3C2410_GPA3_OUT (0<<3)#define S3C2410_GPA3_ADDR18 (1<<3)#define S3C2410_GPA4 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 4)#define S3C2410_GPA4_OUT (0<<4)#define S3C2410_GPA4_ADDR19 (1<<4)#define S3C2410_GPA5 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 5)#define S3C2410_GPA5_OUT (0<<5)#define S3C2410_GPA5_ADDR20 (1<<5)#define S3C2410_GPA6 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 6)#define S3C2410_GPA6_OUT (0<<6)#define S3C2410_GPA6_ADDR21 (1<<6)#define S3C2410_GPA7 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 7)#define S3C2410_GPA7_OUT (0<<7)#define S3C2410_GPA7_ADDR22 (1<<7)#define S3C2410_GPA8 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 8)#define S3C2410_GPA8_OUT (0<<8)#define S3C2410_GPA8_ADDR23 (1<<8)#define S3C2410_GPA9 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 9)#define S3C2410_GPA9_OUT (0<<9)#define S3C2410_GPA9_ADDR24 (1<<9)#define S3C2410_GPA10 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 10)#define S3C2410_GPA10_OUT (0<<10)#define S3C2410_GPA10_ADDR25 (1<<10)#define S3C2410_GPA11 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 11)#define S3C2410_GPA11_OUT (0<<11)#define S3C2410_GPA11_ADDR26 (1<<11)#define S3C2410_GPA12 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 12)#define S3C2410_GPA12_OUT (0<<12)#define S3C2410_GPA12_nGCS1 (1<<12)#define S3C2410_GPA13 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 13)#define S3C2410_GPA13_OUT (0<<13)#define S3C2410_GPA13_nGCS2 (1<<13)#define S3C2410_GPA14 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 14)#define S3C2410_GPA14_OUT (0<<14)#define S3C2410_GPA14_nGCS3 (1<<14)#define S3C2410_GPA15 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 15)#define S3C2410_GPA15_OUT (0<<15)#define S3C2410_GPA15_nGCS4 (1<<15)#define S3C2410_GPA16 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 16)#define S3C2410_GPA16_OUT (0<<16)#define S3C2410_GPA16_nGCS5 (1<<16)#define S3C2410_GPA17 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 17)#define S3C2410_GPA17_OUT (0<<17)#define S3C2410_GPA17_CLE (1<<17)#define S3C2410_GPA18 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 18)#define S3C2410_GPA18_OUT (0<<18)#define S3C2410_GPA18_ALE (1<<18)#define S3C2410_GPA19 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 19)#define S3C2410_GPA19_OUT (0<<19)#define S3C2410_GPA19_nFWE (1<<19)#define S3C2410_GPA20 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 20)#define S3C2410_GPA20_OUT (0<<20)#define S3C2410_GPA20_nFRE (1<<20)#define S3C2410_GPA21 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 21)#define S3C2410_GPA21_OUT (0<<21)#define S3C2410_GPA21_nRSTOUT (1<<21)#define S3C2410_GPA22 S3C2410_GPIONO(S3C2410_GPIO_BANKA, 22)#define S3C2410_GPA22_OUT (0<<22)#define S3C2410_GPA22_nFCE (1<<22)/* 0x08 and 0x0c are reserved *//* GPB is 10 IO pins, each configured by 2 bits each in GPBCON. * 00 = input, 01 = output, 10=special function, 11=reserved * bit 0,1 = pin 0, 2,3= pin 1... * * CPBUP = pull up resistor control, 1=disabled, 0=enabled*/#define S3C2410_GPBCON S3C2410_GPIOREG(0x10)#define S3C2410_GPBDAT S3C2410_GPIOREG(0x14)#define S3C2410_GPBUP S3C2410_GPIOREG(0x18)/* no i/o pin in port b can have value 3! */#define S3C2410_GPB0 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 0)#define S3C2410_GPB0_INP (0x00 << 0)#define S3C2410_GPB0_OUTP (0x01 << 0)#define S3C2410_GPB0_TOUT0 (0x02 << 0)#define S3C2410_GPB1 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 1)#define S3C2410_GPB1_INP (0x00 << 2)#define S3C2410_GPB1_OUTP (0x01 << 2)#define S3C2410_GPB1_TOUT1 (0x02 << 2)#define S3C2410_GPB2 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 2)#define S3C2410_GPB2_INP (0x00 << 4)#define S3C2410_GPB2_OUTP (0x01 << 4)#define S3C2410_GPB2_TOUT2 (0x02 << 4)#define S3C2410_GPB3 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 3)#define S3C2410_GPB3_INP (0x00 << 6)#define S3C2410_GPB3_OUTP (0x01 << 6)#define S3C2410_GPB3_TOUT3 (0x02 << 6)#define S3C2410_GPB4 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 4)#define S3C2410_GPB4_INP (0x00 << 8)#define S3C2410_GPB4_OUTP (0x01 << 8)#define S3C2410_GPB4_TCLK0 (0x02 << 8)#define S3C2410_GPB4_MASK (0x03 << 8)#define S3C2410_GPB5 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 5)#define S3C2410_GPB5_INP (0x00 << 10)#define S3C2410_GPB5_OUTP (0x01 << 10)#define S3C2410_GPB5_nXBACK (0x02 << 10)#define S3C2410_GPB6 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 6)#define S3C2410_GPB6_INP (0x00 << 12)#define S3C2410_GPB6_OUTP (0x01 << 12)#define S3C2410_GPB6_nXBREQ (0x02 << 12)#define S3C2410_GPB7 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 7)#define S3C2410_GPB7_INP (0x00 << 14)#define S3C2410_GPB7_OUTP (0x01 << 14)#define S3C2410_GPB7_nXDACK1 (0x02 << 14)#define S3C2410_GPB8 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 8)#define S3C2410_GPB8_INP (0x00 << 16)#define S3C2410_GPB8_OUTP (0x01 << 16)#define S3C2410_GPB8_nXDREQ1 (0x02 << 16)#define S3C2410_GPB9 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 9)#define S3C2410_GPB9_INP (0x00 << 18)#define S3C2410_GPB9_OUTP (0x01 << 18)#define S3C2410_GPB9_nXDACK0 (0x02 << 18)#define S3C2410_GPB10 S3C2410_GPIONO(S3C2410_GPIO_BANKB, 10)#define S3C2410_GPB10_INP (0x00 << 18)#define S3C2410_GPB10_OUTP (0x01 << 18)#define S3C2410_GPB10_nXDRE0 (0x02 << 18)/* Port C consits of 16 GPIO/Special function * * almost identical setup to port b, but the special functions are mostly * to do with the video system's sync/etc.*/#define S3C2410_GPCCON S3C2410_GPIOREG(0x20)#define S3C2410_GPCDAT S3C2410_GPIOREG(0x24)#define S3C2410_GPCUP S3C2410_GPIOREG(0x28)#define S3C2410_GPC0 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 0)#define S3C2410_GPC0_INP (0x00 << 0)#define S3C2410_GPC0_OUTP (0x01 << 0)#define S3C2410_GPC0_LEND (0x02 << 0)#define S3C2410_GPC1 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 1)#define S3C2410_GPC1_INP (0x00 << 2)#define S3C2410_GPC1_OUTP (0x01 << 2)#define S3C2410_GPC1_VCLK (0x02 << 2)#define S3C2410_GPC2 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 2)#define S3C2410_GPC2_INP (0x00 << 4)#define S3C2410_GPC2_OUTP (0x01 << 4)#define S3C2410_GPC2_VLINE (0x02 << 4)#define S3C2410_GPC3 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 3)#define S3C2410_GPC3_INP (0x00 << 6)#define S3C2410_GPC3_OUTP (0x01 << 6)#define S3C2410_GPC3_VFRAME (0x02 << 6)#define S3C2410_GPC4 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 4)#define S3C2410_GPC4_INP (0x00 << 8)#define S3C2410_GPC4_OUTP (0x01 << 8)#define S3C2410_GPC4_VM (0x02 << 8)#define S3C2410_GPC5 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 5)#define S3C2410_GPC5_INP (0x00 << 10)#define S3C2410_GPC5_OUTP (0x01 << 10)#define S3C2410_GPC5_LCDVF0 (0x02 << 10)#define S3C2410_GPC6 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 6)#define S3C2410_GPC6_INP (0x00 << 12)#define S3C2410_GPC6_OUTP (0x01 << 12)#define S3C2410_GPC6_LCDVF1 (0x02 << 12)#define S3C2410_GPC7 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 7)#define S3C2410_GPC7_INP (0x00 << 14)#define S3C2410_GPC7_OUTP (0x01 << 14)#define S3C2410_GPC7_LCDVF2 (0x02 << 14)#define S3C2410_GPC8 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 8)#define S3C2410_GPC8_INP (0x00 << 16)#define S3C2410_GPC8_OUTP (0x01 << 16)#define S3C2410_GPC8_VD0 (0x02 << 16)#define S3C2410_GPC9 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 9)#define S3C2410_GPC9_INP (0x00 << 18)#define S3C2410_GPC9_OUTP (0x01 << 18)#define S3C2410_GPC9_VD1 (0x02 << 18)#define S3C2410_GPC10 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 10)#define S3C2410_GPC10_INP (0x00 << 20)#define S3C2410_GPC10_OUTP (0x01 << 20)#define S3C2410_GPC10_VD2 (0x02 << 20)#define S3C2410_GPC11 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 11)#define S3C2410_GPC11_INP (0x00 << 22)#define S3C2410_GPC11_OUTP (0x01 << 22)#define S3C2410_GPC11_VD3 (0x02 << 22)#define S3C2410_GPC12 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 12)#define S3C2410_GPC12_INP (0x00 << 24)#define S3C2410_GPC12_OUTP (0x01 << 24)#define S3C2410_GPC12_VD4 (0x02 << 24)#define S3C2410_GPC13 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 13)#define S3C2410_GPC13_INP (0x00 << 26)#define S3C2410_GPC13_OUTP (0x01 << 26)#define S3C2410_GPC13_VD5 (0x02 << 26)#define S3C2410_GPC14 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 14)#define S3C2410_GPC14_INP (0x00 << 28)#define S3C2410_GPC14_OUTP (0x01 << 28)#define S3C2410_GPC14_VD6 (0x02 << 28)#define S3C2410_GPC15 S3C2410_GPIONO(S3C2410_GPIO_BANKC, 15)#define S3C2410_GPC15_INP (0x00 << 30)#define S3C2410_GPC15_OUTP (0x01 << 30)#define S3C2410_GPC15_VD7 (0x02 << 30)/* Port D consists of 16 GPIO/Special function * * almost identical setup to port b, but the special functions are mostly * to do with the video system's data.*/#define S3C2410_GPDCON S3C2410_GPIOREG(0x30)#define S3C2410_GPDDAT S3C2410_GPIOREG(0x34)#define S3C2410_GPDUP S3C2410_GPIOREG(0x38)#define S3C2410_GPD0 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 0)#define S3C2410_GPD0_INP (0x00 << 0)#define S3C2410_GPD0_OUTP (0x01 << 0)#define S3C2410_GPD0_VD8 (0x02 << 0)#define S3C2410_GPD1 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 1)#define S3C2410_GPD1_INP (0x00 << 2)#define S3C2410_GPD1_OUTP (0x01 << 2)#define S3C2410_GPD1_VD9 (0x02 << 2)#define S3C2410_GPD2 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 2)#define S3C2410_GPD2_INP (0x00 << 4)#define S3C2410_GPD2_OUTP (0x01 << 4)#define S3C2410_GPD2_VD10 (0x02 << 4)#define S3C2410_GPD3 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 3)#define S3C2410_GPD3_INP (0x00 << 6)#define S3C2410_GPD3_OUTP (0x01 << 6)#define S3C2410_GPD3_VD11 (0x02 << 6)#define S3C2410_GPD4 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 4)#define S3C2410_GPD4_INP (0x00 << 8)#define S3C2410_GPD4_OUTP (0x01 << 8)#define S3C2410_GPD4_VD12 (0x02 << 8)#define S3C2410_GPD5 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 5)#define S3C2410_GPD5_INP (0x00 << 10)#define S3C2410_GPD5_OUTP (0x01 << 10)#define S3C2410_GPD5_VD13 (0x02 << 10)#define S3C2410_GPD6 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 6)#define S3C2410_GPD6_INP (0x00 << 12)#define S3C2410_GPD6_OUTP (0x01 << 12)#define S3C2410_GPD6_VD14 (0x02 << 12)#define S3C2410_GPD7 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 7)#define S3C2410_GPD7_INP (0x00 << 14)#define S3C2410_GPD7_OUTP (0x01 << 14)#define S3C2410_GPD7_VD15 (0x02 << 14)#define S3C2410_GPD8 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 8)#define S3C2410_GPD8_INP (0x00 << 16)#define S3C2410_GPD8_OUTP (0x01 << 16)#define S3C2410_GPD8_VD16 (0x02 << 16)#define S3C2410_GPD9 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 9)#define S3C2410_GPD9_INP (0x00 << 18)#define S3C2410_GPD9_OUTP (0x01 << 18)#define S3C2410_GPD9_VD17 (0x02 << 18)#define S3C2410_GPD10 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 10)#define S3C2410_GPD10_INP (0x00 << 20)#define S3C2410_GPD10_OUTP (0x01 << 20)#define S3C2410_GPD10_VD18 (0x02 << 20)#define S3C2410_GPD11 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 11)#define S3C2410_GPD11_INP (0x00 << 22)#define S3C2410_GPD11_OUTP (0x01 << 22)#define S3C2410_GPD11_VD19 (0x02 << 22)#define S3C2410_GPD12 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 12)#define S3C2410_GPD12_INP (0x00 << 24)#define S3C2410_GPD12_OUTP (0x01 << 24)#define S3C2410_GPD12_VD20 (0x02 << 24)#define S3C2410_GPD13 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 13)#define S3C2410_GPD13_INP (0x00 << 26)#define S3C2410_GPD13_OUTP (0x01 << 26)#define S3C2410_GPD13_VD21 (0x02 << 26)#define S3C2410_GPD14 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 14)#define S3C2410_GPD14_INP (0x00 << 28)#define S3C2410_GPD14_OUTP (0x01 << 28)#define S3C2410_GPD14_VD22 (0x02 << 28)#define S3C2410_GPD15 S3C2410_GPIONO(S3C2410_GPIO_BANKD, 15)#define S3C2410_GPD15_INP (0x00 << 30)#define S3C2410_GPD15_OUTP (0x01 << 30)#define S3C2410_GPD15_VD23 (0x02 << 30)/* Port E consists of 16 GPIO/Special function * * again, the same as port B, but dealing with I2S, SDI, and * more miscellaneous functions*/#define S3C2410_GPECON S3C2410_GPIOREG(0x40)#define S3C2410_GPEDAT S3C2410_GPIOREG(0x44)#define S3C2410_GPEUP S3C2410_GPIOREG(0x48)#define S3C2410_GPE0 S3C2410_GPIONO(S3C2410_GPIO_BANKE, 0)#define S3C2410_GPE0_INP (0x00 << 0)#define S3C2410_GPE0_OUTP (0x01 << 0)#define S3C2410_GPE0_I2SLRCK (0x02 << 0)#define S3C2410_GPE0_MASK (0x03 << 0)#define S3C2410_GPE1 S3C2410_GPIONO(S3C2410_GPIO_BANKE, 1)#define S3C2410_GPE1_INP (0x00 << 2)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -