Home
last modified time | relevance | path

Searched defs:BYTE_OFF_8 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_common.h42 #define BYTE_OFF_8(x) (u8)(((x) >> 8) & 0xFF) macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_common.h42 #define BYTE_OFF_8(x) (u8)((x >> 8) & 0xFF) macro