Searched refs:tt_mfp (Results 1 – 3 of 3) sorted by relevance
155 tt_mfp.vec_adr = 0x58; /* Software EOI-Mode */ in atari_init_IRQ()157 tt_mfp.vec_adr = 0x50; /* Automatic EOI-Mode */ in atari_init_IRQ()159 tt_mfp.int_en_a = 0x00; /* turn off MFP-Ints */ in atari_init_IRQ()160 tt_mfp.int_en_b = 0x00; in atari_init_IRQ()161 tt_mfp.int_mk_a = 0xff; /* no Masking */ in atari_init_IRQ()162 tt_mfp.int_mk_b = 0xff; in atari_init_IRQ()
264 if (hwreg_present(&tt_mfp.par_dt_reg)) { in config_atari()
575 # define tt_mfp ((*(volatile struct MFP*)TT_MFP_BAS)) macro