Searched refs:W1_F14_SCRATCH_SIZE (Results 1 – 1 of 1) sorted by relevance
30 #define W1_F14_SCRATCH_SIZE (1 << W1_F14_SCRATCH_BITS) macro 31 #define W1_F14_SCRATCH_MASK (W1_F14_SCRATCH_SIZE-1)41 #define W1_F14_READ_MAXLEN W1_F14_SCRATCH_SIZE135 * The data must be aligned at W1_F14_SCRATCH_SIZE bytes and136 * must be W1_F14_SCRATCH_SIZE bytes long.149 u8 rdbuf[W1_F14_SCRATCH_SIZE + 3]; in w1_f14_write() 224 if (len < W1_F14_SCRATCH_SIZE || addr & W1_F14_SCRATCH_MASK) { in eeprom_write() 225 char tmp[W1_F14_SCRATCH_SIZE]; in eeprom_write() 229 W1_F14_SCRATCH_SIZE, tmp)) { in eeprom_write() 235 copy = W1_F14_SCRATCH_SIZE in eeprom_write() [all...]