Searched defs:flash_softc (Results 1 – 4 of 4) sorted by relevance
41 struct flash_softc { struct50 int (*fo_erase) (struct flash_softc *, bus_size_t); argument52 } *sc_ops;54 int sc_write_buffer_size;55 int sc_typ_word_prog_timo;56 int sc_max_word_prog_timo;57 int sc_typ_buffer_write_timo;58 int sc_max_buffer_write_timo;59 int sc_typ_block_erase_timo;60 int sc_max_block_erase_timo;[all …]
42 struct flash_softc { struct54 CFATTACH_DECL_NEW(flash, sizeof(struct flash_softc), argument
63 struct flash_softc { struct64 device_t sc_dev;65 device_t sc_parent_dev; /* Hardware (parent) device */66 void *hw_softc; /* Hardware device private softc */67 struct flash_interface *flash_if; /* Hardware interface */68 struct flash_partition sc_partinfo; /* partition information */70 bool sc_readonly; /* read only flash device */
106 struct flash_softc { struct120 static int is_block_same(struct flash_softc *, bus_size_t, const void *); argument