]> Pileus Git - ~andy/linux/blob - arch/arm/mach-pxa/sharpsl.h
[PATCH] SharpSL: Add cxx00 support to the Corgi LCD driver
[~andy/linux] / arch / arm / mach-pxa / sharpsl.h
1 /*
2  * SharpSL SSP Driver
3  */
4
5 struct corgissp_machinfo {
6         int port;
7         int cs_lcdcon;
8         int cs_ads7846;
9         int cs_max1111;
10         int clk_lcdcon;
11         int clk_ads7846;
12         int clk_max1111;
13 };
14
15 void corgi_ssp_set_machinfo(struct corgissp_machinfo *machinfo);
16
17 /*
18  * SharpSL Touchscreen Driver
19  */
20
21 unsigned long corgi_get_hsync_len(void);
22 unsigned long spitz_get_hsync_len(void);
23 void corgi_put_hsync(void);
24 void spitz_put_hsync(void);
25 void corgi_wait_hsync(void);
26 void spitz_wait_hsync(void);