Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c201 nDirection = RIGHT_TO_LEFT; in sm750_hw_copyarea()
218 if ((nDirection == BOTTOM_TO_TOP) || (nDirection == RIGHT_TO_LEFT)) { in sm750_hw_copyarea()
280 ((nDirection == RIGHT_TO_LEFT) ? DE_CONTROL_DIRECTION : 0) | in sm750_hw_copyarea()
H A Dsm750_accel.h186 #define RIGHT_TO_LEFT 1 macro