Searched refs:EEPROM_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
30 #define EEPROM_PAGE_SIZE (1U << EEPROM_PAGE_BITS) macro31 #define EEPROM_PAGE_MASK (EEPROM_PAGE_SIZE - 1)136 len = min(EEPROM_PAGE_SIZE - (eeprom_addr & in __amdgpu_eeprom_xfer()
44 #define EEPROM_PAGE_SIZE (1 << CONFIG_SYS_EEPROM_PAGE_WRITE_BITS) macro45 #define EEPROM_PAGE_OFFSET(x) ((x) & (EEPROM_PAGE_SIZE - 1))110 unsigned maxlen = EEPROM_PAGE_SIZE - EEPROM_PAGE_OFFSET(blk_off); in eeprom_len()