Searched refs:W1_F2D_SCRATCH_MASK (Results 1 – 1 of 1) sorted by relevance
31 #define W1_F2D_SCRATCH_MASK (W1_F2D_SCRATCH_SIZE-1) macro225 if (len < W1_F2D_SCRATCH_SIZE || addr & W1_F2D_SCRATCH_MASK) { in eeprom_write()229 if (w1_f2d_readblock(sl, addr & ~W1_F2D_SCRATCH_MASK, in eeprom_write()237 (addr & W1_F2D_SCRATCH_MASK); in eeprom_write()242 memcpy(&tmp[addr & W1_F2D_SCRATCH_MASK], buf, copy); in eeprom_write()243 if (w1_f2d_write(sl, addr & ~W1_F2D_SCRATCH_MASK, in eeprom_write()