Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/w1/slaves/
Dw1_ds2433.c30 #define W1_PAGE_BITS 5 macro
108 min_page = (off >> W1_PAGE_BITS); in eeprom_read()
109 max_page = (off + count - 1) >> W1_PAGE_BITS; in eeprom_read()
198 f23->validcrc &= ~(1 << (addr >> W1_PAGE_BITS)); in w1_f23_write()
Dw1_ds28e04.c40 #define W1_PAGE_BITS 5 macro
129 min_page = (off >> W1_PAGE_BITS); in eeprom_read()
130 max_page = (off + count - 1) >> W1_PAGE_BITS; in eeprom_read()
213 f1C->validcrc &= ~(1 << (addr >> W1_PAGE_BITS)); in w1_f1C_write()