Searched defs:WINDOW_LENGTH (Results 1 - 3 of 3) sorted by relevance

/drivers/mtd/maps/
H A Dvmax301.c29 #define WINDOW_LENGTH 0x2000 macro
43 writew(page, map->map_priv_2 - WINDOW_LENGTH);
69 if (len > (WINDOW_LENGTH - (from & WINDOW_MASK)))
70 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
93 if (len > (WINDOW_LENGTH - (to & WINDOW_MASK)))
94 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
116 .map_priv_1 = WINDOW_START + WINDOW_LENGTH,
128 .map_priv_1 = WINDOW_START + (3*WINDOW_LENGTH),
154 WINDOW_START+4*WINDOW_LENGTH);
156 iomapadr = (unsigned long)ioremap(WINDOW_START, WINDOW_LENGTH*
[all...]
H A Doctagon-5066.c35 #define WINDOW_LENGTH 0x8000 macro
77 if (len > (WINDOW_LENGTH - (from & WINDOW_MASK)))
78 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
102 if (len > (WINDOW_LENGTH - (to & WINDOW_MASK)))
103 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
196 iomapadr = (unsigned long)ioremap(WINDOW_START, WINDOW_LENGTH);
211 WINDOW_START+WINDOW_LENGTH);
H A Dsbc_gxx.c64 #define WINDOW_LENGTH (1 << WINDOW_SHIFT) macro
67 #define WINDOW_MASK (WINDOW_LENGTH-1)
128 if (len > (WINDOW_LENGTH - (from & WINDOW_MASK)))
129 thislen = WINDOW_LENGTH-(from & WINDOW_MASK);
153 if (len > (WINDOW_LENGTH - (to & WINDOW_MASK)))
154 thislen = WINDOW_LENGTH-(to & WINDOW_MASK);
195 iomapadr = ioremap(WINDOW_START, WINDOW_LENGTH);
214 WINDOW_START, WINDOW_START+WINDOW_LENGTH-1 );

Completed in 185 milliseconds