Searched refs:W1_PAGE_BITS (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/w1/slaves/
H A Dw1_ds2433.c37 #define W1_PAGE_BITS 5 macro
115 min_page = (off >> W1_PAGE_BITS); eeprom_read()
116 max_page = (off + count - 1) >> W1_PAGE_BITS; eeprom_read()
205 f23->validcrc &= ~(1 << (addr >> W1_PAGE_BITS)); w1_f23_write()
H A Dw1_ds28e04.c47 #define W1_PAGE_BITS 5 macro
136 min_page = (off >> W1_PAGE_BITS); eeprom_read()
137 max_page = (off + count - 1) >> W1_PAGE_BITS; eeprom_read()
220 f1C->validcrc &= ~(1 << (addr >> W1_PAGE_BITS)); w1_f1C_write()

Completed in 225 milliseconds