Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/include/
H A Dchipdrivers.h54 int spi_block_erase_db(struct flashctx *flash, unsigned int addr, unsigned int blocklen);
/aosp_15_r20/external/flashrom/
H A Dspi25.c534 int spi_block_erase_db(struct flashctx *flash, unsigned int addr, unsigned int blocklen) in spi_block_erase_db() function
H A Dflashrom.c458 case SPI_BLOCK_ERASE_DB: return &spi_block_erase_db; in lookup_erase_func_ptr()