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

/freebsd-13-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-13-stable/sys/dev/cfi/
H A Dcfi_var.h97 uint32_t cfi_read(struct cfi_softc *, u_int);
H A Dcfi_core.c92 cfi_read(struct cfi_softc *sc, u_int ofs) function
167 val = cfi_read(sc, ofs * sc->sc_width);
427 sc->sc_manid = cfi_read(sc, 0);
428 sc->sc_devid = cfi_read(sc, 2);
522 val = cfi_read(sc, ofs + i);
565 st = cfi_read(sc, ofs);
584 st0 = cfi_read(sc, ofs);
585 st = cfi_read(sc, ofs);
716 st = cfi_read(sc, sc->sc_wrofs + i);
826 if (cfi_read(s
[all...]
/freebsd-13-stable/stand/mips/beri/loader/
H A Dberi_disk_cfi.c83 error = cfi_read(buf, dblk, size >> 9);
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dboot2.c536 return (cfi_read(buf, lba, nblk));

Completed in 85 milliseconds