HomeSort by: relevance | last modified time | path
    Searched refs:fo_erase (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/vr/
flashvar.h 50 int (*fo_erase) (struct flash_softc *, bus_size_t); member in struct:flash_softc::flashops
64 #define flash_block_erase(sc, off) (sc)->sc_ops->fo_erase((sc), (off))
flash_vrip.c 111 .fo_erase = intel_erase,
120 .fo_erase = amd_erase,
129 .fo_erase = NULL,

Completed in 98 milliseconds