Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Ds25f.c71 struct spi_command cmds[] = { in s25f_legacy_software_reset()
105 struct spi_command cmds[] = { in s25fs_software_reset()
199 struct spi_command cmds[] = { in s25fs_write_cr()
251 struct spi_command erase_cmds[] = { in s25fs_block_erase_d8()
319 struct spi_command erase_cmds[] = { in s25fl_block_erase()
H A Dspi.c34 struct spi_command cmd[] = { in default_spi_send_command()
51 struct spi_command *cmds) in default_spi_send_multicommand()
70 int spi_send_multicommand(const struct flashctx *flash, struct spi_command *cmds) in spi_send_multicommand()
H A Dspi25.c330 struct spi_command cmds[] = { in spi_simple_write_cmd()
364 struct spi_command cmds[] = { in spi_write_extended_address_register()
441 struct spi_command cmds[] = { in spi_write_cmd()
H A Dft2232_spi.c206 static bool ft2232_spi_command_fits(const struct spi_command *cmd, size_t buffer_size) in ft2232_spi_command_fits()
220 static int ft2232_spi_send_multicommand(const struct flashctx *flash, struct spi_command *cmds) in ft2232_spi_send_multicommand()
H A Dspi25_statusreg.c151 struct spi_command cmds[] = { in spi_write_register()
H A Dichspi.c1774 struct spi_command *cmds) in ich_spi_send_multicommand()
/aosp_15_r20/external/coreboot/src/drivers/spi/
H A Dspiconsole.c27 .header.spi_command = EM100_DEDICATED_CMD, in spiconsole_tx_byte()
/aosp_15_r20/external/coreboot/src/include/console/
H A Dspi.h42 uint8_t spi_command; member
/aosp_15_r20/external/flashrom/include/
H A Dflash.h705 struct spi_command { struct
713 int spi_send_multicommand(const struct flashctx *flash, struct spi_command *cmds); argument
H A Dprogrammer.h321 int (*multicommand)(const struct flashctx *flash, struct spi_command *cmds);