Searched refs:FLOPPY_BASE (Results 1 – 1 of 1) sorted by relevance
36 #define FLOPPY_BASE 0x3f0 macro83 msr = inb(FLOPPY_BASE + reg_msr); in floppy_send()87 outb(FLOPPY_BASE + reg_fifo, byte); in floppy_send()94 msr = inb(FLOPPY_BASE + reg_msr); in floppy_recv()97 return inb(FLOPPY_BASE + reg_fifo); in floppy_recv()147 msr = inb(FLOPPY_BASE + reg_msr); in send_read_command()203 msr = inb(FLOPPY_BASE + reg_msr); in send_read_no_dma_command()216 msr = inb(FLOPPY_BASE + reg_msr); in send_read_no_dma_command()218 inb(FLOPPY_BASE + reg_fifo); in send_read_no_dma_command()221 msr = inb(FLOPPY_BASE + reg_msr); in send_read_no_dma_command()[all …]