Searched refs:cfi_softc (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/cfi/
H A Dcfi_var.h40 struct cfi_softc { struct
74 uint32_t cfi_read(struct cfi_softc *, u_int);
75 uint8_t cfi_read_qry(struct cfi_softc *, u_int);
76 int cfi_write_block(struct cfi_softc *);
77 int cfi_block_start(struct cfi_softc *, u_int);
78 int cfi_block_finish(struct cfi_softc *);
81 int cfi_intel_get_factory_pr(struct cfi_softc *sc, uint64_t *);
82 int cfi_intel_get_oem_pr(struct cfi_softc *sc, uint64_t *);
83 int cfi_intel_set_oem_pr(struct cfi_softc *sc, uint64_t);
84 int cfi_intel_get_plr(struct cfi_softc *s
[all...]
H A Dcfi_bus_ixp4xx.c50 struct cfi_softc *sc = device_get_softc(dev);
78 sizeof(struct cfi_softc),
H A Dcfi_dev.c78 cfi_block_start(struct cfi_softc *sc, u_int ofs)
128 cfi_block_finish(struct cfi_softc *sc)
144 struct cfi_softc *sc;
157 struct cfi_softc *sc;
178 struct cfi_softc *sc;
214 struct cfi_softc *sc;
253 struct cfi_softc *sc;
H A Dcfi_bus_fdt.c60 sizeof(struct cfi_softc),
H A Dcfi_core.c57 cfi_read(struct cfi_softc *sc, u_int ofs)
80 cfi_write(struct cfi_softc *sc, u_int ofs, u_int val)
98 cfi_read_qry(struct cfi_softc *sc, u_int ofs)
109 cfi_amd_write(struct cfi_softc *sc, u_int ofs, u_int addr, u_int data)
138 struct cfi_softc *sc;
234 struct cfi_softc *sc;
297 struct cfi_softc *sc;
308 cfi_wait_ready(struct cfi_softc *sc, u_int ofs, u_int timeout)
356 cfi_write_block(struct cfi_softc *sc)
451 cfi_get16(struct cfi_softc *s
[all...]
H A Dcfi_disk.c50 struct cfi_softc *parent;
162 cfi_disk_read(struct cfi_softc *sc, struct bio *bp)
207 cfi_disk_write(struct cfi_softc *sc, struct bio *bp)
257 struct cfi_softc *cfi = sc->parent;
/freebsd-9.3-release/sys/arm/econa/
H A Dcfi_bus_econa.c65 sizeof(struct cfi_softc),
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_frontend_internal.c155 struct cfi_softc *softc;
175 struct cfi_softc { struct
189 static struct cfi_softc fetd_internal_softc;
212 static void cfi_metatask_done(struct cfi_softc *softc,
235 struct cfi_softc *softc;
296 struct cfi_softc *softc;
327 struct cfi_softc *softc;
330 softc = (struct cfi_softc *)arg;
347 struct cfi_softc *softc;
349 softc = (struct cfi_softc *)ar
[all...]

Completed in 109 milliseconds