Searched defs:s_command (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | flash_stm32_xspi.c | 413 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_erased() local 464 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_ready() local 509 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_enable() local 570 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_cfg2reg_dummy() local 600 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_cfg2reg_io() local 630 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_read_cfg2reg() local 765 XSPI_RegularCmdTypeDef s_command = { in stm32_xspi_mem_reset() local 844 XSPI_RegularCmdTypeDef s_command = {0}; /* Non-zero values disturb the command */ in stm32_xspi_set_memorymap() local 1609 XSPI_RegularCmdTypeDef s_command = { in stm32_xspi_read_status_register() local 1634 XSPI_RegularCmdTypeDef s_command = { in stm32_xspi_write_status_register() local
|
D | flash_stm32_ospi.c | 564 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_erased() local 613 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_ready() local 656 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_write_enable() local 715 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_write_cfg2reg_dummy() local 745 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_write_cfg2reg_io() local 775 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_read_cfg2reg() local 910 OSPI_RegularCmdTypeDef s_command = { in stm32_ospi_mem_reset() local 990 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(dev_cfg->data_mode, dev_cfg->data_rate); in stm32_ospi_set_memorymap() local 1772 OSPI_RegularCmdTypeDef s_command = { in stm32_ospi_read_status_register() local 1797 OSPI_RegularCmdTypeDef s_command = { in stm32_ospi_write_status_register() local
|