Home
last modified time | relevance | path

Searched refs:MCFGPIO_PUAPAR (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c600 MCFGPIO_PUAPAR = CONFIG_SYS_PUAPAR; in cpu_init_f()
632 MCFGPIO_PUAPAR &= 0xFc; in uart_port_conf()
633 MCFGPIO_PUAPAR |= 0x03; in uart_port_conf()
636 MCFGPIO_PUAPAR &= 0xF3; in uart_port_conf()
637 MCFGPIO_PUAPAR |= 0x0C; in uart_port_conf()
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dm5282.h217 #define MCFGPIO_PUAPAR (*(vu_char *) (CONFIG_SYS_MBAR+0x10005C)) macro