Home
last modified time | relevance | path

Searched refs:LCCR0_DPD (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-sa1100/
DSA-1100.h1937 #define LCCR0_DPD 0x00000200 /* Double Pixel Data (monochrome */ macro
1939 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome */
1941 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome */
/linux-2.4.37.9/drivers/video/
Dsa1100fb.c359 shadow.lccr0 = LCCR0_LEN | LCCR0_CMS | LCCR0_DPD; in sa1100fb_check_shadow()