Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2433.c30 #define W1_PAGE_BITS 5 macro
109 min_page = (off >> W1_PAGE_BITS); in eeprom_read()
110 max_page = (off + count - 1) >> W1_PAGE_BITS; in eeprom_read()
200 f23->validcrc &= ~(1 << (addr >> W1_PAGE_BITS)); in w1_f23_write()
H A 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()
216 f1C->validcrc &= ~(1 << (addr >> W1_PAGE_BITS)); in w1_f1C_write()