Searched refs:MAX_IOP_PAYLOAD_SIZE (Results 1 – 1 of 1) sorted by relevance
26 #define MAX_IOP_PAYLOAD_SIZE (MAX_IOP_SIZE - 6) macro27 #define MAX_I2C_SIZE (MAX_IOP_PAYLOAD_SIZE - 4)42 u8 data[MAX_IOP_PAYLOAD_SIZE];82 if (data_len > MAX_IOP_PAYLOAD_SIZE) in cp2615_init_iop_msg()