Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dio_usbvend.h654 #define TI_MAX_I2C_SIZE (16 * 1024) macro
H A Dio_ti.c652 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type); in get_descriptor_addr()
687 buffer = kmalloc(TI_MAX_I2C_SIZE, GFP_KERNEL); in check_i2c_image()
714 le16_to_cpu(rom_desc->Size)) > TI_MAX_I2C_SIZE) { in check_i2c_image()
742 (start_address < TI_MAX_I2C_SIZE)); in check_i2c_image()
745 (start_address > TI_MAX_I2C_SIZE)) in check_i2c_image()