tag | line | file | source code |
fd_inb | 700 | drivers/block/floppy.c | DPRINT1("disk change line=%x\n",fd_inb(FD_DIR)&0x80); |
fd_inb | 706 | drivers/block/floppy.c | if ((fd_inb(FD_DIR) ^ UDP->flags) & 0x80){ |
fd_inb | 814 | drivers/block/floppy.c | if (fd_inb(FD_STATUS) != STATUS_READY) |
fd_inb | 1061 | drivers/block/floppy.c | status = fd_inb(FD_STATUS); |
fd_inb | 1118 | drivers/block/floppy.c | reply_buffer[i] = fd_inb(FD_DATA); |
fd_inb | 1799 | drivers/block/floppy.c | printk("status=%x\n", fd_inb(FD_STATUS)); |
fd_inb | 19 | include/asm-mips/floppy.h | #define fd_inb(port) feature->fd_inb(port) |
fd_inb | 24 | include/asm-mips/vector.h | unsigned char (*fd_inb)(unsigned int port); |
fd_inb | 48 | include/asm-sparc/floppy.h | unsigned char (*fd_inb)(int port); |
fd_inb | 54 | include/asm-sparc/floppy.h | #define fd_inb(port) sun_fdops.fd_inb(port) |
fd_inb | 329 | include/asm-sparc/floppy.h | sun_fdops.fd_inb = sun_82072_fd_inb; |
fd_inb | 334 | include/asm-sparc/floppy.h | sun_fdops.fd_inb = sun_82077_fd_inb; |