s5pc1xx: remove unused definitions
authorMinkyu Kang <mk7.kang@samsung.com>
Tue, 28 Jul 2009 04:28:50 +0000 (13:28 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 28 Jul 2009 04:28:50 +0000 (13:28 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/asm-arm/arch-s5pc1xx/pwm.h
include/asm-arm/arch-s5pc1xx/uart.h

index 8520efc..6a6347e 100644 (file)
 #define S5PC100_TIMER_BASE     S5PC100_PWMTIMER_BASE
 #define S5PC110_TIMER_BASE     S5PC110_PWMTIMER_BASE
 
-/* PWM timer offset */
-#define PWM_TCFG0_OFFSET       0x00
-#define PWM_TCFG1_OFFSET       0x04
-#define PWM_TCON_OFFSET                0x08
-#define PWM_TCNTB0_OFFSET      0x0c
-#define PWM_TCMPB0_OFFSET      0x10
-#define PWM_TCNTO0_OFFSET      0x14
-#define PWM_TCNTB1_OFFSET      0x18
-#define PWM_TCMPB1_OFFSET      0x1c
-#define PWM_TCNTO1_OFFSET      0x20
-#define PWM_TCNTB2_OFFSET      0x24
-#define PWM_TCMPB2_OFFSET      0x28
-#define PWM_TCNTO2_OFFSET      0x2c
-#define PWM_TCNTB3_OFFSET      0x30
-#define PWM_TCNTO3_OFFSET      0x38
-#define PWM_TCNTB4_OFFSET      0x3c
-#define PWM_TCNTO4_OFFSET      0x40
-#define PWM_TINT_CSTAT_OFFSET  0x44
-
 /* Interval mode(Auto Reload) of PWM Timer 4 */
 #define S5PC1XX_TCON4_AUTO_RELOAD      (1 << 22)
 /* Update TCNTB4 */
index 4f284e7..325f8ce 100644 (file)
 #define S5PC100_PA_UART                0xEC000000
 #define S5PC110_PA_UART                0xE2900000
 
-/* uart offset */
-#define ULCON_OFFSET           0x00
-#define UCON_OFFSET            0x04
-#define UFCON_OFFSET           0x08
-#define UMCON_OFFSET           0x0C
-#define UTRSTAT_OFFSET         0x10
-#define UERSTAT_OFFSET         0x14
-#define UFSTAT_OFFSET          0x18
-#define UMSTAT_OFFSET          0x1C
-#define UTXH_OFFSET            0x20
-#define URXH_OFFSET            0x24
-#define UBRDIV_OFFSET          0x28
-#define UDIVSLOT_OFFSET                0x2C
-#define UINTP_OFFSET           0x30
-#define UINTSP_OFFSET          0x34
-#define UINTM_OFFSET           0x38
-
-#define UTRSTAT_TX_EMPTY       (1 << 2)
-#define UTRSTAT_RX_READY       (1 << 0)
-#define UART_ERR_MASK          0xF
-
 #ifndef __ASSEMBLY__
 typedef struct s5pc1xx_uart {
        volatile unsigned long  ULCON;