Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c698 || cd->response_buf[size - 2] != HI_BYTE(crc)) { in cyttsp5_hid_output_validate_bl_response()
910 cmd[cmd_offset++] = HI_BYTE(length); in cyttsp5_hid_send_output_()
920 cmd[cmd_offset++] = HI_BYTE(hid_output->write_length); in cyttsp5_hid_send_output_()
932 cmd[cmd_offset++] = HI_BYTE(crc); in cyttsp5_hid_send_output_()
1692 write_buf[cmd_offset++] = HI_BYTE(row_number); in cyttsp5_hid_output_read_conf_block_()
1694 write_buf[cmd_offset++] = HI_BYTE(length); in cyttsp5_hid_output_read_conf_block_()
1763 full_write_buf[cmd_offset++] = HI_BYTE(row_number); in cyttsp5_hid_output_write_conf_block_()
1765 full_write_buf[cmd_offset++] = HI_BYTE(write_length); in cyttsp5_hid_output_write_conf_block_()
1774 full_write_buf[cmd_offset++] = HI_BYTE(crc); in cyttsp5_hid_output_write_conf_block_()
1856 write_buf[1] = HI_BYTE(read_offset); in cyttsp5_hid_output_get_data_structure_()
[all …]
H A Dcyttsp5_regs.h198 #define HI_BYTE(x) (u8)(((x) >> 8) & 0xFF) macro
H A Dcyttsp5_loader.c320 data[offset++] = HI_BYTE(row_image->row_num); in cyttsp5_ldr_prog_row_()
H A Dcyttsp5_device_access.c3626 dad->ic_buf[5] = HI_BYTE(act_length); in cyttsp5_run_and_get_selftest_result_noprint()
3711 dad->ic_buf[5] = HI_BYTE(act_length); in cyttsp5_run_and_get_selftest_result()
3972 dad->ic_buf[3] = HI_BYTE(act_length); in get_idac_debugfs_read()
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Demux_synth.c539 #define HI_BYTE(v) (((v) >> 8) & 0xff) macro
572 pitch = (HI_BYTE(parm->pefe) << 4) + vp->apitch; in setup_voice()