Searched defs:cfi_softc (Results 1 – 2 of 2) sorted by relevance
52 struct cfi_softc { struct53 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 …]
80 struct cfi_softc { struct84 static struct cfi_softc cfi_softc; variable