Searched refs:WM97XX_RATE (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/input/touchscreen/
H A Dwm9705.c312 WM97XX_RATE(wm->acc_rate);
H A Dwm9712.c433 WM97XX_RATE(wm->acc_rate);
H A Dwm9713.c443 WM97XX_SLT(wm->acc_slot) | WM97XX_RATE(wm->acc_rate);
/linux-master/include/linux/
H A Dwm97xx.h58 #define WM97XX_RATE(i) (((i & 3) << 8) | ((i & 4) ? 0xf0 : 0)) macro

Completed in 120 milliseconds