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

  /src/sys/arch/bebox/stand/boot/
fd.c 46 #define FDC_DOR(x) (FDC_PORT[x] + 0x2) /* motor drive control bits */
459 outb(FDC_DOR(ctlr), DOR_RESET | DOR_DMAEN | unit
468 outb(FDC_DOR(ctlr), DOR_RESET); /* reset & motor off */
477 outb(FDC_DOR(ctlr), 0); /* fdc reset */
479 outb(FDC_DOR(ctlr), DOR_RESET);
  /src/sys/dev/ic/
ns8477reg.h 41 #define FDC_DOR 2 /* (R/W) Digital Output Register */

Completed in 13 milliseconds