Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_common.h44 #define BYTE_OFF_24(x) (u8)(((x) >> 24) & 0xFF) macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_common.h44 #define BYTE_OFF_24(x) (u8)((x >> 24) & 0xFF) macro