Home
last modified time | relevance | path

Searched refs:CPU_FTR_CAN_NAP (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/kernel/
Didle_e500.S49 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
58 END_FTR_SECTION_IFSET(CPU_FTR_L2CSR|CPU_FTR_CAN_NAP)
Didle_6xx.S38 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
74 andi. r0,r4,CPU_FTR_CAN_NAP
83 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
Dsetup_32.c133 cpu_has_feature(CPU_FTR_CAN_NAP)) in machine_init()
139 cpu_has_feature(CPU_FTR_CAN_NAP)) in machine_init()
Didle_power4.S25 END_FTR_SECTION_IFCLR(CPU_FTR_CAN_NAP)
Dcpu_setup_6xx.S193 li r7,CPU_FTR_CAN_NAP
226 li r7,CPU_FTR_CAN_NAP
/arch/powerpc/include/asm/
Dcputable.h148 #define CPU_FTR_CAN_NAP ASM_CONST(0x0000000000000400) macro
259 #define CPU_FTR_MAYBE_CAN_NAP CPU_FTR_CAN_NAP
392 CPU_FTR_ALTIVEC_COMP | CPU_FTR_CAN_NAP | CPU_FTR_MMCRA | \
Dexception.h274 END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
/arch/powerpc/platforms/powermac/
Dsetup.c705 if (cpu_has_feature(CPU_FTR_CAN_NAP)) in pmac_cpu_die()