Searched refs:MAX_PARAM_SIZE (Results 1 – 2 of 2) sorted by relevance
280 if ((num_bytes <= 0) || (num_bytes > MAX_PARAM_SIZE)) in writeParameter()842 unsigned char bytes[MAX_PARAM_SIZE /*MAX_I2C_LENGTH*/]; in TFA9896_DspReadMem()1082 if ((num_bytes <= 0) || (num_bytes > MAX_PARAM_SIZE)) in TFA9896_DspGetParam()
45 #define MAX_PARAM_SIZE (145 * 3) macro