Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/vr/
H A Dflashvar.h41 struct flash_softc { struct
50 int (*fo_erase) (struct flash_softc *, bus_size_t); argument
52 } *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 …]
/netbsd-src/sys/arch/evbppc/pmppc/dev/
H A Dflash.c42 struct flash_softc { struct
54 CFATTACH_DECL_NEW(flash, sizeof(struct flash_softc), argument
/netbsd-src/sys/dev/flash/
H A Dflash.h63 struct flash_softc { struct
64 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 */
/netbsd-src/sys/arch/mips/atheros/dev/
H A Dathflash.c106 struct flash_softc { struct
120 static int is_block_same(struct flash_softc *, bus_size_t, const void *); argument