Symbol: wdc_channel
sys/arch/bebox/stand/boot/wdc.c
148
wdcprobe(struct wdc_channel *chp)
sys/arch/bebox/stand/boot/wdc.c
236
wdc_wait_for_ready(struct wdc_channel *chp)
sys/arch/bebox/stand/boot/wdc.c
252
wdc_read_block(struct wdc_channel *chp, struct wdc_command *wd_c)
sys/arch/bebox/stand/boot/wdc.c
274
wdccommand(struct wdc_channel *chp, struct wdc_command *wd_c)
sys/arch/bebox/stand/boot/wdc.c
309
wdccommandext(struct wdc_channel *chp, struct wdc_command *wd_c)
sys/arch/bebox/stand/boot/wdc.c
352
_wdc_exec_identify(struct wdc_channel *chp, int drive, void *data)
sys/arch/bebox/stand/boot/wdc.c
376
struct wdc_channel tmp;
sys/arch/bebox/stand/boot/wdc.c
404
struct wdc_channel *chp;
sys/arch/bebox/stand/boot/wdc.c
422
struct wdc_channel *chp;
sys/arch/bebox/stand/boot/wdc.c
46
static int __wdcwait_reset(struct wdc_channel *, int);
sys/arch/bebox/stand/boot/wdc.c
48
static int wdcprobe(struct wdc_channel *);
sys/arch/bebox/stand/boot/wdc.c
49
static int wdc_wait_for_ready(struct wdc_channel *);
sys/arch/bebox/stand/boot/wdc.c
50
static int wdc_read_block(struct wdc_channel *, struct wdc_command *);
sys/arch/bebox/stand/boot/wdc.c
51
static int wdccommand(struct wdc_channel *, struct wdc_command *);
sys/arch/bebox/stand/boot/wdc.c
52
static int wdccommandext(struct wdc_channel *, struct wdc_command *);
sys/arch/bebox/stand/boot/wdc.c
53
static int _wdc_exec_identify(struct wdc_channel *, int, void *);
sys/arch/bebox/stand/boot/wdc.c
55
static struct wdc_channel ch;
sys/arch/bebox/stand/boot/wdc.c
61
__wdcwait_reset(struct wdc_channel *chp, int drv_mask)
sys/arch/cobalt/stand/boot/pciide.c
39
pciide_init(struct wdc_channel *chp, u_int *unit)
sys/arch/cobalt/stand/boot/wdc.c
113
wdcprobe(struct wdc_channel *chp)
sys/arch/cobalt/stand/boot/wdc.c
185
wdc_wait_for_ready(struct wdc_channel *chp)
sys/arch/cobalt/stand/boot/wdc.c
204
struct wdc_channel *chp = &sc->sc_channel;
sys/arch/cobalt/stand/boot/wdc.c
222
struct wdc_channel *chp = &sc->sc_channel;
sys/arch/cobalt/stand/boot/wdc.c
258
struct wdc_channel *chp = &wd->sc_channel;
sys/arch/cobalt/stand/boot/wdc.c
46
static int wdcprobe(struct wdc_channel *chp);
sys/arch/cobalt/stand/boot/wdc.c
47
static int wdc_wait_for_ready(struct wdc_channel *chp);
sys/arch/cobalt/stand/boot/wdc.c
49
static int __wdcwait_reset(struct wdc_channel *chp, int drv_mask);
sys/arch/cobalt/stand/boot/wdc.c
55
__wdcwait_reset(struct wdc_channel *chp, int drv_mask)
sys/arch/cobalt/stand/boot/wdvar.h
104
int pciide_init(struct wdc_channel *, u_int *);
sys/arch/cobalt/stand/boot/wdvar.h
79
struct wdc_channel sc_channel;
sys/arch/mmeye/stand/boot/wdc.c
122
wdcprobe(struct wdc_channel *chp)
sys/arch/mmeye/stand/boot/wdc.c
182
struct wdc_channel *chp = &sc->sc_channel;
sys/arch/mmeye/stand/boot/wdc.c
217
wdc_wait_for_ready(struct wdc_channel *chp)
sys/arch/mmeye/stand/boot/wdc.c
237
struct wdc_channel *chp = &sc->sc_channel;
sys/arch/mmeye/stand/boot/wdc.c
259
struct wdc_channel *chp = &sc->sc_channel;
sys/arch/mmeye/stand/boot/wdc.c
295
struct wdc_channel *chp = &wd->sc_channel;
sys/arch/mmeye/stand/boot/wdc.c
55
static int wdcprobe(struct wdc_channel *chp);
sys/arch/mmeye/stand/boot/wdc.c
56
static int wdc_wait_for_ready(struct wdc_channel *chp);
sys/arch/mmeye/stand/boot/wdc.c
58
static int __wdcwait_reset(struct wdc_channel *chp, int drv_mask);
sys/arch/mmeye/stand/boot/wdc.c
64
__wdcwait_reset(struct wdc_channel *chp, int drv_mask)
sys/arch/mmeye/stand/boot/wdvar.h
113
struct wdc_channel sc_channel;