Lines Matching +full:0 +full:x00000055
31 unsigned char ledbank = 0xff;
35 DEFINE_CLK(pll, "pll.0", MCF_CLK);
36 DEFINE_CLK(sys, "sys.0", MCF_BUSCLK);
37 DEFINE_CLK(mcftmr0, "mcftmr.0", MCF_BUSCLK);
41 DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK);
43 DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK);
44 DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK);
68 v = (v & ~0x000000ff) | 0x00000055; in m5272_uarts_init()
72 v = (v & ~0x000003fc) | 0x000002a8; in m5272_uarts_init()
82 __raw_writew(0, MCFSIM_WIRR); in m5272_cpu_reset()
84 __raw_writew(0, MCFSIM_WCR); in m5272_cpu_reset()
95 writeb(0x40, MCFSIM_PIVR); in config_BSP()
100 memcpy(commandp, (char *) 0xf0004000, size); in config_BSP()
101 commandp[size-1] = 0; in config_BSP()
104 memcpy(commandp, (char *) 0xf0010000, size); in config_BSP()
105 commandp[size-1] = 0; in config_BSP()
122 .duplex = 0,
130 fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status); in init_BSP()
131 return 0; in init_BSP()