Searched refs:W1_F2D_SCRATCH_MASK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_ds2431.c | 29 #define W1_F2D_SCRATCH_MASK (W1_F2D_SCRATCH_SIZE-1) macro 223 if (len < W1_F2D_SCRATCH_SIZE || addr & W1_F2D_SCRATCH_MASK) { in eeprom_write() 227 if (w1_f2d_readblock(sl, addr & ~W1_F2D_SCRATCH_MASK, in eeprom_write() 235 (addr & W1_F2D_SCRATCH_MASK); in eeprom_write() 240 memcpy(&tmp[addr & W1_F2D_SCRATCH_MASK], buf, copy); in eeprom_write() 241 if (w1_f2d_write(sl, addr & ~W1_F2D_SCRATCH_MASK, in eeprom_write()
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_ds2431.c | 29 #define W1_F2D_SCRATCH_MASK (W1_F2D_SCRATCH_SIZE-1) macro 223 if (len < W1_F2D_SCRATCH_SIZE || addr & W1_F2D_SCRATCH_MASK) { in eeprom_write() 227 if (w1_f2d_readblock(sl, addr & ~W1_F2D_SCRATCH_MASK, in eeprom_write() 235 (addr & W1_F2D_SCRATCH_MASK); in eeprom_write() 240 memcpy(&tmp[addr & W1_F2D_SCRATCH_MASK], buf, copy); in eeprom_write() 241 if (w1_f2d_write(sl, addr & ~W1_F2D_SCRATCH_MASK, in eeprom_write()
|
Completed in 1 milliseconds