Subversion Repositories freemyipod

Rev

Rev 704 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 704 Rev 738
Line 29... Line 29...
29
#include "clockgates-target.h"
29
#include "clockgates-target.h"
30
#include "lcd.h"
30
#include "lcd.h"
31
 
31
 
32
 
32
 
33
static struct dma_lli lcd_lli[(LCD_WIDTH * LCD_HEIGHT - 1) / 0xfff]
33
static struct dma_lli lcd_lli[(LCD_WIDTH * LCD_HEIGHT - 1) / 0xfff]
34
    IDATA_ATTR __attribute__((aligned(16)));
34
    IDATA_ATTR CACHEALIGN_ATTR;
35
 
35
 
36
static uint16_t lcd_color IDATA_ATTR;
36
static uint16_t lcd_color IDATA_ATTR;
37
 
37
 
38
static struct mutex lcd_mutex IDATA_ATTR;
38
static struct mutex lcd_mutex IDATA_ATTR;
39
static struct wakeup lcd_wakeup IDATA_ATTR;
39
static struct wakeup lcd_wakeup IDATA_ATTR;