Searched refs:DS2502_PAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
29 #define DS2502_PAGE_SIZE 32 macro67 u8 pagebuf[DS2502_PAGE_SIZE + 1]; /* 1 byte for CRC8 */ in ds2502_read()167 unsigned int min_page = offset / DS2502_PAGE_SIZE; in ds2502_read_buf()168 unsigned int max_page = (offset + count - 1) / DS2502_PAGE_SIZE; in ds2502_read_buf()197 pos = page * DS2502_PAGE_SIZE; in ds2502_read_buf()199 pos += offset % DS2502_PAGE_SIZE; in ds2502_read_buf()201 bytes_in_page = DS2502_PAGE_SIZE - (pos % DS2502_PAGE_SIZE); in ds2502_read_buf()