Searched refs:tt_mfp (Results 1 – 4 of 4) sorted by relevance
287 tt_mfp.vec_adr = 0x58; /* Software EOI-Mode */ in atari_init_IRQ()289 tt_mfp.vec_adr = 0x50; /* Automatic EOI-Mode */ in atari_init_IRQ()291 tt_mfp.int_en_a = 0x00; /* turn off MFP-Ints */ in atari_init_IRQ()292 tt_mfp.int_en_b = 0x00; in atari_init_IRQ()293 tt_mfp.int_mk_a = 0xff; /* no Masking */ in atari_init_IRQ()294 tt_mfp.int_mk_b = 0xff; in atari_init_IRQ()
263 if (hwreg_present(&tt_mfp.par_dt_reg)) { in config_atari()
815 tt_mfp.active_edge |= 0x80; /* SCSI int on L->H */ in atari_scsi_probe()
573 # define tt_mfp ((*(volatile struct MFP*)TT_MFP_BAS)) macro