Home
last modified time | relevance | path

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

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