Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Deeprom.c44 #define EEPROM_PAGE_SIZE (1 << CONFIG_SYS_EEPROM_PAGE_WRITE_BITS) macro
45 #define EEPROM_PAGE_OFFSET(x) ((x) & (EEPROM_PAGE_SIZE - 1))
115 unsigned maxlen = EEPROM_PAGE_SIZE - EEPROM_PAGE_OFFSET(blk_off); in eeprom_len()