Searched refs:nor_rate (Results 1 – 2 of 2) sorted by relevance
410 uint8_t nor_rate = dev_cfg->data_rate; in stm32_xspi_mem_erased() local413 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_erased()418 s_command.DummyCycles = (nor_rate == XSPI_DTR_TRANSFER) in stm32_xspi_mem_erased()430 s_command.DataLength = ((nor_rate == XSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_xspi_mem_erased()459 uint8_t nor_rate) in stm32_xspi_mem_ready() argument464 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_mem_ready()469 s_command.DummyCycles = (nor_rate == XSPI_DTR_TRANSFER) in stm32_xspi_mem_ready()481 s_command.DataLength = ((nor_rate == XSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_xspi_mem_ready()504 uint8_t nor_mode, uint8_t nor_rate) in stm32_xspi_write_enable() argument509 XSPI_RegularCmdTypeDef s_command = xspi_prepare_cmd(nor_mode, nor_rate); in stm32_xspi_write_enable()[all …]
561 uint8_t nor_rate = dev_cfg->data_rate; in stm32_ospi_mem_erased() local564 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_erased()569 s_command.DummyCycles = (nor_rate == OSPI_DTR_TRANSFER) in stm32_ospi_mem_erased()581 s_command.NbData = ((nor_rate == OSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_ospi_mem_erased()609 uint8_t nor_rate) in stm32_ospi_mem_ready() argument613 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_mem_ready()618 s_command.DummyCycles = (nor_rate == OSPI_DTR_TRANSFER) in stm32_ospi_mem_ready()630 s_command.NbData = ((nor_rate == OSPI_DTR_TRANSFER) ? 2U : 1U); in stm32_ospi_mem_ready()652 uint8_t nor_mode, uint8_t nor_rate) in stm32_ospi_write_enable() argument656 OSPI_RegularCmdTypeDef s_command = ospi_prepare_cmd(nor_mode, nor_rate); in stm32_ospi_write_enable()[all …]