Symbol: channel_softc
sys/arch/i386/pci/pciide_machdep.c
154
gcsc_setup_channel(struct channel_softc *chp)
sys/arch/i386/pci/pciide_machdep.c
83
void gcsc_setup_channel(struct channel_softc *);
sys/arch/landisk/dev/wdc_obio.c
110
struct channel_softc *chp = &sc->sc_channel;
sys/arch/landisk/dev/wdc_obio.c
150
wdc_obio_read_reg(struct channel_softc *chp, enum wdc_regs reg)
sys/arch/landisk/dev/wdc_obio.c
161
wdc_obio_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val)
sys/arch/landisk/dev/wdc_obio.c
48
struct channel_softc *sc_chanptr;
sys/arch/landisk/dev/wdc_obio.c
49
struct channel_softc sc_channel;
sys/arch/landisk/dev/wdc_obio.c
67
u_int8_t wdc_obio_read_reg(struct channel_softc *chp, enum wdc_regs reg);
sys/arch/landisk/dev/wdc_obio.c
68
void wdc_obio_write_reg(struct channel_softc *chp, enum wdc_regs reg,
sys/arch/macppc/dev/wdc_obio.c
101
void wdc_obio_adjust_timing(struct channel_softc *);
sys/arch/macppc/dev/wdc_obio.c
102
void wdc_obio_ata4_adjust_timing(struct channel_softc *);
sys/arch/macppc/dev/wdc_obio.c
103
void wdc_obio_ata6_adjust_timing(struct channel_softc *);
sys/arch/macppc/dev/wdc_obio.c
134
struct channel_softc *chp = &sc->wdc_channel;
sys/arch/macppc/dev/wdc_obio.c
236
struct channel_softc *chp = &sc->wdc_channel;
sys/arch/macppc/dev/wdc_obio.c
326
wdc_obio_adjust_timing(struct channel_softc *chp)
sys/arch/macppc/dev/wdc_obio.c
391
wdc_obio_ata4_adjust_timing(struct channel_softc *chp)
sys/arch/macppc/dev/wdc_obio.c
472
wdc_obio_ata6_adjust_timing(struct channel_softc *chp)
sys/arch/macppc/dev/wdc_obio.c
591
wdc_obio_read_reg(struct channel_softc *chp, enum wdc_regs reg)
sys/arch/macppc/dev/wdc_obio.c
609
wdc_obio_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val)
sys/arch/macppc/dev/wdc_obio.c
61
struct channel_softc *wdc_chanptr;
sys/arch/macppc/dev/wdc_obio.c
62
struct channel_softc wdc_channel;
sys/arch/macppc/dev/wdc_obio.c
76
u_int8_t wdc_obio_read_reg(struct channel_softc *, enum wdc_regs);
sys/arch/macppc/dev/wdc_obio.c
77
void wdc_obio_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
sys/dev/acpi/acpi.c
122
void wdcattach(struct channel_softc *);
sys/dev/acpi/acpi.c
123
int wdcdetach(struct channel_softc *, int);
sys/dev/ata/ata_wdc.c
100
int wdc_ata_bio_intr(struct channel_softc *, struct wdc_xfer *, int);
sys/dev/ata/ata_wdc.c
101
void wdc_ata_bio_kill_xfer(struct channel_softc *, struct wdc_xfer *);
sys/dev/ata/ata_wdc.c
102
void wdc_ata_bio_done(struct channel_softc *, struct wdc_xfer *);
sys/dev/ata/ata_wdc.c
103
int wdc_ata_ctrl_intr(struct channel_softc *, struct wdc_xfer *, int);
sys/dev/ata/ata_wdc.c
116
struct channel_softc chp;
sys/dev/ata/ata_wdc.c
122
struct channel_softc *chp = &my->chp;
sys/dev/ata/ata_wdc.c
193
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ata/ata_wdc.c
218
wdc_ata_bio_start(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ata/ata_wdc.c
232
_wdc_ata_bio_start(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ata/ata_wdc.c
451
wdc_ata_bio_intr(struct channel_softc *chp, struct wdc_xfer *xfer, int irq)
sys/dev/ata/ata_wdc.c
563
wdc_ata_bio_kill_xfer(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ata/ata_wdc.c
581
wdc_ata_bio_done(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ata/ata_wdc.c
613
wdc_ata_ctrl_intr(struct channel_softc *chp, struct wdc_xfer *xfer, int irq)
sys/dev/ata/ata_wdc.c
773
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ata/ata_wdc.c
98
void wdc_ata_bio_start(struct channel_softc *, struct wdc_xfer *);
sys/dev/ata/ata_wdc.c
99
void _wdc_ata_bio_start(struct channel_softc *, struct wdc_xfer *);
sys/dev/ata/wd.c
577
struct channel_softc *chnl;
sys/dev/ata/wd.c
582
chnl = (struct channel_softc *)(wd->drvp->chnl_softc);
sys/dev/ata/wd.c
612
struct channel_softc *chnl;
sys/dev/ata/wd.c
622
chnl = (struct channel_softc *)(wd->drvp->chnl_softc);
sys/dev/atapiscsi/atapiscsi.c
100
void wdc_atapi_real_start(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
102
void wdc_atapi_real_start_2(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
1035
wdc_atapi_intr_complete(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
104
void wdc_atapi_intr_command(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
106
void wdc_atapi_intr_data(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
108
void wdc_atapi_intr_complete(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
110
void wdc_atapi_pio_intr(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
112
void wdc_atapi_send_packet(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
114
void wdc_atapi_ctrl(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
1160
wdc_atapi_pio_intr(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
119
int wdc_atapi_intr(struct channel_softc *, struct wdc_xfer *, int);
sys/dev/atapiscsi/atapiscsi.c
120
void wdc_atapi_done(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
122
void wdc_atapi_reset(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
124
void wdc_atapi_reset_2(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
1253
wdc_atapi_ctrl(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
127
void wdc_atapi_tape_done(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
140
struct channel_softc *chp;
sys/dev/atapiscsi/atapiscsi.c
1455
wdc_atapi_tape_done(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
1479
wdc_atapi_done(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
1500
wdc_atapi_reset(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
1525
wdc_atapi_reset_2(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
192
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/atapiscsi/atapiscsi.c
280
struct channel_softc *chp = as->chp;
sys/dev/atapiscsi/atapiscsi.c
312
struct channel_softc *chp = as->chp;
sys/dev/atapiscsi/atapiscsi.c
415
struct channel_softc *chp = as->chp;
sys/dev/atapiscsi/atapiscsi.c
471
int wdc_atapi_drive_selected(struct channel_softc *, int);
sys/dev/atapiscsi/atapiscsi.c
474
wdc_atapi_drive_selected(struct channel_softc *chp, int drive)
sys/dev/atapiscsi/atapiscsi.c
489
void wdc_atapi_the_machine(struct channel_softc *, struct wdc_xfer *,
sys/dev/atapiscsi/atapiscsi.c
492
void wdc_atapi_the_poll_machine(struct channel_softc *, struct wdc_xfer *);
sys/dev/atapiscsi/atapiscsi.c
495
wdc_atapi_start(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/atapiscsi/atapiscsi.c
506
struct channel_softc *chp = arg;
sys/dev/atapiscsi/atapiscsi.c
526
wdc_atapi_intr(struct channel_softc *chp, struct wdc_xfer *xfer, int irq)
sys/dev/atapiscsi/atapiscsi.c
551
wdc_atapi_the_poll_machine(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/atapiscsi/atapiscsi.c
586
wdc_atapi_the_machine(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
660
void wdc_atapi_update_status(struct channel_softc *);
sys/dev/atapiscsi/atapiscsi.c
663
wdc_atapi_update_status(struct channel_softc *chp)
sys/dev/atapiscsi/atapiscsi.c
683
wdc_atapi_real_start(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
724
wdc_atapi_real_start_2(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
756
wdc_atapi_send_packet(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
796
wdc_atapi_intr_command(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
948
wdc_atapi_intr_data(struct channel_softc *chp, struct wdc_xfer *xfer,
sys/dev/atapiscsi/atapiscsi.c
96
void wdc_atapi_start(struct channel_softc *,struct wdc_xfer *);
sys/dev/ic/wdc.c
1021
wdc_do_reset(struct channel_softc *chp)
sys/dev/ic/wdc.c
1032
__wdcwait_reset(struct channel_softc *chp, int drv_mask)
sys/dev/ic/wdc.c
1088
wdc_wait_for_status(struct channel_softc *chp, int mask, int bits, int timeout)
sys/dev/ic/wdc.c
1152
wdc_dmawait(struct channel_softc *chp, struct wdc_xfer *xfer, int timeout)
sys/dev/ic/wdc.c
1176
struct channel_softc *chp = (struct channel_softc *)arg;
sys/dev/ic/wdc.c
1224
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ic/wdc.c
125
int wdc_floating_bus(struct channel_softc *, int);
sys/dev/ic/wdc.c
126
int wdc_preata_drive(struct channel_softc *, int);
sys/dev/ic/wdc.c
127
int wdc_ata_present(struct channel_softc *, int);
sys/dev/ic/wdc.c
1450
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ic/wdc.c
1475
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ic/wdc.c
151
wdc_log(struct channel_softc *chp, enum wdcevent_type type,
sys/dev/ic/wdc.c
1525
wdc_print_current_modes(struct channel_softc *chp)
sys/dev/ic/wdc.c
1559
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ic/wdc.c
1613
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ic/wdc.c
1665
__wdccommand_start(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ic/wdc.c
1737
__wdccommand_intr(struct channel_softc *chp, struct wdc_xfer *xfer, int irq)
sys/dev/ic/wdc.c
1774
__wdccommand_done(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ic/wdc.c
1827
wdccommand(struct channel_softc *chp, u_int8_t drive, u_int8_t command,
sys/dev/ic/wdc.c
1857
wdccommandext(struct channel_softc *chp, u_int8_t drive, u_int8_t command,
sys/dev/ic/wdc.c
1888
wdccommandshort(struct channel_softc *chp, int drive, int command)
sys/dev/ic/wdc.c
1904
wdc_exec_xfer(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ic/wdc.c
1967
wdc_free_xfer(struct channel_softc *chp, struct wdc_xfer *xfer)
sys/dev/ic/wdc.c
1998
wdc_kill_pending(struct channel_softc *chp)
sys/dev/ic/wdc.c
2009
__wdcerror(struct channel_softc *chp, char *msg)
sys/dev/ic/wdc.c
2026
wdcbit_bucket(struct channel_softc *chp, int size)
sys/dev/ic/wdc.c
292
wdc_default_read_reg(struct channel_softc *chp, enum wdc_regs reg)
sys/dev/ic/wdc.c
309
wdc_default_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val)
sys/dev/ic/wdc.c
326
wdc_default_lba48_write_reg(struct channel_softc *chp, enum wdc_regs reg,
sys/dev/ic/wdc.c
335
wdc_default_read_raw_multi_2(struct channel_softc *chp, void *data,
sys/dev/ic/wdc.c
354
wdc_default_write_raw_multi_2(struct channel_softc *chp, void *data,
sys/dev/ic/wdc.c
373
wdc_default_write_raw_multi_4(struct channel_softc *chp, void *data,
sys/dev/ic/wdc.c
392
wdc_default_read_raw_multi_4(struct channel_softc *chp, void *data,
sys/dev/ic/wdc.c
421
wdc_disable_intr(struct channel_softc *chp)
sys/dev/ic/wdc.c
427
wdc_enable_intr(struct channel_softc *chp)
sys/dev/ic/wdc.c
433
wdc_set_drive(struct channel_softc *chp, int drive)
sys/dev/ic/wdc.c
440
wdc_floating_bus(struct channel_softc *chp, int drive)
sys/dev/ic/wdc.c
472
wdc_preata_drive(struct channel_softc *chp, int drive)
sys/dev/ic/wdc.c
503
wdc_ata_present(struct channel_softc *chp, int drive)
sys/dev/ic/wdc.c
589
wdcprobe(struct channel_softc *chp)
sys/dev/ic/wdc.c
744
wdcattach(struct channel_softc *chp)
sys/dev/ic/wdc.c
875
wdcstart(struct channel_softc *chp)
sys/dev/ic/wdc.c
908
wdcdetach(struct channel_softc *chp, int flags)
sys/dev/ic/wdc.c
92
void __wdcerror(struct channel_softc *, char *);
sys/dev/ic/wdc.c
93
int __wdcwait_reset(struct channel_softc *, int);
sys/dev/ic/wdc.c
933
struct channel_softc *chp = arg;
sys/dev/ic/wdc.c
94
void __wdccommand_done(struct channel_softc *, struct wdc_xfer *);
sys/dev/ic/wdc.c
95
void __wdccommand_start(struct channel_softc *, struct wdc_xfer *);
sys/dev/ic/wdc.c
96
int __wdccommand_intr(struct channel_softc *, struct wdc_xfer *, int);
sys/dev/ic/wdc.c
978
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/ic/wdc.c
98
void wdc_kill_pending(struct channel_softc *);
sys/dev/ic/wdc.c
991
wdcreset(struct channel_softc *chp, int flags)
sys/dev/ic/wdcevent.h
100
static __inline void WDC_LOG_REG(struct channel_softc *chp,
sys/dev/ic/wdcevent.h
111
static __inline void WDC_LOG_ATA_CMDEXT(struct channel_softc *chp,
sys/dev/ic/wdcevent.h
47
void wdc_log(struct channel_softc *chp, enum wdcevent_type type,
sys/dev/ic/wdcevent.h
50
static __inline void WDC_LOG_STATUS(struct channel_softc *chp,
sys/dev/ic/wdcevent.h
59
static __inline void WDC_LOG_ERROR(struct channel_softc *chp,
sys/dev/ic/wdcevent.h
64
static __inline void WDC_LOG_ATAPI_CMD(struct channel_softc *chp, int drive,
sys/dev/ic/wdcevent.h
75
static __inline void WDC_LOG_ATAPI_DONE(struct channel_softc *chp, int drive,
sys/dev/ic/wdcevent.h
81
static __inline void WDC_LOG_ATA_CMDSHORT(struct channel_softc *chp, u_int8_t cmd) {
sys/dev/ic/wdcevent.h
85
static __inline void WDC_LOG_ATA_CMDLONG(struct channel_softc *chp,
sys/dev/ic/wdcevent.h
94
static __inline void WDC_LOG_SET_DRIVE(struct channel_softc *chp,
sys/dev/ic/wdcvar.h
118
u_int8_t (*read_reg)(struct channel_softc *, enum wdc_regs reg);
sys/dev/ic/wdcvar.h
119
void (*write_reg)(struct channel_softc *, enum wdc_regs reg,
sys/dev/ic/wdcvar.h
121
void (*lba48_write_reg)(struct channel_softc *, enum wdc_regs reg,
sys/dev/ic/wdcvar.h
124
void (*read_raw_multi_2)(struct channel_softc *,
sys/dev/ic/wdcvar.h
126
void (*write_raw_multi_2)(struct channel_softc *,
sys/dev/ic/wdcvar.h
129
void (*read_raw_multi_4)(struct channel_softc *,
sys/dev/ic/wdcvar.h
131
void (*write_raw_multi_4)(struct channel_softc *,
sys/dev/ic/wdcvar.h
170
struct channel_softc **channels; /* channel-specific data (array) */
sys/dev/ic/wdcvar.h
199
void (*set_modes)(struct channel_softc *);
sys/dev/ic/wdcvar.h
202
void (*irqack)(struct channel_softc *);
sys/dev/ic/wdcvar.h
204
void (*reset)(struct channel_softc *);
sys/dev/ic/wdcvar.h
207
void (*drv_probe)(struct channel_softc *);
sys/dev/ic/wdcvar.h
230
struct channel_softc *chp;
sys/dev/ic/wdcvar.h
240
void (*c_start)(struct channel_softc *, struct wdc_xfer *);
sys/dev/ic/wdcvar.h
241
int (*c_intr)(struct channel_softc *, struct wdc_xfer *, int);
sys/dev/ic/wdcvar.h
242
void (*c_kill_xfer)(struct channel_softc *, struct wdc_xfer *);
sys/dev/ic/wdcvar.h
247
void (*next)(struct channel_softc *, struct wdc_xfer *, int,
sys/dev/ic/wdcvar.h
249
void (*c_done)(struct channel_softc *, struct wdc_xfer *, int,
sys/dev/ic/wdcvar.h
261
int wdcprobe(struct channel_softc *);
sys/dev/ic/wdcvar.h
262
void wdcattach(struct channel_softc *);
sys/dev/ic/wdcvar.h
263
int wdcdetach(struct channel_softc *, int);
sys/dev/ic/wdcvar.h
267
void wdc_exec_xfer(struct channel_softc *, struct wdc_xfer *);
sys/dev/ic/wdcvar.h
272
void wdc_free_xfer(struct channel_softc *, struct wdc_xfer *);
sys/dev/ic/wdcvar.h
273
void wdcstart(struct channel_softc *);
sys/dev/ic/wdcvar.h
274
int wdcreset(struct channel_softc *, int);
sys/dev/ic/wdcvar.h
278
int wdc_wait_for_status(struct channel_softc *, int, int, int);
sys/dev/ic/wdcvar.h
279
int wdc_dmawait(struct channel_softc *, struct wdc_xfer *, int);
sys/dev/ic/wdcvar.h
280
void wdcbit_bucket(struct channel_softc *, int);
sys/dev/ic/wdcvar.h
282
void wdccommand(struct channel_softc *, u_int8_t, u_int8_t, u_int16_t,
sys/dev/ic/wdcvar.h
284
void wdccommandext(struct channel_softc *, u_int8_t, u_int8_t, u_int64_t,
sys/dev/ic/wdcvar.h
286
void wdccommandshort(struct channel_softc *, int, int);
sys/dev/ic/wdcvar.h
288
void wdc_do_reset(struct channel_softc *);
sys/dev/ic/wdcvar.h
303
void wdc_disable_intr(struct channel_softc *);
sys/dev/ic/wdcvar.h
304
void wdc_enable_intr(struct channel_softc *);
sys/dev/ic/wdcvar.h
305
void wdc_set_drive(struct channel_softc *, int drive);
sys/dev/ic/wdcvar.h
309
void wdc_print_current_modes(struct channel_softc *);
sys/dev/ic/wdcvar.h
313
u_int8_t wdc_default_read_reg(struct channel_softc *,
sys/dev/ic/wdcvar.h
315
void wdc_default_write_reg(struct channel_softc *,
sys/dev/ic/wdcvar.h
317
void wdc_default_lba48_write_reg(struct channel_softc *,
sys/dev/ic/wdcvar.h
319
void wdc_default_read_raw_multi_2(struct channel_softc *,
sys/dev/ic/wdcvar.h
321
void wdc_default_write_raw_multi_2(struct channel_softc *,
sys/dev/ic/wdcvar.h
323
void wdc_default_read_raw_multi_4(struct channel_softc *,
sys/dev/ic/wdcvar.h
325
void wdc_default_write_raw_multi_4(struct channel_softc *,
sys/dev/isa/wdc_isa.c
58
struct channel_softc *wdc_chanptr;
sys/dev/isa/wdc_isa.c
59
struct channel_softc wdc_channel;
sys/dev/isa/wdc_isa.c
83
struct channel_softc ch;
sys/dev/isa/wdc_isapnp.c
50
struct channel_softc *wdc_chanptr;
sys/dev/isa/wdc_isapnp.c
51
struct channel_softc wdc_channel;
sys/dev/pci/pciide.c
158
void sata_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
162
void piix_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
163
void piix3_4_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
1661
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
1700
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
171
void amd756_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
1718
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
174
void apollo_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
178
void cmd0643_9_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
1799
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
180
void cmd680_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
185
void cmd646_9_irqack(struct channel_softc *);
sys/dev/pci/pciide.c
189
void sii3112_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
190
void sii3112_drv_probe(struct channel_softc *);
sys/dev/pci/pciide.c
1935
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
202
void cy693_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
205
void sis_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
206
void sis96x_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
211
void natsemi_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
213
void natsemi_irqack(struct channel_softc *);
sys/dev/pci/pciide.c
215
void ns_scx200_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
218
void acer_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
223
void pdc202xx_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
224
void pdc20268_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
2252
pciide_irqack(struct channel_softc *chp)
sys/dev/pci/pciide.c
2297
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
230
u_int8_t pdc268_config_read(struct channel_softc *, int);
sys/dev/pci/pciide.c
2315
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
233
void pdc203xx_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
2333
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
235
void pdc203xx_irqack(struct channel_softc *);
sys/dev/pci/pciide.c
2354
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
2377
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
239
void pdc205xx_do_reset(struct channel_softc *);
sys/dev/pci/pciide.c
240
void pdc205xx_drv_probe(struct channel_softc *);
sys/dev/pci/pciide.c
243
void hpt_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
247
void acard_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
250
void serverworks_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
2607
sata_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
261
void svwsata_drv_probe(struct channel_softc *);
sys/dev/pci/pciide.c
264
void nforce_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
270
void ite_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
273
void ixp_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
276
void jmicron_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
279
void phison_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
282
void sch_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
285
void rdc_setup_channel(struct channel_softc *);
sys/dev/pci/pciide.c
2916
piix_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
3024
piix3_4_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
3192
struct channel_softc *chp = drvp->chnl_softc;
sys/dev/pci/pciide.c
3327
amd756_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
3614
apollo_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
3813
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
3959
cmd0643_9_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
4055
cmd646_9_irqack(struct channel_softc *chp)
sys/dev/pci/pciide.c
4161
cmd680_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
4382
sii3112_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
4428
sii3112_drv_probe(struct channel_softc *chp)
sys/dev/pci/pciide.c
4751
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
4803
sii3114_read_reg(struct channel_softc *chp, enum wdc_regs reg)
sys/dev/pci/pciide.c
4818
sii3114_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val)
sys/dev/pci/pciide.c
4980
cy693_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
5268
sis96x_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
5333
sis_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
5503
natsemi_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
5568
natsemi_irqack(struct channel_softc *chp)
sys/dev/pci/pciide.c
5589
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
5688
ns_scx200_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
5874
acer_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
5976
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
6156
hpt_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
6269
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
6324
pdc268_config_read(struct channel_softc *chp, int index)
sys/dev/pci/pciide.c
6496
pdc202xx_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
6625
pdc20268_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
6676
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
6705
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
6797
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
7030
pdc203xx_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
7056
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
7086
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
7115
pdc203xx_irqack(struct channel_softc *chp)
sys/dev/pci/pciide.c
7178
pdc203xx_read_reg(struct channel_softc *chp, enum wdc_regs reg)
sys/dev/pci/pciide.c
7196
pdc203xx_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val)
sys/dev/pci/pciide.c
7212
pdc205xx_do_reset(struct channel_softc *chp)
sys/dev/pci/pciide.c
7232
pdc205xx_drv_probe(struct channel_softc *chp)
sys/dev/pci/pciide.c
7382
serverworks_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
7468
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
7647
struct channel_softc *wdc_cp = &cp->wdc_channel;
sys/dev/pci/pciide.c
7674
svwsata_drv_probe(struct channel_softc *chp)
sys/dev/pci/pciide.c
7793
svwsata_read_reg(struct channel_softc *chp, enum wdc_regs reg)
sys/dev/pci/pciide.c
7805
svwsata_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val)
sys/dev/pci/pciide.c
7817
svwsata_lba48_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int16_t val)
sys/dev/pci/pciide.c
7908
acard_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
8082
nforce_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
8177
struct channel_softc *wdc_cp;
sys/dev/pci/pciide.c
8324
ite_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
8475
ixp_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
8631
jmicron_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
8754
phison_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
8866
sch_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide.c
9006
rdc_setup_channel(struct channel_softc *chp)
sys/dev/pci/pciide_pdc202xx_reg.h
166
u_int8_t pdc203xx_read_reg(struct channel_softc *, enum wdc_regs);
sys/dev/pci/pciide_pdc202xx_reg.h
167
void pdc203xx_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
sys/dev/pci/pciide_sii3112_reg.h
393
u_int8_t sii3114_read_reg(struct channel_softc *, enum wdc_regs);
sys/dev/pci/pciide_sii3112_reg.h
394
void sii3114_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
sys/dev/pci/pciide_svwsata_reg.h
40
u_int8_t svwsata_read_reg(struct channel_softc *, enum wdc_regs);
sys/dev/pci/pciide_svwsata_reg.h
41
void svwsata_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
sys/dev/pci/pciide_svwsata_reg.h
42
void svwsata_lba48_write_reg(struct channel_softc *, enum wdc_regs, u_int16_t);
sys/dev/pci/pciidevar.h
170
void pciide_irqack(struct channel_softc *);
sys/dev/pci/pciidevar.h
90
struct channel_softc *wdc_chanarray[PCIIDE_MAX_CHANNELS];
sys/dev/pci/pciidevar.h
93
struct channel_softc wdc_channel; /* generic part */
sys/dev/pcmcia/wdc_pcmcia.c
53
struct channel_softc *wdc_chanptr;
sys/dev/pcmcia/wdc_pcmcia.c
54
struct channel_softc wdc_channel;