Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_accel.c197 nDirection = RIGHT_TO_LEFT; in hw_copyarea()
213 if ((nDirection == BOTTOM_TO_TOP) || (nDirection == RIGHT_TO_LEFT)) { in hw_copyarea()
273 ((nDirection == RIGHT_TO_LEFT) ? in hw_copyarea()
274 FIELD_SET(0, DE_CONTROL, DIRECTION, RIGHT_TO_LEFT) in hw_copyarea()
Dsm750_accel.h235 #define RIGHT_TO_LEFT 1 macro