Home
last modified time | relevance | path

Searched refs:W1_F2D_SCRATCH_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/w1/slaves/
Dw1_ds2431.c31 #define W1_F2D_SCRATCH_MASK (W1_F2D_SCRATCH_SIZE-1) macro
225 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()