Searched refs:spi_write_chunked (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/flashrom/ |
H A D | spi95.c | 69 result = spi_write_chunked(flash, erased_contents, 0, blocklen, flash->chip->page_size); in spi_block_erase_emulation()
|
H A D | linux_spi.c | 64 return spi_write_chunked(flash, buf, start, len, spi_data->max_kernel_buf_size - 5); in linux_spi_write_256()
|
H A D | spi.c | 99 return spi_write_chunked(flash, buf, start, len, max_data); in default_spi_write_256()
|
H A D | dediprog.c | 689 ret = spi_write_chunked(flash, buf, start, residue, 11); in dediprog_spi_write() 708 ret = spi_write_chunked(flash, buf + residue + bulklen, in dediprog_spi_write()
|
H A D | spi25.c | 701 int spi_write_chunked(struct flashctx *flash, const uint8_t *buf, unsigned int start, in spi_write_chunked() function
|
H A D | dummyflasher.c | 125 return spi_write_chunked(flash, buf, start, len, in dummy_spi_write_256()
|
/aosp_15_r20/external/flashrom/include/ |
H A D | chipdrivers.h | 61 int spi_write_chunked(struct flashctx *flash, const uint8_t *buf, unsigned int start, unsigned int …
|