Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/sm750fb/
Dsm750_accel.c148 unsigned int nDirection, de_ctrl; in sm750_hw_copyarea() local
150 nDirection = LEFT_TO_RIGHT; in sm750_hw_copyarea()
168 nDirection = BOTTOM_TO_TOP; in sm750_hw_copyarea()
180 nDirection = TOP_TO_BOTTOM; in sm750_hw_copyarea()
193 nDirection = RIGHT_TO_LEFT; in sm750_hw_copyarea()
205 nDirection = LEFT_TO_RIGHT; in sm750_hw_copyarea()
210 if ((nDirection == BOTTOM_TO_TOP) || (nDirection == RIGHT_TO_LEFT)) { in sm750_hw_copyarea()
272 ((nDirection == RIGHT_TO_LEFT) ? DE_CONTROL_DIRECTION : 0) | in sm750_hw_copyarea()