Symbol: cfi_softc
sys/cam/ctl/ctl_frontend_ioctl.c
113
struct cfi_softc *isoftc = &cfi_softc;
sys/cam/ctl/ctl_frontend_ioctl.c
145
struct cfi_softc *isoftc = &cfi_softc;
sys/cam/ctl/ctl_frontend_ioctl.c
170
struct cfi_softc *isoftc = &cfi_softc;
sys/cam/ctl/ctl_frontend_ioctl.c
258
struct cfi_softc *isoftc = &cfi_softc;
sys/cam/ctl/ctl_frontend_ioctl.c
599
? TAILQ_FIRST(&cfi_softc.ports)
sys/cam/ctl/ctl_frontend_ioctl.c
84
static struct cfi_softc cfi_softc;
sys/dev/bhnd/cores/chipc/chipc_cfi.c
53
struct cfi_softc *sc;
sys/dev/bhnd/cores/chipc/chipc_cfi.c
84
sizeof(struct cfi_softc),
sys/dev/bhnd/cores/chipc/chipc_slicer.c
83
struct cfi_softc *sc;
sys/dev/cfi/cfi_bus_fdt.c
59
sizeof(struct cfi_softc),
sys/dev/cfi/cfi_bus_nexus.c
78
sizeof(struct cfi_softc),
sys/dev/cfi/cfi_core.c
120
cfi_write(struct cfi_softc *sc, u_int ofs, u_int val)
sys/dev/cfi/cfi_core.c
150
cfi_reset_default(struct cfi_softc *sc)
sys/dev/cfi/cfi_core.c
158
cfi_read_qry(struct cfi_softc *sc, u_int ofs)
sys/dev/cfi/cfi_core.c
169
cfi_amd_write(struct cfi_softc *sc, u_int ofs, u_int addr, u_int data)
sys/dev/cfi/cfi_core.c
197
struct cfi_softc *sc;
sys/dev/cfi/cfi_core.c
291
struct cfi_softc *sc;
sys/dev/cfi/cfi_core.c
455
cfi_add_sysctls(struct cfi_softc *sc)
sys/dev/cfi/cfi_core.c
496
struct cfi_softc *sc;
sys/dev/cfi/cfi_core.c
507
cfi_check_erase(struct cfi_softc *sc, u_int ofs, u_int sz)
sys/dev/cfi/cfi_core.c
538
cfi_wait_ready(struct cfi_softc *sc, u_int ofs, sbintime_t start,
sys/dev/cfi/cfi_core.c
58
static void cfi_add_sysctls(struct cfi_softc *);
sys/dev/cfi/cfi_core.c
610
cfi_write_block(struct cfi_softc *sc)
sys/dev/cfi/cfi_core.c
65
cfi_read_raw(struct cfi_softc *sc, u_int ofs)
sys/dev/cfi/cfi_core.c
868
cfi_get16(struct cfi_softc *sc, int off)
sys/dev/cfi/cfi_core.c
876
cfi_put16(struct cfi_softc *sc, int off, uint16_t v)
sys/dev/cfi/cfi_core.c
88
cfi_read(struct cfi_softc *sc, u_int ofs)
sys/dev/cfi/cfi_core.c
886
cfi_intel_get_factory_pr(struct cfi_softc *sc, uint64_t *id)
sys/dev/cfi/cfi_core.c
905
cfi_intel_get_oem_pr(struct cfi_softc *sc, uint64_t *id)
sys/dev/cfi/cfi_core.c
925
cfi_intel_set_oem_pr(struct cfi_softc *sc, uint64_t id)
sys/dev/cfi/cfi_core.c
962
cfi_intel_get_plr(struct cfi_softc *sc, uint32_t *plr)
sys/dev/cfi/cfi_core.c
980
cfi_intel_set_plr(struct cfi_softc *sc)
sys/dev/cfi/cfi_dev.c
138
cfi_block_finish(struct cfi_softc *sc)
sys/dev/cfi/cfi_dev.c
155
struct cfi_softc *sc;
sys/dev/cfi/cfi_dev.c
168
struct cfi_softc *sc;
sys/dev/cfi/cfi_dev.c
189
struct cfi_softc *sc;
sys/dev/cfi/cfi_dev.c
225
struct cfi_softc *sc;
sys/dev/cfi/cfi_dev.c
264
struct cfi_softc *sc;
sys/dev/cfi/cfi_dev.c
86
cfi_block_start(struct cfi_softc *sc, u_int ofs)
sys/dev/cfi/cfi_disk.c
170
cfi_disk_read(struct cfi_softc *sc, struct bio *bp)
sys/dev/cfi/cfi_disk.c
215
cfi_disk_write(struct cfi_softc *sc, struct bio *bp)
sys/dev/cfi/cfi_disk.c
265
struct cfi_softc *cfi = sc->parent;
sys/dev/cfi/cfi_disk.c
290
struct cfi_softc *sc;
sys/dev/cfi/cfi_disk.c
56
struct cfi_softc *parent;
sys/dev/cfi/cfi_var.h
100
int cfi_intel_get_factory_pr(struct cfi_softc *sc, uint64_t *);
sys/dev/cfi/cfi_var.h
101
int cfi_intel_get_oem_pr(struct cfi_softc *sc, uint64_t *);
sys/dev/cfi/cfi_var.h
102
int cfi_intel_set_oem_pr(struct cfi_softc *sc, uint64_t);
sys/dev/cfi/cfi_var.h
103
int cfi_intel_get_plr(struct cfi_softc *sc, uint32_t *);
sys/dev/cfi/cfi_var.h
104
int cfi_intel_set_plr(struct cfi_softc *sc);
sys/dev/cfi/cfi_var.h
92
uint32_t cfi_read_raw(struct cfi_softc *, u_int);
sys/dev/cfi/cfi_var.h
93
uint32_t cfi_read(struct cfi_softc *, u_int);
sys/dev/cfi/cfi_var.h
94
uint8_t cfi_read_qry(struct cfi_softc *, u_int);
sys/dev/cfi/cfi_var.h
95
int cfi_write_block(struct cfi_softc *);
sys/dev/cfi/cfi_var.h
96
int cfi_block_start(struct cfi_softc *, u_int);
sys/dev/cfi/cfi_var.h
97
int cfi_block_finish(struct cfi_softc *);