Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/coldfire/
H A Dm528x.c80 port = readb(MCFGPIO_PUAPAR); in m528x_uarts_init()
82 writeb(port, MCFGPIO_PUAPAR); in m528x_uarts_init()
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu_init.c599 MCFGPIO_PUAPAR = CONFIG_SYS_PUAPAR; in cpu_init_f()
631 MCFGPIO_PUAPAR &= 0xFc; in uart_port_conf()
632 MCFGPIO_PUAPAR |= 0x03; in uart_port_conf()
635 MCFGPIO_PUAPAR &= 0xF3; in uart_port_conf()
636 MCFGPIO_PUAPAR |= 0x0C; in uart_port_conf()
/openbmc/linux/arch/m68k/include/asm/
H A Dm528xsim.h190 #define MCFGPIO_PUAPAR (MCF_IPSBAR + 0x0010005C) macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5282.h216 #define MCFGPIO_PUAPAR (*(vu_char *) (CONFIG_SYS_MBAR+0x10005C)) macro