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

  /src/sys/dev/pci/
stpcide.c 138 static const u_int16_t dmatbl[] = { 0x7C00, 0x1800, 0x0800 }; variable in typeref:typename:const u_int16_t[]
181 bits[drive] |= dmatbl[drvp->DMA_mode] | piotbl[drvp->PIO_mode];
stpcide.c 138 static const u_int16_t dmatbl[] = { 0x7C00, 0x1800, 0x0800 }; variable in typeref:typename:const u_int16_t[]
181 bits[drive] |= dmatbl[drvp->DMA_mode] | piotbl[drvp->PIO_mode];

Completed in 53 milliseconds