Searched refs:flash_stm32_valid_write (Results 1 – 7 of 7) sorted by relevance
38 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
65 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
60 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
70 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
46 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
324 static inline bool flash_stm32_valid_write(off_t offset, uint32_t len) in flash_stm32_valid_write() function
52 if (write && !flash_stm32_valid_write(offset, len)) { in flash_stm32_valid_range()
Completed in 17 milliseconds