Lines Matching defs:hdcsoftc
125 struct hdcsoftc *sc_hdc;
131 struct hdcsoftc {
164 static int hdc_command(struct hdcsoftc *, int);
165 static void rd_readgeom(struct hdcsoftc *, struct rdsoftc *);
169 static void hdc_writeregs(struct hdcsoftc *);
170 static void hdcstart(struct hdcsoftc *, struct buf *);
171 static int hdc_rdselect(struct hdcsoftc *, int);
173 static void hdc_writeregs(struct hdcsoftc *);
174 static void hdc_readregs(struct hdcsoftc *);
177 CFATTACH_DECL_NEW(hdc, sizeof(struct hdcsoftc),
230 * NB: we can't initialize the controller yet, since space for hdcsoftc
281 struct hdcsoftc * const sc = device_private(self);
352 struct hdcsoftc * const sc = device_private(parent);
391 struct hdcsoftc * const sc = arg;
446 struct hdcsoftc *sc;
482 struct hdcsoftc * const sc = arg;
494 hdcstart(struct hdcsoftc *sc, struct buf *ob)
571 rd_readgeom(struct hdcsoftc *sc, struct rdsoftc *rd)
743 hdc_readregs(struct hdcsoftc *sc)
758 hdc_writeregs(struct hdcsoftc *sc)
776 hdc_command(struct hdcsoftc *sc, int cmd)
785 hdc_rdselect(struct hdcsoftc *sc, int unit)