Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/sm750fb/
Dsm750_accel.c157 unsigned int nDirection, de_ctrl; in sm750_hw_copyarea() local
159 nDirection = LEFT_TO_RIGHT; in sm750_hw_copyarea()
177 nDirection = BOTTOM_TO_TOP; in sm750_hw_copyarea()
189 nDirection = TOP_TO_BOTTOM; in sm750_hw_copyarea()
202 nDirection = RIGHT_TO_LEFT; in sm750_hw_copyarea()
214 nDirection = LEFT_TO_RIGHT; in sm750_hw_copyarea()
219 if ((nDirection == BOTTOM_TO_TOP) || (nDirection == RIGHT_TO_LEFT)) { in sm750_hw_copyarea()
281 ((nDirection == RIGHT_TO_LEFT) ? DE_CONTROL_DIRECTION : 0) | in sm750_hw_copyarea()