Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/tests/
H A Dspi25.c46 int __wrap_spi_send_command(const struct flashctx *flash, in __wrap_spi_send_command() function
119 expect_memory(__wrap_spi_send_command, flash, in spi_read_chunked_test_success()
121 will_return(__wrap_spi_send_command, JEDEC_WRDI); in spi_read_chunked_test_success()
122 will_return(__wrap_spi_send_command, JEDEC_READ); in spi_read_chunked_test_success()
123 will_return(__wrap_spi_send_command, max_data_read); in spi_read_chunked_test_success()
135 expect_memory(__wrap_spi_send_command, flash, in spi_write_enable_test_success()
138 will_return(__wrap_spi_send_command, JEDEC_WREN_OUTSIZE); in spi_write_enable_test_success()
139 will_return(__wrap_spi_send_command, JEDEC_WREN); in spi_write_enable_test_success()
140 will_return(__wrap_spi_send_command, JEDEC_WREN_INSIZE); in spi_write_enable_test_success()
150 expect_memory(__wrap_spi_send_command, flash, in spi_write_disable_test_success()
[all …]
H A Dwraps.h77 int __wrap_spi_send_command(const struct flashctx *flash,