Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/flash/
Dnpcx_flash_api_ex.h69 #define NPCX_EX_OP_INT_FLASH_WP BIT(1) /* Issue write protection of internal flash */ macro
/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_qspi.c152 if ((operation & NPCX_EX_OP_INT_FLASH_WP) != 0) { in qspi_npcx_fiu_set_operation()
Dflash_npcx_fiu_nor.c414 if ((data->operation & NPCX_EX_OP_INT_FLASH_WP) != 0) { in flash_npcx_nor_ex_set_spi_spec()
415 if ((op_in->mask & NPCX_EX_OP_INT_FLASH_WP) != 0 && !op_in->enable) { in flash_npcx_nor_ex_set_spi_spec()