Searched refs:port_c (Results 1 – 1 of 1) sorted by relevance
106 volatile struct par_io *port_c; in board_early_init_f() local107 port_c = (struct par_io*)(CONFIG_SYS_IMMR + 0xe0140); in board_early_init_f()108 port_c->cpdir2 |= 0x0f000000; in board_early_init_f()109 port_c->cppar2 &= ~0x0f000000; in board_early_init_f()110 port_c->cppar2 |= 0x0a000000; in board_early_init_f()