Searched refs:SPI_NOR_CMD_PP (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | spi_nor.h | 29 #define SPI_NOR_CMD_PP 0x02 /* Page program */ macro
|
/Zephyr-latest/drivers/flash/ |
D | spi_nor.h | 33 #define SPI_NOR_CMD_PP 0x02 /* Page program */ macro
|
D | flash_stm32_xspi.c | 921 ? SPI_NOR_CMD_PP in stm32_xspi_set_memorymap() 1306 case SPI_NOR_CMD_PP: { in flash_stm32_xspi_write() 1795 case SPI_NOR_CMD_PP: in spi_nor_convert_write_to_4b() 1858 data->write_opcode = SPI_NOR_CMD_PP; in spi_nor_process_bfp()
|
D | flash_stm32_ospi.c | 1068 case SPI_NOR_CMD_PP: in stm32_ospi_set_memorymap() 1470 case SPI_NOR_CMD_PP: in flash_stm32_ospi_write() 1958 case SPI_NOR_CMD_PP: in spi_nor_convert_write_to_4b() 2021 data->write_opcode = SPI_NOR_CMD_PP; in spi_nor_process_bfp()
|
D | flash_npcx_fiu_nor.c | 340 ret = flash_npcx_uma_write_by_addr(dev, SPI_NOR_CMD_PP, tx_buf, in flash_npcx_nor_write()
|
D | spi_nor.c | 900 ret = spi_nor_cmd_addr_write_3b(dev, SPI_NOR_CMD_PP, addr, in spi_nor_write() 904 ret = spi_nor_cmd_addr_write(dev, SPI_NOR_CMD_PP, addr, src, in spi_nor_write()
|
D | flash_mspi_atxp032.c | 804 .write_cmd = SPI_NOR_CMD_PP, \
|
D | flash_nxp_s32_qspi_nor.c | 278 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_PP),
|
D | flash_mcux_flexspi_nor.c | 109 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_PP,
|
D | flash_stm32_qspi.c | 588 .Instruction = SPI_NOR_CMD_PP, in flash_stm32_qspi_write()
|