Home
last modified time | relevance | path

Searched refs:DOR_RESET (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/arch/bebox/stand/boot/
Dfd.c66 #define DOR_RESET 0x04 /* fdc software reset */ macro
459 outb(FDC_DOR(ctlr), DOR_RESET | DOR_DMAEN | unit in motor_on()
468 outb(FDC_DOR(ctlr), DOR_RESET); /* reset & motor off */ in motor_off()
479 outb(FDC_DOR(ctlr), DOR_RESET); in fdReset()