Searched refs:FLOPPY_IRQ (Results 1 – 2 of 2) sorted by relevance
80 #define FLOPPY_IRQ 6 /* floppy disk */ macro
346 rt_hw_interrupt_install(FLOPPY_IRQ, rt_floppy_isr, RT_NULL, "floppy"); in rt_floppy_init()347 rt_hw_interrupt_umask(FLOPPY_IRQ); in rt_floppy_init()
Completed in 6 milliseconds