Lines Matching refs:flash_op
97 enum flash_op_t flash_op; member
149 this->flash_op = flash_idle; in nhw_nvmc_uicr_init()
259 switch (this->flash_op) { in nhw_nvmc_timer_triggered()
277 "operation (%i)\n", __func__, this->flash_op); in nhw_nvmc_timer_triggered()
281 this->flash_op = flash_idle; in nhw_nvmc_timer_triggered()
318 if ( hw_nvmc_st[i].flash_op != flash_idle) { \
321 __func__, x, i, hw_nvmc_st[inst].flash_op); \
356 this->flash_op = flash_erase; in nhw_nvmc_erase_page()
383 this->flash_op = flash_erase_uicr; in nhw_nvmc_regw_sideeffects_ERASEUICR()
401 this->flash_op = flash_erase_all; in nhw_nvmc_regw_sideeffects_ERASEALL()
421 this->flash_op = flash_erase_partial; in nhw_nvmc_erase_page_partial()
530 this->flash_op = flash_write; in nhw_nmvc_write_word()