Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_mspi_atxp032.c110 static int flash_mspi_atxp032_command_write(const struct device *flash, uint8_t cmd, uint32_t addr, in flash_mspi_atxp032_command_write() function
211 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_WREN, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_write_enable()
221 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_WRDI, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_write_disable()
236 ret = flash_mspi_atxp032_command_write(flash, 0xFF, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_reset()
275 ret = flash_mspi_atxp032_command_write(flash, 0x39, addr, 4, 0, NULL, 0); in flash_mspi_atxp032_unprotect_sector()
286 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_SE, addr, 4, 0, NULL, 0); in flash_mspi_atxp032_erase_sector()
297 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_BE, addr, 4, 0, NULL, 0); in flash_mspi_atxp032_erase_block()
308 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_CE, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_erase_chip()
650 if (flash_mspi_atxp032_command_write(flash, 0x71, 0x3, 1, 0, (uint8_t *)&CRB3, 1)) { in flash_mspi_atxp032_init()
667 if (flash_mspi_atxp032_command_write(flash, cmd, 0, 0, 0, NULL, 0)) { in flash_mspi_atxp032_init()