Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dfdreg.h21 #define FD_DIR (7 + FD_IOPORT ) macro
31 #define FD_DIR 0x3f7 /* Digital Input Register (read) */ macro
/linux-2.4.37.9/drivers/block/
Dfloppy.c755 DPRINT("disk change line=%x\n",fd_inb(FD_DIR)&0x80); in disk_change()
761 if ((fd_inb(FD_DIR) ^ UDP->flags) & 0x80){ in disk_change()