Home
last modified time | relevance | path

Searched refs:MCF_GPIO_PAR_UART (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/m68k/cpu/mcf52x2/
Dcpu_init.c289 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xFFF3; in uart_port_conf()
291 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
294 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xF0FF; in uart_port_conf()
296 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
299 temp = mbar_readShort(MCF_GPIO_PAR_UART) & 0xCFFF; in uart_port_conf()
301 mbar_writeShort(MCF_GPIO_PAR_UART, temp); in uart_port_conf()
/external/u-boot/arch/m68k/include/asm/
Dm5275.h16 #define MCF_GPIO_PAR_UART 0x10007c macro
Dm5271.h113 #define MCF_GPIO_PAR_UART 0x100048 macro