Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfdreg.h26 #define FD_DIR (7 + FD_IOPORT ) macro
/Linux-v4.19/drivers/block/
Dfloppy.c754 debug_dcl(UDP->flags, "disk change line=%x\n", fd_inb(FD_DIR) & 0x80); in disk_change()
759 if ((fd_inb(FD_DIR) ^ UDP->flags) & 0x80) { in disk_change()