Home
last modified time | relevance | path

Searched refs:wdc_regs (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/sys/dev/ic/
Dwdcvar.h96 enum wdc_regs { enum
118 u_int8_t (*read_reg)(struct channel_softc *, enum wdc_regs reg);
119 void (*write_reg)(struct channel_softc *, enum wdc_regs reg,
121 void (*lba48_write_reg)(struct channel_softc *, enum wdc_regs reg,
314 enum wdc_regs);
316 enum wdc_regs, u_int8_t);
318 enum wdc_regs, u_int16_t);
Dwdcevent.h101 enum wdc_regs reg, u_int16_t val) { in WDC_LOG_REG()
Dwdc.c292 wdc_default_read_reg(struct channel_softc *chp, enum wdc_regs reg) in wdc_default_read_reg()
309 wdc_default_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val) in wdc_default_write_reg()
326 wdc_default_lba48_write_reg(struct channel_softc *chp, enum wdc_regs reg, in wdc_default_lba48_write_reg()
/openbsd/src/sys/dev/pci/
Dpciide_svwsata_reg.h40 u_int8_t svwsata_read_reg(struct channel_softc *, enum wdc_regs);
41 void svwsata_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
42 void svwsata_lba48_write_reg(struct channel_softc *, enum wdc_regs, u_int16_t);
Dpciide_pdc202xx_reg.h166 u_int8_t pdc203xx_read_reg(struct channel_softc *, enum wdc_regs);
167 void pdc203xx_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
Dpciide_sii3112_reg.h393 u_int8_t sii3114_read_reg(struct channel_softc *, enum wdc_regs);
394 void sii3114_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
Dpciide.c4790 sii3114_read_reg(struct channel_softc *chp, enum wdc_regs reg) in sii3114_read_reg()
4805 sii3114_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val) in sii3114_write_reg()
7165 pdc203xx_read_reg(struct channel_softc *chp, enum wdc_regs reg) in pdc203xx_read_reg()
7183 pdc203xx_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val) in pdc203xx_write_reg()
7780 svwsata_read_reg(struct channel_softc *chp, enum wdc_regs reg) in svwsata_read_reg()
7792 svwsata_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val) in svwsata_write_reg()
7804 svwsata_lba48_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int16_t val) in svwsata_lba48_write_reg()
/openbsd/src/sys/arch/landisk/dev/
Dwdc_obio.c67 u_int8_t wdc_obio_read_reg(struct channel_softc *chp, enum wdc_regs reg);
68 void wdc_obio_write_reg(struct channel_softc *chp, enum wdc_regs reg,
150 wdc_obio_read_reg(struct channel_softc *chp, enum wdc_regs reg) in wdc_obio_read_reg()
161 wdc_obio_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val) in wdc_obio_write_reg()
/openbsd/src/sys/arch/macppc/dev/
Dwdc_obio.c76 u_int8_t wdc_obio_read_reg(struct channel_softc *, enum wdc_regs);
77 void wdc_obio_write_reg(struct channel_softc *, enum wdc_regs, u_int8_t);
591 wdc_obio_read_reg(struct channel_softc *chp, enum wdc_regs reg) in wdc_obio_read_reg()
609 wdc_obio_write_reg(struct channel_softc *chp, enum wdc_regs reg, u_int8_t val) in wdc_obio_write_reg()