Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/boot/
Dtreeboot-walnut.c27 u32 reg_sram[3] = {0x0, 0x0, 0x80000}; in walnut_flashsel_fixup() local
51 if (getprop(sram, "reg", reg_sram, sizeof(reg_sram)) != sizeof(reg_sram)) in walnut_flashsel_fixup()
56 reg_sram[1] ^= 0x80000; in walnut_flashsel_fixup()
60 setprop(sram, "reg", reg_sram, sizeof(reg_sram)); in walnut_flashsel_fixup()