Lines Matching refs:gur
75 ccsr_gur_t *gur = (void *)CONFIG_SYS_MPC85xx_GUTS_ADDR; in board_early_init_f() local
79 clrsetbits_be32(&gur->pmuxcr, 0x00600000, 0x80000000); in board_early_init_f()
82 setbits_be32(&gur->pmuxcr, 0x00001000); in board_early_init_f()
85 setbits_be32(&gur->pmuxcr, 0x00000010); in board_early_init_f()
88 setbits_be32(&gur->pmuxcr, 0x00000020); in board_early_init_f()
91 setbits_be32(&gur->pmuxcr, 0x000000c0); in board_early_init_f()
94 setbits_be32(&gur->pmuxcr2, 0x03000000); in board_early_init_f()
97 clrbits_be32(&gur->pmuxcr, 0x00000300); in board_early_init_f()
100 setbits_be32(&gur->pmuxcr, 0x000000F0); in board_early_init_f()
103 in_be32(&gur->pmuxcr); in board_early_init_f()
106 clrbits_be32(&gur->pmuxcr2, 0x001F8000); in board_early_init_f()
202 ccsr_gur_t *gur = (void *)CONFIG_SYS_MPC85xx_GUTS_ADDR; in board_serdes_name() local
203 u32 pordevsr = in_be32(&gur->pordevsr); in board_serdes_name()