Searched refs:nor_mode (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 409 uint8_t nor_mode = dev_cfg->data_mode; in stm32_xspi_mem_erased() local 413 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_erased() 416 if (nor_mode == XSPI_OCTO_MODE) { in stm32_xspi_mem_erased() 458 static int stm32_xspi_mem_ready(const struct device *dev, uint8_t nor_mode, in stm32_xspi_mem_ready() argument 464 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_ready() 467 if (nor_mode == XSPI_OCTO_MODE) { in stm32_xspi_mem_ready() 504 uint8_t nor_mode, uint8_t nor_rate) in stm32_xspi_write_enable() argument 509 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_enable() 512 if (nor_mode == XSPI_OCTO_MODE) { in stm32_xspi_write_enable() 530 if (nor_mode == XSPI_OCTO_MODE) { in stm32_xspi_write_enable() [all …]
|
D | flash_stm32_ospi.c | 560 uint8_t nor_mode = dev_cfg->data_mode; in stm32_ospi_mem_erased() local 564 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_erased() 567 if (nor_mode == OSPI_OPI_MODE) { in stm32_ospi_mem_erased() 608 static int stm32_ospi_mem_ready(struct flash_stm32_ospi_data *dev_data, uint8_t nor_mode, in stm32_ospi_mem_ready() argument 613 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_ready() 616 if (nor_mode == OSPI_OPI_MODE) { in stm32_ospi_mem_ready() 652 uint8_t nor_mode, uint8_t nor_rate) in stm32_ospi_write_enable() argument 656 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_write_enable() 659 if (nor_mode == OSPI_OPI_MODE) { in stm32_ospi_write_enable() 676 if (nor_mode == OSPI_OPI_MODE) { in stm32_ospi_write_enable() [all …]
|