Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dspi25.c56 ret = spi_send_command(flash, sizeof(cmd), bytes, cmd, readarr); in spi_rdid()
71 ret = spi_send_command(flash, sizeof(cmd), JEDEC_REMS_INSIZE, cmd, readarr); in spi_rems()
84 ret = spi_send_command(flash, sizeof(cmd), bytes, cmd, readarr); in spi_res()
100 result = spi_send_command(flash, sizeof(cmd), 0, cmd, NULL); in spi_write_enable()
113 return spi_send_command(flash, sizeof(cmd), 0, cmd, NULL); in spi_write_disable()
291 if (spi_send_command(flash, sizeof(cmd), sizeof(readarr), cmd, readarr)) in probe_spi_at25f()
672 return spi_send_command(flash, 1 + addr_len, len, cmd, bytes); in spi_nbyte_read()
804 result = spi_send_command(flash, JEDEC_AAI_WORD_PROGRAM_CONT_OUTSIZE, 0, cmd, NULL); in default_spi_write_aai()
841 ret = spi_send_command(flash, sizeof(cmd), 0, &cmd, NULL); in spi_enter_exit_4ba()
H A Dat45db.c52 int ret = spi_send_command(flash, sizeof(cmd), 1, cmd, status); in at45db_read_status_register()
63 int ret = spi_send_command(flash, sizeof(cmd), 0, cmd, NULL); in spi_disable_blockprotect_at45db()
106 int ret = spi_send_command(flash, sizeof(cmd), sizeof(buf), cmd, buf); in at45db_prettyprint_protection_register()
289 int ret = spi_send_command(flash, sizeof(cmd), chunk, cmd, tmp); in spi_read_at45db_e8()
327 int ret = spi_send_command(flash, sizeof(cmd), 0, cmd, NULL); in at45db_erase()
479 int ret = spi_send_command(flash, 4 + cur_chunk, 0, buf, NULL); in at45db_fill_buffer1()
499 int ret = spi_send_command(flash, sizeof(cmd), 0, cmd, NULL); in at45db_commit_buffer1()
H A Dedi.c54 rc = spi_send_command(flash, sizeof(cmd), 0, cmd, NULL); in edi_write()
71 rc = spi_send_command(flash, sizeof(cmd), sizeof(buffer), cmd, buffer); in edi_read_byte()
140 rc = spi_send_command(flash, sizeof(cmd), 0, &cmd, NULL); in edi_disable()
H A Dspi.c55 result = spi_send_command(flash, cmds->writecnt, cmds->readcnt, in default_spi_send_multicommand()
61 int spi_send_command(const struct flashctx *flash, unsigned int writecnt, in spi_send_command() function
H A Ds25f.c185 int result = spi_send_command(flash, sizeof(read_cr_cmd), 1, read_cr_cmd, &cfg); in s25fs_read_cr()
361 if (spi_send_command(flash, sizeof(cmd), sizeof(dev_id), &cmd, dev_id)) in probe_spi_big_spansion()
H A Dspi95.c42 ret = spi_send_command(flash, rdid_outsize, sizeof(readarr), cmd, readarr); in probe_spi_st95()
H A Dspi25_statusreg.c258 int ret = spi_send_command(flash, sizeof(read_cmd), sizeof(readarr), &read_cmd, readarr); in spi_read_register()
380 result = spi_send_command(flash, sizeof(cmd), 0, cmd, NULL); in spi_disable_blockprotect_sst26_global_unprotect()
H A Dsfdp.c42 ret = spi_send_command(flash, sizeof(cmd) - 1, len + 1, cmd, newbuf); in spi_sfdp_read_sfdp_chunk()
/aosp_15_r20/external/flashrom/tests/
H A Dmeson.build43 '-Wl,--wrap=spi_send_command',
/aosp_15_r20/external/flashrom/include/
H A Dflash.h712 int spi_send_command(const struct flashctx *flash, unsigned int writecnt, unsigned int readcnt, con…