Home
last modified time | relevance | path

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

/linux/drivers/nvmem/
H A Drave-sp-eeprom.c40 #define RAVE_SP_EEPROM_PAGE_SIZE 32U macro
55 u8 data[RAVE_SP_EEPROM_PAGE_SIZE];
161 const unsigned int page_offset = offset % RAVE_SP_EEPROM_PAGE_SIZE; in rave_sp_eeprom_page_access()
162 const unsigned int page_nr = offset / RAVE_SP_EEPROM_PAGE_SIZE; in rave_sp_eeprom_page_access()
180 if (data_len < RAVE_SP_EEPROM_PAGE_SIZE) { in rave_sp_eeprom_page_access()
232 head = offset % RAVE_SP_EEPROM_PAGE_SIZE; in rave_sp_eeprom_access()
243 chunk = RAVE_SP_EEPROM_PAGE_SIZE - head; in rave_sp_eeprom_access()
252 chunk = RAVE_SP_EEPROM_PAGE_SIZE; in rave_sp_eeprom_access()
307 if (size > U16_MAX * RAVE_SP_EEPROM_PAGE_SIZE) { in rave_sp_eeprom_probe()