Searched refs:spi_send_multicommand (Results 1 – 5 of 5) sorted by relevance
/external/flashrom/ |
D | s25f.c | 89 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()
|
D | spi.c | 47 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
|
D | spi25.c | 343 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()
|
D | spi25_statusreg.c | 169 int result = spi_send_multicommand(flash, cmds); in spi_write_register()
|
/external/flashrom/include/ |
D | flash.h | 713 int spi_send_multicommand(const struct flashctx *flash, struct spi_command *cmds);
|