patch-2.4.22 linux-2.4.22/include/asm-arm/arch-sa1100/graphicsclient.h
Next file: linux-2.4.22/include/asm-arm/arch-sa1100/hackkit.h
Previous file: linux-2.4.22/include/asm-arm/arch-sa1100/frodo.h
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-arm/arch-sa1100/graphicsclient.h
- Orig date:
2001-10-25 13:53:54.000000000 -0700
diff -urN linux-2.4.21/include/asm-arm/arch-sa1100/graphicsclient.h linux-2.4.22/include/asm-arm/arch-sa1100/graphicsclient.h
@@ -55,36 +55,6 @@
#define _ADS_ETHERNET 0x100e0000 /* Ethernet */
-
-/* Extra UARTs */
-
-#define _ADS_UARTA 0x10100000 /* UART A */
-#define _ADS_UARTB 0x10120000 /* UART B */
-#define _ADS_UARTC 0x10140000 /* UART C */
-#define _ADS_UARTD 0x10160000 /* UART D */
-
-/* UART controll lines GPIOs */
-#define GPIO_GC_UART0_RTS GPIO_GPIO15
-#define GPIO_GC_UART1_RTS GPIO_GPIO17
-#define GPIO_GC_UART2_RTS GPIO_GPIO19
-#define GPIO_GC_UART0_CTS GPIO_GPIO14
-#define GPIO_GC_UART1_CTS GPIO_GPIO16
-#define GPIO_GC_UART2_CTS GPIO_GPIO17
-
-/* UART controll lines IRQs */
-#define IRQ_GC_UART0_CTS IRQ_GPIO14
-#define IRQ_GC_UART1_CTS IRQ_GPIO16
-#define IRQ_GC_UART2_CTS IRQ_GPIO17
-
-#ifndef __ASSEMBLY__
-struct gc_uart_ctrl_data_t {
- int cts_gpio;
- int cts_prev_state;
- struct uart_info *info;
- struct uart_port *port;
-};
-#endif /* __ASSEMBLY__ */
-
/* LEDs */
#define ADS_LED0 GPIO_GPIO20 /* on-board D22 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)