Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/eeprom/
Deeprom_emulator.c248 off_t offset, ch_address; in eeprom_emu_word_read() local
262 ch_address = eeprom_emu_get_address(dev, buf); in eeprom_emu_word_read()
263 if ((!mc1) && (ch_address == address)) { in eeprom_emu_word_read()
268 if ((!mc2) && (ch_address == (address + sizeof(buf)/2))) { in eeprom_emu_word_read()