Subversion Repositories freemyipod

Rev

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

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