Home
last modified time | relevance | path

Searched refs:spi_block_erase_5c (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flashrom/include/
H A Dchipdrivers.h46 int spi_block_erase_5c(struct flashctx *flash, unsigned int addr, unsigned int blocklen);
/aosp_15_r20/external/flashrom/
H A Dspi25.c608 int spi_block_erase_5c(struct flashctx *flash, unsigned int addr, unsigned int blocklen) in spi_block_erase_5c() function
H A Dflashrom.c450 case SPI_BLOCK_ERASE_5C: return &spi_block_erase_5c; in lookup_erase_func_ptr()