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