Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c156 unsigned int nDirection, de_ctrl; in sm750_hw_copyarea() local
158 nDirection = LEFT_TO_RIGHT; in sm750_hw_copyarea()
176 nDirection = BOTTOM_TO_TOP; in sm750_hw_copyarea()
188 nDirection = TOP_TO_BOTTOM; in sm750_hw_copyarea()
201 nDirection = RIGHT_TO_LEFT; in sm750_hw_copyarea()
213 nDirection = LEFT_TO_RIGHT; 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()