Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-cp2615.c26 #define MAX_IOP_PAYLOAD_SIZE (MAX_IOP_SIZE - 6) macro
27 #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()