Home
last modified time | relevance | path

Searched refs:max_page (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/w1-eeprom/
H A Dds2502.c168 unsigned int max_page = (offset + count - 1) / DS2502_PAGE_SIZE; in ds2502_read_buf() local
174 if (min_page >= DS2502_PAGE_COUNT || max_page >= DS2502_PAGE_COUNT) in ds2502_read_buf()
177 if (min_page == 0 && max_page == 0) { in ds2502_read_buf()
186 for (i = min_page; i <= max_page; i++) { in ds2502_read_buf()
203 if (i == max_page) in ds2502_read_buf()
/openbmc/fb-ipmi-oem/include/
H A Dusb-dbg.hpp86 size_t max_page; member
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp142 max_page = size; in init()
178 if (pages > max_page) in append()
179 pages = max_page; in append()
804 frame_postcode.max_page = 10; in udbg_get_postcode()