HomeSort by: relevance | last modified time | path
    Searched defs:wdc_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
wdcvar.h 74 struct wdc_softc { struct
133 /* Given an ata_channel, get the wdc_softc. */
134 #define CHAN_TO_WDC(chp) ((struct wdc_softc *)(chp)->ch_atac)
144 void wdc_allocate_regs(struct wdc_softc *);
wdcvar.h 74 struct wdc_softc { struct
133 /* Given an ata_channel, get the wdc_softc. */
134 #define CHAN_TO_WDC(chp) ((struct wdc_softc *)(chp)->ch_atac)
144 void wdc_allocate_regs(struct wdc_softc *);

Completed in 23 milliseconds