Home
last modified time | relevance | path

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

/external/flashrom/include/
Dchipdrivers.h55 int spi_block_erase_dc(struct flashctx *flash, unsigned int addr, unsigned int blocklen);
/external/flashrom/
Dspi25.c615 int spi_block_erase_dc(struct flashctx *flash, unsigned int addr, unsigned int blocklen) in spi_block_erase_dc() function
Dflashrom.c459 case SPI_BLOCK_ERASE_DC: return &spi_block_erase_dc; in lookup_erase_func_ptr()