Searched refs:is_block_same (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/mips/atheros/dev/
H A Dathflash.c120 static int is_block_same(struct flash_softc *, bus_size_t, const void *);
336 if (is_block_same(sc, off, sc->sc_buf))
351 is_block_same(struct flash_softc *sc, bus_size_t offset, const void *bufp) function
/netbsd-current/sys/arch/hpcmips/vr/
H A Dflash_vrip.c68 static int is_block_same(struct flash_softc *, bus_size_t, const void *);
392 if (is_block_same(sc, off, sc->sc_buf))
490 is_block_same(struct flash_softc *sc, bus_size_t offset, const void *bufp) function

Completed in 310 milliseconds