Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu_init.c578 MCFGPIO_PASPAR = CONFIG_SYS_PASPAR; in cpu_init_f()
639 MCFGPIO_PASPAR &= 0xFF0F; in uart_port_conf()
640 MCFGPIO_PASPAR |= 0x00A0; in uart_port_conf()
649 MCFGPIO_PASPAR |= 0x0F00; in fecpin_setclear()
652 MCFGPIO_PASPAR &= 0xF0FF; in fecpin_setclear()
/external/u-boot/arch/m68k/include/asm/
Dm5282.h211 #define MCFGPIO_PASPAR (*(vu_short *)(CONFIG_SYS_MBAR+0x100056)) macro