Lines Matching full:mfp
18 * interrupt sources if there were no TT MFP!
62 * <asm/atariints.h>): Autovector interrupts are 1..7, then follow ST-MFP,
63 * TT-MFP, SCC, and finally VME interrupts. Vector numbers for the latter can
126 * ST-MFP timer D chained interrupts - each driver gets its own timer
131 volatile struct MFP *mfp; member
137 .mfp = &st_mfp,
141 .name = "MFP Timer D"
272 /* Initialize the MFP(s) */ in atari_init_IRQ()
279 st_mfp.int_en_a = 0x00; /* turn off MFP-Ints */ in atari_init_IRQ()
290 tt_mfp.int_en_a = 0x00; /* turn off MFP-Ints */ in atari_init_IRQ()
305 tt_scu.vme_mask = 0x60; /* enable MFP and SCC ints */ in atari_init_IRQ()