Home
last modified time | relevance | path

Searched defs:cfi_softc (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cfi/
H A Dcfi_var.h52 struct cfi_softc { struct
53 device_t sc_dev;
55 struct resource *sc_res;
56 bus_space_handle_t sc_handle;
57 bus_space_tag_t sc_tag;
58 int sc_rid;
60 u_int sc_size; /* Flash size. */
61 u_int sc_width; /* Interface width. */
62 u_int sc_regions; /* Erase regions. */
63 struct cfi_region *sc_region; /* Array of region info. */
[all …]
/freebsd/sys/cam/ctl/
H A Dctl_frontend_ioctl.c80 struct cfi_softc { struct
84 static struct cfi_softc cfi_softc; variable