Home
last modified time | relevance | path

Searched defs:FDC_DOR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dns8477reg.h41 #define FDC_DOR 2 /* (R/W) Digital Output Register */ macro
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dfd.c46 #define FDC_DOR(x) (FDC_PORT[x] + 0x2) /* motor drive control bits */ macro