Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/mouse/
Dpxa930_trkball.c32 #define TBCR_Y_FLT(n) (((n) & 0xf) << 6) macro
105 write_tbcr(trkball, tbcr | TBCR_X_FLT(0xf) | TBCR_Y_FLT(0xf)); in pxa930_trkball_config()
107 TBCR_Y_FLT(trkball->pdata->y_filter)); in pxa930_trkball_config()