Searched refs:NAP (Results 1 - 22 of 22) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | idle_e500.S | 47 /* Now check if user enabled NAP mode */ 71 /* Go to NAP or DOZE now */ 89 * Return from NAP/DOZE mode, restore some CPU specific registers,
|
H A D | idle_6xx.S | 6 * it will have PLL 1 set to low speed mode (used during NAP/DOZE). 28 * Make sure no rest of NAP mode remains in HID0, save default 35 rlwinm r4,r4,0,10,8 /* Clear NAP */ 68 /* We must dynamically check for the NAP feature as it 76 /* Now check if user or arch enabled NAP mode */ 122 /* Go to NAP or DOZE now */ 151 * Return from NAP/DOZE mode, restore some CPU specific registers,
|
H A D | idle_power4.S | 27 /* Now check if user or arch enabled NAP mode */
|
H A D | cpu_setup_ppc970.S | 83 rldimi r0,r11,52,8 /* set NAP and DPM */ 97 rldimi r0,r11,52,6 /* set DEEPNAP, NAP and DPM */
|
H A D | idle_power7.S | 43 /* Magic NAP/SLEEP/WINKLE mode enter sequence */ \ 80 /* NAP is a state loss, we create a regs frame on the 241 /* Now check if user or arch enabled NAP mode */
|
H A D | cpu_setup_6xx.S | 185 * Looks like we have to disable NAP feature for some PLL settings... 220 * the firmware. If any, we disable NAP capability as
|
H A D | entry_32.S | 179 2: /* if from kernel, check interrupted DOZE/NAP mode and
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
H A D | subcore.c | 86 * unsplit while all other threads NAP. 92 * Non-zero threads are sent to a NAP loop, they don't exit the loop until they 99 * out of NAP. They will then see the core unsplit and exit the NAP loop. 199 /* Wake secondaries out of NAP */ unsplit_core()
|
H A D | setup.c | 59 /* Enable NAP mode */ pnv_setup_arch()
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
H A D | powersave.S | 31 #define NAP .long 0x4c000364 define
|
/linux-4.1.27/drivers/cpuidle/ |
H A D | cpuidle-powernv.c | 208 /* Add NAP state */ powernv_add_idle_states()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | thread_info.h | 133 #define TLF_NAPPING 0 /* idle thread enabled NAP mode */
|
H A D | paca.h | 158 u8 thread_idle_state; /* PNV_THREAD_RUNNING/NAP/SLEEP */
|
H A D | cputable.h | 265 /* The powersave features NAP & DOZE seems to confuse BDI when
|
H A D | exception-64s.h | 560 * When the idle code in power4_idle puts the CPU into NAP mode,
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | smp.c | 762 /* 32 bits SMP can't NAP */ smp_core99_setup() 962 * Re-enable interrupts. The NAP code needs to enable them pmac_cpu_die() 974 /* Enter NAP mode */ pmac_cpu_die()
|
H A D | sleep.S | 223 rlwinm r3,r3,0,11,7 /* clear SLEEP, NAP, DOZE bits */
|
H A D | feature.c | 2540 printk(KERN_DEBUG "Processor NAP mode on idle enabled.\n"); probe_motherboard() 2545 * NAP mode probe_motherboard()
|
/linux-4.1.27/drivers/macintosh/ |
H A D | smu.c | 137 /* We also disable NAP mode for the duration of the command smu_start_cmd() 226 /* Re-enable NAP mode */ smu_db_intr() 551 /* U3 has an issue with NAP mode when issuing SMU commands */ smu_init() 554 printk(KERN_INFO "SMU: using NAP mode workaround\n"); smu_init()
|
H A D | via-pmu.c | 1826 /* Apparently, MacOS uses NAP mode for Grackle ??? */ powerbook_sleep_grackle()
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
H A D | smp.c | 147 /* Enter NAP mode. */ smp_85xx_mach_cpu_die()
|
/linux-4.1.27/arch/powerpc/platforms/maple/ |
H A D | setup.c | 194 printk(KERN_DEBUG "Using native/NAP idle loop\n"); maple_setup_arch()
|
Completed in 405 milliseconds