Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dds4510.h18 #define DS4510_EEPROM_PAGE_OFFSET(x) ((x) & (DS4510_EEPROM_PAGE_SIZE - 1)) macro
H A Dds4510.c39 DS4510_EEPROM_PAGE_OFFSET(offset); in ds4510_mem_write()