Searched refs:M68KPlatform (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/kernel/arch/m68k/
H A Darch_timer.cpp25 M68KPlatform::Default()->SetHardwareTimer(timeout);
32 M68KPlatform::Default()->ClearHardwareTimer();
39 return M68KPlatform::Default()->InitTimer(args);
H A Darch_platform.cpp21 static M68KPlatform *sM68KPlatform;
25 M68KPlatform::M68KPlatform(m68k_platform_type platformType) function in class:M68KPlatform
31 M68KPlatform::~M68KPlatform()
36 M68KPlatform *
37 M68KPlatform::Default()
H A Darch_debug_console.cpp45 return M68KPlatform::Default()->BlueScreenGetChar();
60 return M68KPlatform::Default()->SerialDebugGetChar();
67 return M68KPlatform::Default()->SerialDebugPutChar(c);
91 return M68KPlatform::Default()->InitSerialDebug(args);
H A Darch_real_time_clock.cpp74 return M68KPlatform::Default()->ReadRTCReg(addr);
81 M68KPlatform::Default()->WriteRTCReg(addr, data);
172 status_t error = M68KPlatform::Default()->InitRTC(args, data);
199 return M68KPlatform::Default()->GetHardwareRTC();
206 M68KPlatform::Default()->SetHardwareRTC(seconds);
H A Darch_int.cpp80 M68KPlatform::Default()->EnableIOInterrupt(irq);
91 M68KPlatform::Default()->DisableIOInterrupt(irq);
278 M68KPlatform::Default()->AcknowledgeIOInterrupt(vector);
297 if (M68KPlatform::Default()->AcknowledgeIOInterrupt(vector)) {
358 err = M68KPlatform::Default()->InitPIC(args);
H A Darch_cpu.cpp177 M68KPlatform::Default()->ShutDown(reboot);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_platform.h24 class M68KPlatform { class in namespace:BPrivate
26 M68KPlatform(m68k_platform_type platformType);
27 virtual ~M68KPlatform();
29 static M68KPlatform *Default();
68 using BPrivate::M68KPlatform;
70 //extern "C" M68KPlatform *instanciate_m68k_platform_amiga();
71 extern "C" M68KPlatform *instanciate_m68k_platform_atari();
72 //extern "C" M68KPlatform *instanciate_m68k_platform_mac();
73 //extern "C" M68KPlatform *instanciate_m68k_platform_next();
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp96 class M68KAtari : public M68KPlatform {
291 : M68KPlatform(M68K_PLATFORM_ATARI)
696 // static buffer for constructing the actual M68KPlatform
701 M68KPlatform *instanciate_m68k_platform_atari()

Completed in 53 milliseconds