OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcdrot
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/common/
lcd_console_rotation.c
166
if (pcons->
lcdrot
== 1 || pcons->
lcdrot
== 3)
174
if (pcons->
lcdrot
== 0) {
176
} else if (pcons->
lcdrot
== 1) {
180
} else if (pcons->
lcdrot
== 2) {
184
} else if (pcons->
lcdrot
== 3) {
190
__func__, pcons->
lcdrot
);
lcd_console.c
145
cons.
lcdrot
= vl_rot;
/external/u-boot/include/
lcd_console.h
12
u32 lcdsizex, lcdsizey,
lcdrot
;
member in struct:console_t
Completed in 82 milliseconds