Home
last modified time | relevance | path

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

/external/flashrom/
Ds25f.c89 int result = spi_send_multicommand(flash, cmds); in s25f_legacy_software_reset()
123 int result = spi_send_multicommand(flash, cmds); in s25fs_software_reset()
223 int result = spi_send_multicommand(flash, cmds); in s25fs_write_cr()
306 int result = spi_send_multicommand(flash, erase_cmds); in s25fs_block_erase_d8()
344 int result = spi_send_multicommand(flash, erase_cmds); in s25fl_block_erase()
Dspi.c47 return spi_send_multicommand(flash, cmd); in default_spi_send_command()
70 int spi_send_multicommand(const struct flashctx *flash, struct spi_command *cmds) in spi_send_multicommand() function
Dspi25.c343 const int result = spi_send_multicommand(flash, cmds); in spi_simple_write_cmd()
377 const int result = spi_send_multicommand(flash, cmds); in spi_write_extended_address_register()
468 const int result = spi_send_multicommand(flash, cmds); in spi_write_cmd()
Dspi25_statusreg.c169 int result = spi_send_multicommand(flash, cmds); in spi_write_register()
/external/flashrom/include/
Dflash.h713 int spi_send_multicommand(const struct flashctx *flash, struct spi_command *cmds);