Searched refs:debug_switch (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dnaca.h25 u64 debug_switch; /* Debug print control 0x20 */ member in struct:naca_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dnaca.h25 u64 debug_switch; /* Debug print control 0x20 */ member in struct:naca_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dudbg.c212 unsigned long active_debugs = debug_flags & naca->debug_switch;
247 return (flags & naca->debug_switch);
H A Dsetup.c182 printk("naca->debug_switch = 0x%lx\n", naca->debug_switch);
H A Dprom.c337 /* NOTE: _naca->debug_switch is already initialized. */
1296 _naca->debug_switch |= mask;
1298 _naca->debug_switch &= ~mask;
1327 _naca->debug_switch = PPC_DEBUG_DEFAULT; /* | PPCDBG_BUSWALK | PPCDBG_PHBINIT | PPCDBG_MM | PPCDBG_MMINIT | PPCDBG_TCEINIT | PPCDBG_TCE */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c2650 printf("naca->debug_switch = 0x%lx\n", naca->debug_switch);
2652 on = PPCDBG_BITVAL(i) & naca->debug_switch;
2666 naca->debug_switch = on ? PPCDBG_ALL:PPCDBG_NONE;
2681 naca->debug_switch |= PPCDBG_BITVAL(val);
2684 naca->debug_switch &= ~PPCDBG_BITVAL(val);

Completed in 213 milliseconds