Home | History | Annotate | Download | only in mpc83xx

Lines Matching refs:im

18 void cpu_init_f (volatile immap_t * im)
29 im->arbiter.acr = (im->arbiter.acr & ~ACR_PIPE_DEP) |
35 im->arbiter.acr = (im->arbiter.acr & ~(ACR_RPTCNT)) |
41 im->sysconf.spcr = (im->sysconf.spcr & ~SPCR_OPT) |
46 im->sysconf.spcr |= SPCR_TBEN;
50 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR;
54 im->sysconf.obir = CONFIG_SYS_OBIR;
72 im->sysconf.lblaw[0].bar = CONFIG_SYS_NAND_LBLAWBAR_PRELIM;
73 im->sysconf.lblaw[0].ar = CONFIG_SYS_NAND_LBLAWAR_PRELIM;