Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dio_usbvend.h470 #define TI_MAX_I2C_SIZE ( 16 * 1024 ) macro
Dio_ti.c667 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type); in TIGetDescriptorAddress()
701 buffer = kmalloc (TI_MAX_I2C_SIZE, GFP_KERNEL); in TiValidateI2cImage()
728 if ((start_address + sizeof(struct ti_i2c_desc) + rom_desc->Size) > TI_MAX_I2C_SIZE) { in TiValidateI2cImage()
752 } while ((rom_desc->Type != I2C_DESC_TYPE_ION) && (start_address < TI_MAX_I2C_SIZE)); in TiValidateI2cImage()
754 if ((rom_desc->Type != I2C_DESC_TYPE_ION) || (start_address > TI_MAX_I2C_SIZE)) in TiValidateI2cImage()