Searched refs:wiiu_native (Results 1 - 14 of 14) sorted by relevance

/src/sys/arch/evbppc/nintendo/
H A Dmainbus.c87 (!wiiu_plat || wiiu_native) ? "" : " (vWii)");
92 maxcpu = wiiu_native ? 3 : 1;
122 maa.maa_addr = wiiu_native ? WIIU_DSP_BASE : DSP_BASE;
126 if (!wiiu_native) {
H A Dmachdep.c173 const int mem2_index = wiiu_native ? 2 : 1;
232 bool wiiu_native; /* Native Wii U mode (not vWii) */ variable in typeref:typename:bool
251 wiiu_native = (in32(LT_PIMCOMPAT) & PPC_COMPAT) == 0;
390 if (wiiu_native) {
407 if (!wiiu_native) {
415 if (wiiu_native) {
441 if (wiiu_native) {
459 ticks_per_sec = wiiu_native ? WIIU_TIMEBASE_FREQ_HZ :
510 if (wiiu_native) {
524 if (wiiu_native) {
[all...]
H A Dpic_pi.c79 if (wiiu_native && IRQ_IS_IPI(irq)) {
123 if (wiiu_native) {
176 if (wiiu_native) {
H A Dcpu.c109 if (wiiu_native) {
131 if (!wiiu_native) {
/src/sys/arch/evbppc/nintendo/dev/
H A Dahb.c116 if (wiiu_native) {
293 if (wiiu_native) {
316 if (wiiu_native) {
332 if (!wiiu_native) {
H A Dahcisata_ahb.c79 return wiiu_native;
H A Dsdhc_ahb.c65 return wiiu_native || aaa->aaa_irq < 32;
H A Dehci_ahb.c64 return wiiu_native || aaa->aaa_irq < 32;
H A Dohci_ahb.c65 return wiiu_native || aaa->aaa_irq < 32;
H A Dwiiufb.c111 return wiiu_native && strcmp(maa->maa_name, "genfb") == 0;
H A Dbwdsp.c376 const uint32_t dma_reg_off = wiiu_native ? 0x10 : 0;
H A Ddi.c151 return !wiiu_native;
H A Dwiifb.c202 return !wiiu_native && strcmp(maa->maa_name, "genfb") == 0;
/src/sys/arch/evbppc/include/
H A Dwiiu.h101 extern bool wiiu_native;

Completed in 9 milliseconds