Home
last modified time | relevance | path

Searched refs:flash_block_write (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/hpcmips/vr/
H A Dflashvar.h65 #define flash_block_write(sc, off) (sc)->sc_ops->fo_write((sc), (off)) macro
H A Dflash_vrip.c398 if ((stat = flash_block_write(sc, off)) != 0) { in flashwrite()