Searched refs:HID0_DCI (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | l2cr_6xx.S | 448 ori r3,r3, HID0_ICE|HID0_ICFI|HID0_DCE|HID0_DCI 452 xori r3,r3, HID0_ICFI|HID0_DCI
|
D | cpu_setup_6xx.S | 90 ori r8,r8,HID0_DCI /* unless it wasn't enabled */
|
/linux-6.1.9/arch/powerpc/platforms/powermac/ |
D | cache.S | 90 ori r3,r3,(HID0_DCE|HID0_DCI|HID0_ICE|HID0_ICFI) 94 xori r3,r3,(HID0_DCI|HID0_ICFI)
|
/linux-6.1.9/arch/powerpc/platforms/52xx/ |
D | lite5200_sleep.S | 228 ori r5, r10, HID0_ICFI | HID0_DCI
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | reg.h | 573 #define HID0_DCI (1<<10) /* Data Cache Invalidate */ macro
|