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

  /src/sys/dev/podulebus/
hcidereg.h 9 #define HCIDE_NCHANNELS 3
hcide.c 53 struct ata_channel *sc_chp[HCIDE_NCHANNELS];/* pointers to sc_chan */
54 struct ata_channel sc_chan[HCIDE_NCHANNELS];
55 struct wdc_regs sc_wdc_regs[HCIDE_NCHANNELS];
92 sc->sc_wdc.sc_atac.atac_nchannels = HCIDE_NCHANNELS;
96 for (i = 0; i < HCIDE_NCHANNELS; i++) {

Completed in 21 milliseconds