Searched refs:DATA_LENGTH (Results 1 – 5 of 5) sorted by relevance
53 s32 DATA_LENGTH; variable90 DATA_LENGTH = DATA_LENGTH_UINT - GTP_ADDR_LENGTH; in gt1x_init_tool_node()257 len = data_len > DATA_LENGTH ? DATA_LENGTH : data_len; in gt1x_tool_write()393 len = data_len > DATA_LENGTH ? DATA_LENGTH : data_len; in gt1x_tool_read()
81 s32 DATA_LENGTH = 0; variable238 DATA_LENGTH = i * DATA_LENGTH_UINT + GTP_ADDR_LENGTH; in init_wr_node()239 GTP_INFO("Applied memory size:%d.", DATA_LENGTH); in init_wr_node()572 if (data_len > DATA_LENGTH) in goodix_tool_read()574 len = DATA_LENGTH; in goodix_tool_read()
26 uint32_t DATA_LENGTH;
32 #define DATA_LENGTH(x) ((x-1)<<8) macro126 format = ns->mode|DATA_LENGTH(8); in __atcspi200_spi_claim_bus()
1872 may exceed DATA_LENGTH, in which case the phantom bytes at the end are1893 /* For the string of length DATA_LENGTH bytes that begins at DATA, compute1895 columns. The return value may exceed DATA_LENGTH if the entire string does