Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Dlpc18xx_eeprom.c36 #define LPC18XX_EEPROM_PAGE_SIZE 0x80 macro
101 if ((reg > eeprom->size - LPC18XX_EEPROM_PAGE_SIZE) || in lpc18xx_eeprom_gather_write()
102 (reg + bytes > eeprom->size - LPC18XX_EEPROM_PAGE_SIZE)) in lpc18xx_eeprom_gather_write()