Home
last modified time | relevance | path

Searched refs:HID1_ASTME (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg_booke.h303 #define HID1_ASTME 0x00002000 /* Address bus streaming mode enable */ macro
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Drelease.S41 li r3,(HID1_ASTME|HID1_ABE)@l /* Addr streaming & broadcast */
H A Dstart.S315 li r0,(HID1_ASTME|HID1_ABE)@l /* Addr streaming & broadcast */
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h259 #define HID1_ASTME (1<<13) /* Address bus streaming mode */ macro