HomeSort by: relevance | last modified time | path
    Searched refs:SCU (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/atari/include/
scu.h 1 /* $NetBSD: scu.h,v 1.2 2009/10/20 19:10:11 snj Exp $ */
32 * SCU registers
35 #define SCU ((struct scu *)AD_SCU)
41 struct scu { struct
92 #define SET_SOFT_INT (SCU->sys_int = 1)
93 #define CLR_SOFT_INT (SCU->sys_int = 0)
99 #define SET_VME_INT (SCU->vme_int = 1)
100 #define CLR_VME_INT (SCU->vme_int = 0)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 683 void addArangeLabel(SymbolCU SCU) { ArangeLabels.push_back(SCU); }
DwarfDebug.cpp 2846 for (const SymbolCU &SCU : ArangeLabels) {
2847 if (SCU.Sym->isInSection()) {
2849 MCSection *Section = &SCU.Sym->getSection();
2851 SectionMap[Section].push_back(SCU);
2856 SectionMap[nullptr].push_back(SCU);
  /src/sys/arch/atari/vme/
if_we_vme.c 74 #include <machine/scu.h>
394 SCU->vme_mask |= 1 << va->va_irq;
if_le_vme.c 100 #include <machine/scu.h>
487 SCU->vme_mask |= 1 << va->va_irq;
  /src/sys/arch/atari/atari/
atari_init.c 69 #include <machine/scu.h>
908 * Initialize the SCU, to enable interrupts on the SCC (ipl5),
911 SCU->sys_mask = SCU_SYS_SOFT;
912 SCU->vme_mask = SCU_MFP | SCU_SCC;
918 SCU->sys_mask |= SCU_IRQ7;
  /src/sys/arch/atari/dev/
zs.c 100 #include <machine/scu.h>
346 SCU->vme_mask |= SCU_SCC;

Completed in 38 milliseconds