Home
last modified time | relevance | path

Searched refs:HID0_ICFI (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dcache.S37 ori r3,r3,HID0_ICFI
176 li r5, HID0_ICFI|HID0_ILOCK
179 ori r5, r3, HID0_ICFI
H A Drelease.S121 li r5, HID0_ICFI|HID0_ILOCK
124 ori r5, r3, HID0_ICFI
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dl2cr_6xx.S448 ori r3,r3, HID0_ICE|HID0_ICFI|HID0_DCE|HID0_DCI
452 xori r3,r3, HID0_ICFI|HID0_DCI
H A Dcpu_setup_6xx.S88 ori r8,r11,HID0_ICFI
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dcache.S90 ori r3,r3,(HID0_DCE|HID0_DCI|HID0_ICE|HID0_ICFI)
94 xori r3,r3,(HID0_DCI|HID0_ICFI)
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S546 ori r3, r3, (CONFIG_SYS_HID0_INIT | HID0_ICFI | HID0_DCFI)@l
551 ori r3, r3, (CONFIG_SYS_HID0_FINAL & ~(HID0_ICFI | HID0_DCFI))@l
741 li r4, HID0_ICFI|HID0_ILOCK
743 ori r4, r3, HID0_ICFI
754 ori r4, r4, HID0_ICE|HID0_ICFI|HID0_ILOCK
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dlite5200_sleep.S228 ori r5, r10, HID0_ICFI | HID0_DCI
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h245 #define HID0_ICFI (1<<11) /* Instr. Cache Flash Invalidate */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h576 #define HID0_ICFI (1<<11) /* Instr. Cache Flash Invalidate */ macro