Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c697 if (cd->response_buf[size - 3] != LOW_BYTE(crc) in cyttsp5_hid_output_validate_bl_response()
909 cmd[cmd_offset++] = LOW_BYTE(length); in cyttsp5_hid_send_output_()
919 cmd[cmd_offset++] = LOW_BYTE(hid_output->write_length); in cyttsp5_hid_send_output_()
931 cmd[cmd_offset++] = LOW_BYTE(crc); in cyttsp5_hid_send_output_()
1691 write_buf[cmd_offset++] = LOW_BYTE(row_number); in cyttsp5_hid_output_read_conf_block_()
1693 write_buf[cmd_offset++] = LOW_BYTE(length); in cyttsp5_hid_output_read_conf_block_()
1762 full_write_buf[cmd_offset++] = LOW_BYTE(row_number); in cyttsp5_hid_output_write_conf_block_()
1764 full_write_buf[cmd_offset++] = LOW_BYTE(write_length); in cyttsp5_hid_output_write_conf_block_()
1773 full_write_buf[cmd_offset++] = LOW_BYTE(crc); in cyttsp5_hid_output_write_conf_block_()
1855 write_buf[0] = LOW_BYTE(read_offset); in cyttsp5_hid_output_get_data_structure_()
[all …]
H A Dcyttsp5_regs.h199 #define LOW_BYTE(x) (u8)((x) & 0xFF) macro
H A Dcyttsp5_loader.c319 data[offset++] = LOW_BYTE(row_image->row_num); in cyttsp5_ldr_prog_row_()
H A Dcyttsp5_device_access.c3625 dad->ic_buf[4] = LOW_BYTE(act_length); in cyttsp5_run_and_get_selftest_result_noprint()
3710 dad->ic_buf[4] = LOW_BYTE(act_length); in cyttsp5_run_and_get_selftest_result()
3971 dad->ic_buf[2] = LOW_BYTE(act_length); in get_idac_debugfs_read()