Searched refs:cfi_read (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/mips/beri/common/
H A Dcfi.h36 int cfi_read(void *buf, unsigned lba, unsigned blk);
H A Dcfi.c54 cfi_read(void *buf, unsigned lba, unsigned nblk) function
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_var.h92 uint32_t cfi_read(struct cfi_softc *, u_int);
H A Dcfi_core.c90 cfi_read(struct cfi_softc *sc, u_int ofs) function
154 val = cfi_read(sc, ofs * sc->sc_width);
511 st = cfi_read(sc, ofs);
530 st0 = cfi_read(sc, ofs);
531 st = cfi_read(sc, ofs);
642 st = cfi_read(sc, sc->sc_wrofs + i);
/freebsd-11-stable/stand/mips/beri/loader/
H A Dberi_disk_cfi.c83 error = cfi_read(buf, dblk, size >> 9);
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c536 return (cfi_read(buf, lba, nblk));

Completed in 132 milliseconds