Lines Matching +full:0 +full:x400000
26 u32 uart = mfdcr(DCRN_CPC0_UCR) & 0x7f; in hotfoot_fixups()
30 dt_fixup_cpu_clocks(bd.bi_procfreq, bd.bi_procfreq, 0); in hotfoot_fixups()
41 if ((bd.bi_enet1addr[0] == 0) && in hotfoot_fixups()
42 (bd.bi_enet1addr[1] == 0) && in hotfoot_fixups()
43 (bd.bi_enet1addr[2] == 0) && in hotfoot_fixups()
44 (bd.bi_enet1addr[3] == 0) && in hotfoot_fixups()
45 (bd.bi_enet1addr[4] == 0) && in hotfoot_fixups()
46 (bd.bi_enet1addr[5] == 0)) { in hotfoot_fixups()
62 ibm4xx_quiesce_eth((u32 *)0xef600800, (u32 *)0xef600900); in hotfoot_fixups()
65 if (bd.bi_flashsize < 0x800000) { in hotfoot_fixups()
67 void *devp = finddevice("/plb/ebc/nor_flash@0"); in hotfoot_fixups()
75 regs[0] = 0; in hotfoot_fixups()
76 regs[1] = 0xffc00000; in hotfoot_fixups()
77 regs[2] = 0x00400000; in hotfoot_fixups()
81 devp = finddevice("/plb/ebc/nor_flash@0/partition@0"); in hotfoot_fixups()
83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups()
85 regs[0] -= 0x400000; in hotfoot_fixups()
88 devp = finddevice("/plb/ebc/nor_flash@0/partition@1"); in hotfoot_fixups()
92 regs[0] -= 0x400000; in hotfoot_fixups()
95 devp = finddevice("/plb/ebc/nor_flash@0/partition@2"); in hotfoot_fixups()
99 regs[0] -= 0x400000; in hotfoot_fixups()
102 devp = finddevice("/plb/ebc/nor_flash@0/partition@3"); in hotfoot_fixups()
106 regs[0] -= 0x400000; in hotfoot_fixups()
109 devp = finddevice("/plb/ebc/nor_flash@0/partition@4"); in hotfoot_fixups()
113 regs[0] -= 0x400000; in hotfoot_fixups()
116 devp = finddevice("/plb/ebc/nor_flash@0/partition@6"); in hotfoot_fixups()
120 regs[0] -= 0x400000; in hotfoot_fixups()
124 devp = finddevice("/plb/ebc/nor_flash@0/partition@5"); in hotfoot_fixups()