Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/eeprom/
Deeprom_mchp_xec.c187 uint16_t rem_bytes; in eeprom_xec_data_write_32_bytes() local
195 rem_bytes = (XEC_EEPROM_PAGE_SIZE - sz); in eeprom_xec_data_write_32_bytes()
197 eeprom_xec_data_buffer_write(regs, rem_bytes, buf); in eeprom_xec_data_write_32_bytes()
200 eeprom_xec_execute_reg_set(regs, rem_bytes, in eeprom_xec_data_write_32_bytes()
207 offset += rem_bytes; in eeprom_xec_data_write_32_bytes()
208 buf += rem_bytes; in eeprom_xec_data_write_32_bytes()
209 len = (len - rem_bytes); in eeprom_xec_data_write_32_bytes()