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

  /src/sys/arch/evbppc/nintendo/
mainbus.c 87 (!wiiu_plat || wiiu_native) ? "" : " (vWii)");
92 maxcpu = wiiu_native ? 3 : 1;
107 if (wiiu_native) {
127 maa.maa_addr = wiiu_native ? WIIU_DSP_BASE : DSP_BASE;
131 if (!wiiu_native) {
machdep.c 174 const int mem2_index = wiiu_native ? 2 : 1;
233 bool wiiu_native; /* Native Wii U mode (not vWii) */ variable
252 wiiu_native = (in32(LT_PIMCOMPAT) & PPC_COMPAT) == 0;
391 if (wiiu_native) {
408 if (!wiiu_native) {
416 if (wiiu_native) {
442 if (wiiu_native) {
460 ticks_per_sec = wiiu_native ? WIIU_TIMEBASE_FREQ_HZ :
511 if (wiiu_native) {
525 if (wiiu_native) {
    [all...]
pic_pi.c 79 if (wiiu_native && IRQ_IS_IPI(irq)) {
123 if (wiiu_native) {
176 if (wiiu_native) {
cpu.c 109 if (wiiu_native) {
131 if (!wiiu_native) {
  /src/sys/arch/evbppc/include/
wiiu.h 109 extern bool wiiu_native;
  /src/sys/arch/evbppc/nintendo/dev/
ahb.c 116 if (wiiu_native) {
293 if (wiiu_native) {
316 if (wiiu_native) {
332 if (!wiiu_native) {
sdhc_ahb.c 65 return wiiu_native || aaa->aaa_irq < 32;
ehci_ahb.c 64 return wiiu_native || aaa->aaa_irq < 32;
ohci_ahb.c 65 return wiiu_native || aaa->aaa_irq < 32;
ahcisata_ahb.c 84 return wiiu_native;
bwdsp.c 376 const uint32_t dma_reg_off = wiiu_native ? 0x10 : 0;
wiiufb.c 162 return wiiu_native && strcmp(maa->maa_name, "genfb") == 0;
di.c 151 return !wiiu_native;
wiifb.c 202 return !wiiu_native && strcmp(maa->maa_name, "genfb") == 0;

Completed in 19 milliseconds