Lines Matching defs:amdcf_softc
138 struct amdcf_softc { struct
140 struct device sc_dev;
141 struct disk sc_dk;
142 struct bufq sc_bufq;
143 struct buf *sc_bp;
145 int sc_flags;
148 struct iobus_attach_args *sc_io;
149 bus_space_tag_t sc_iot;
150 bus_space_handle_t sc_ioh;
152 size_t sc_size; /* Disk size in bytes */
153 u_int sc_regions; /* Erase regions. */
177 sizeof(struct amdcf_softc), amdcf_match, amdcf_attach, amdcf_detach argument