Home
last modified time | relevance | path

Searched refs:MFP (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/atari/dev/
H A Dser.c132 single_inst_bset_b(MFP->mf_gpip, 0x08); \
134 single_inst_bclr_b(MFP->mf_gpip, 0x08); \
139 single_inst_bset_b(MFP->mf_gpip, 0x01); \
141 single_inst_bclr_b(MFP->mf_gpip, 0x01); \
327 MFP->mf_ierb |= IB_SCTS|IB_SDCD; in serattach()
328 MFP->mf_iera |= IA_RRDY|IA_RERR|IA_TRDY|IA_TERR; in serattach()
329 MFP->mf_imrb &= ~(IB_SCTS|IB_SDCD); in serattach()
330 MFP->mf_imra &= ~(IA_RRDY|IA_RERR|IA_TRDY|IA_TERR); in serattach()
338 if ((MFP->mf_gpip & MCR_DCD) == 0) in serattach()
407 single_inst_bset_b(MFP->mf_imra, sc->sc_imra); in seropen()
[all …]
H A Dclock.c192 MFP->mf_tacr = 0; /* Stop timer */ in clockattach()
193 MFP->mf_iera &= ~IA_TIMA; /* Disable timer interrupts */ in clockattach()
194 MFP->mf_tadr = divisor; /* Set divisor */ in clockattach()
212 MFP->mf_tcdcr &= 0x7; /* Stop timer */ in clockattach()
213 MFP->mf_ierb &= ~IB_TIMC; /* Disable timer inter. */ in clockattach()
214 MFP->mf_tcdr = CLOCK_HZ/stathz; /* Set divisor */ in clockattach()
226 MFP->mf_tacr = T_Q200; /* Start timer */ in cpu_initclocks()
227 MFP->mf_ipra = (u_int8_t)~IA_TIMA;/* Clear pending interrupts */ in cpu_initclocks()
228 MFP->mf_iera |= IA_TIMA; /* Enable timer interrupts */ in cpu_initclocks()
229 MFP->mf_imra |= IA_TIMA; /* ..... */ in cpu_initclocks()
[all …]
H A Dwdc_mb.c120 sv_ierb = MFP->mf_ierb; in wdc_mb_probe()
121 MFP->mf_ierb &= ~IB_DINT; in wdc_mb_probe()
131 MFP->mf_ierb = sv_ierb; in wdc_mb_probe()
188 MFP->mf_ierb &= ~IB_DINT; in wdc_mb_attach()
207 MFP->mf_ierb |= IB_DINT; in wdc_mb_attach()
208 MFP->mf_iprb = (uint8_t)~IB_DINT; in wdc_mb_attach()
209 MFP->mf_imrb |= IB_DINT; in wdc_mb_attach()
247 MFP->mf_iprb = (uint8_t)~IB_DINT; in free_hw()
H A Dlpt.c114 #define NOT_READY() (MFP->mf_gpip & IO_PBSY)
237 MFP->mf_imrb |= IB_PBSY; in lpopen()
238 MFP->mf_ierb |= IB_PBSY; in lpopen()
272 MFP->mf_ierb &= ~IB_PBSY; in lpclose()
273 MFP->mf_imrb &= ~IB_PBSY; in lpclose()
H A Dkbd.c77 * The hard interrupt runs straight from the MFP interrupt.
221 * Disable keyboard interrupts from MFP in kbdattach()
223 MFP->mf_ierb &= ~IB_AINT; in kbdattach()
299 * Enable interrupts from MFP in kbdenable()
301 MFP->mf_iprb = (uint8_t)~IB_AINT; in kbdenable()
302 MFP->mf_ierb |= IB_AINT; in kbdenable()
303 MFP->mf_imrb |= IB_AINT; in kbdenable()
420 * Keyboard interrupt handler called straight from MFP at spl6.
673 if ((MFP->mf_imrb & IB_AINT) != 0) { in kbdgetcn()
675 MFP in kbdgetcn()
[all...]
H A Datari5380.c695 MFP->mf_ierb |= IB_DINT; in scsi_falcon_init()
696 MFP->mf_iprb = (uint8_t)~IB_DINT; in scsi_falcon_init()
697 MFP->mf_imrb |= IB_DINT; in scsi_falcon_init()
720 single_inst_bset_b(MFP->mf_imrb, IB_DINT); in scsi_falcon_ienable()
727 single_inst_bclr_b(MFP->mf_imrb, IB_DINT); in scsi_falcon_idisable()
747 if (MFP->mf_gpip & IO_DINT) in scsi_falcon_ipending()
881 if ((MFP->mf_gpip & IO_DINT) == 0) in falcon_poll_edma()
936 (MFP->mf_gpip & IO_DINT)) in falcon_can_access_5380()
H A Dfd.c362 MFP->mf_ierb |= IB_DINT; in fdcattach()
363 MFP->mf_iprb = (uint8_t)~IB_DINT; in fdcattach()
364 MFP->mf_imrb |= IB_DINT; in fdcattach()
H A Dgrfabs_tt.c123 has_mono = (MFP->mf_gpip & IA_MONO) == 0; in tt_probe_video()
/netbsd-src/sys/arch/atari/isa/
H A Disa_hades.c82 single_inst_bclr_b(MFP->mf_imrb, IB_ISA1); in iifun()
85 single_inst_bclr_b(MFP->mf_imra, IA_ISA2); in iifun()
98 MFP->mf_iprb = (u_int8_t)~IB_ISA1; in iifun()
100 } while (MFP->mf_iprb & IB_ISA1); in iifun()
101 single_inst_bset_b(MFP->mf_imrb, IB_ISA1); in iifun()
105 MFP->mf_ipra = (u_int8_t)~IA_ISA2; in iifun()
107 } while (MFP->mf_ipra & IA_ISA2); in iifun()
108 single_inst_bset_b(MFP->mf_imra, IA_ISA2); in iifun()
183 single_inst_bset_b(MFP->mf_imrb, IB_ISA1); in isa_intr_establish()
184 single_inst_bset_b(MFP->mf_ierb, IB_ISA1); in isa_intr_establish()
[all …]
H A Disa_machdep.c130 MFP->mf_aer |= (IO_ISA1|IO_ISA2); /* ISA interrupts: LOW->HIGH */ in isabusattach()
/netbsd-src/sys/arch/x68k/stand/common/
H A Dexeckern.S12 #define MFP 0x00E88000 /* MFP */ macro
13 #define MFP_IERA (MFP+0x07) /* (B) interrupt enable reg A */
14 #define MFP_IERB (MFP+0x09) /* (B) interrupt enable reg B */
15 #define MFP_RSR (MFP+0x2B) /* (B) USART receiver status reg */
63 | stop MFP interrupts (for compatibility)
/netbsd-src/sys/arch/atari/atari/
H A Datari_init.c856 if (!badbaddr((void *)__UNVOLATILE(&MFP->mf_gpip), in set_machtype()
894 MFP->mf_iera = MFP->mf_ierb = 0; in atari_hwinit()
895 MFP->mf_imra = MFP->mf_imrb = 0; in atari_hwinit()
896 MFP->mf_aer = MFP->mf_ddr = 0; in atari_hwinit()
897 MFP->mf_vr = 0x40; in atari_hwinit()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dpxa3xx.dtsi48 * MFP Alternate functions for pins having a gpio.
60 * MFP drive strength functions for pins.
74 * MFP bias pull mode for pins.
82 * MFP low power mode for pins.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h185 MachineFunctionProperties &set(const MachineFunctionProperties &MFP) {
186 Properties |= MFP.Properties;
190 MachineFunctionProperties &reset(const MachineFunctionProperties &MFP) {
191 Properties.reset(MFP.Properties);
/netbsd-src/sys/arch/atari/include/
H A Dmfp.h36 #define MFP ((struct mfp *)AD_MFP) macro
/netbsd-src/etc/
H A Dservices5170 pcc-mfp 2256/tcp # PCC MFP [Kunihiko_Morota] …
5171 pcc-mfp 2256/udp # PCC MFP [Kunihiko_Morota] …
12829 mgcs-mfp-port 6509/tcp # MGCS-MFP Port [Minoru_Ozaki] …
12830 mgcs-mfp-port 6509/udp # MGCS-MFP Port [Minoru_Ozaki] …
/netbsd-src/share/misc/
H A Dairport4669 MFP:Manners Creek, Northern Territory, Australia