Lines Matching refs:x
301 #define ERASE_ENABLED_CHECK(i, x) \ argument
305 __func__, x, i, NRF_NVMC_regs[i].CONFIG); \
309 #define ERASEPARTIAL_ENABLED_CHECK(i, x) \ argument
313 __func__, x, i, NRF_NVMC_regs[i].CONFIG); \
317 #define BUSY_CHECK(i, x) \ argument
321 __func__, x, i, hw_nvmc_st[inst].flash_op); \
325 #define CHECK_ERASE_ADDRESS(i, x) \ argument
326 if ((x < hw_nvmc_st[i].flash_start_addr) \
327 || (x >= hw_nvmc_st[i].flash_start_addr + hw_nvmc_st[i].flash_size)) { \
329 "outside of the flash (%i) area\n", __func__, x, i); \
331 if (x % hw_nvmc_st[i].flash_page_size != 0) { \
333 "just the page it contains will be erased\n", __func__, x); \