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

  /src/sys/dev/podulebus/
dtidereg.h 14 #define DTIDE_NCHANNELS 2
dtide.c 54 struct ata_channel *sc_chp[DTIDE_NCHANNELS];/* pointers to sc_chan */
55 struct ata_channel sc_chan[DTIDE_NCHANNELS];
56 struct wdc_regs sc_wdc_regs[DTIDE_NCHANNELS];
93 sc->sc_wdc.sc_atac.atac_nchannels = DTIDE_NCHANNELS;
101 for (i = 0; i < DTIDE_NCHANNELS; i++) {

Completed in 12 milliseconds