Searched refs:is_within_region (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_npcx_fiu_nor.c | 63 static inline bool is_within_region(off_t addr, size_t size, off_t region_start, in is_within_region() function 241 if (!is_within_region(addr, size, 0, config->flash_size)) { in flash_npcx_nor_read() 263 if (!is_within_region(addr, size, 0, config->flash_size)) { in flash_npcx_nor_erase() 318 if (!is_within_region(addr, size, 0, config->flash_size)) { in flash_npcx_nor_write()
|