| tag | line | file | source code |
| fd_inb | 666 | drivers/block/floppy.c | DPRINT1("disk change line=%x\n",fd_inb(FD_DIR)&0x80); |
| fd_inb | 672 | drivers/block/floppy.c | if ((fd_inb(FD_DIR) ^ UDP->flags) & 0x80){ |
| fd_inb | 778 | drivers/block/floppy.c | if (fd_inb(FD_STATUS) != STATUS_READY) |
| fd_inb | 1025 | drivers/block/floppy.c | rstatus = fd_inb(FD_STATUS); |
| fd_inb | 1058 | drivers/block/floppy.c | status = fd_inb(FD_STATUS)& |
| fd_inb | 1076 | drivers/block/floppy.c | reply_buffer[i++] = fd_inb(FD_DATA); |
| fd_inb | 1699 | 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 | 323 | include/asm-sparc/floppy.h | sun_fdops.fd_inb = sun_82077_fd_inb; |
| fd_inb | 335 | include/asm-sparc/floppy.h | sun_fdops.fd_inb = sun_82072_fd_inb; |