Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_eeprom.c30 #define EEPROM_PAGE_SIZE (1U << EEPROM_PAGE_BITS) macro
31 #define EEPROM_PAGE_MASK (EEPROM_PAGE_SIZE - 1)
136 len = min(EEPROM_PAGE_SIZE - (eeprom_addr & in __amdgpu_eeprom_xfer()
/openbmc/u-boot/cmd/
H A 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))
110 unsigned maxlen = EEPROM_PAGE_SIZE - EEPROM_PAGE_OFFSET(blk_off); in eeprom_len()