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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_usbvend.h663 #define TI_MAX_I2C_SIZE ( 16 * 1024 ) macro
H A Dio_ti.c726 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type);
762 buffer = kmalloc (TI_MAX_I2C_SIZE, GFP_KERNEL);
789 if ((start_address + sizeof(struct ti_i2c_desc) + rom_desc->Size) > TI_MAX_I2C_SIZE) {
815 } while ((rom_desc->Type != I2C_DESC_TYPE_ION) && (start_address < TI_MAX_I2C_SIZE));
817 if ((rom_desc->Type != I2C_DESC_TYPE_ION) || (start_address > TI_MAX_I2C_SIZE))

Completed in 84 milliseconds