Searched refs:FRAGMENTSIZE_MAX (Results 1 – 1 of 1) sorted by relevance
43 #define FRAGMENTSIZE_MAX PHNFC_I2C_FRAGMENT_SIZE macro268 if(fragmentation_enabled == I2C_FRAGMENATATION_DISABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()275 if(fragmentation_enabled == I2C_FRAGMENTATION_ENABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()277 if(nNbBytesToWrite - numWrote > FRAGMENTSIZE_MAX) in phTmlNfc_i2c_write()279 numBytes = numWrote+ FRAGMENTSIZE_MAX; in phTmlNfc_i2c_write()