Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ata/
H A Dwdvar.h49 struct wd_softc { struct
51 struct dk_softc sc_dksc;
52 kmutex_t sc_lock;
53 int sc_quirks; /* any quirks drive might have */
56 struct ata_drive_datas *drvp; /* Our controller's infos */
57 const struct ata_bustype *atabus;
58 struct ataparams sc_params;/* drive characteristics found */
59 int sc_flags;
70 uint64_t sc_capacity; /* full capacity of the device */
71 uint64_t sc_capacity512; /* ... in DEV_BSIZE blocks */
[all …]
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dwdvar.h60 struct wd_softc { struct
63 uint16_t sc_flags;
65 u_int sc_part;
66 u_int sc_unit;
67 u_int sc_ctlr;
69 uint64_t sc_capacity;
93 int wdc_exec_identify(struct wd_softc *, void *); argument
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dwdvar.h66 struct wd_softc { struct
69 uint16_t sc_flags;
71 u_int sc_part;
72 u_int sc_unit;
74 uint64_t sc_capacity;
98 int wdc_init(struct wd_softc *, u_int *); argument
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dwdvar.h100 struct wd_softc { struct
103 uint16_t sc_flags;
105 u_int sc_part;
106 u_int sc_unit;
108 uint64_t sc_capacity;
132 int wdc_init(struct wd_softc *, u_int *); argument