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

  /src/sys/dev/ic/
wdcvar.h 46 #define WDC_MAXDRIVES 2 /* absolute max number of drives per channel */
79 int wdc_maxdrives; /* max number of drives per channel */ member in struct:wdc_softc
wdc.c 248 if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) {
303 if (atabus_alloc_drives(chp, wdc->wdc_maxdrives) != 0) {
746 for (drive = 0; drive < wdc->wdc_maxdrives; drive++) {
798 KASSERT(wdc->wdc_maxdrives > 0 && wdc->wdc_maxdrives <= WDC_MAXDRIVES);
1803 KASSERT(drive < wdc->wdc_maxdrives);
  /src/sys/dev/pci/
pciidevar.h 151 } dma_maps[WDC_MAXDRIVES];

Completed in 13 milliseconds