Home
last modified time | relevance | path

Searched refs:SPI_NOR_CMD_PP_1_4_4 (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/flash/
Dspi_nor.h36 #define SPI_NOR_CMD_PP_1_4_4 0x38 /* Quad Page program (1-4-4) */ macro
Dflash_stm32_ospi.c1087 case SPI_NOR_CMD_PP_1_4_4: in stm32_ospi_set_memorymap()
1489 case SPI_NOR_CMD_PP_1_4_4: in flash_stm32_ospi_write()
1962 case SPI_NOR_CMD_PP_1_4_4: in spi_nor_convert_write_to_4b()
2015 data->write_opcode = SPI_NOR_CMD_PP_1_4_4; in spi_nor_process_bfp()
Dflash_stm32_qspi.c187 dev_data->qspi_write_cmd == SPI_NOR_CMD_PP_1_4_4); in qspi_prepare_quad_program()
1642 .qspi_write_cmd = DT_WRITEOC_PROP_OR(0, SPI_NOR_CMD_PP_1_4_4),
Dflash_stm32_xspi.c1322 case SPI_NOR_CMD_PP_1_4_4: { in flash_stm32_xspi_write()
1799 case SPI_NOR_CMD_PP_1_4_4: in spi_nor_convert_write_to_4b()
1852 data->write_opcode = SPI_NOR_CMD_PP_1_4_4; in spi_nor_process_bfp()
Dflash_nxp_s32_qspi_nor.c305 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_PP_1_4_4),