Home
last modified time | relevance | path

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

/freebsd/sys/dev/flash/
H A Dn25q.c93 struct n25q_softc { struct
94 device_t dev;
95 bus_space_tag_t bst;
96 bus_space_handle_t bsh;
97 void *ih;
98 struct resource *res[3];
100 uint8_t sc_manufacturer_id;
101 uint16_t device_id;
102 unsigned int sc_sectorsize;
103 struct mtx sc_mtx;
[all …]