Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/coldfire/
H A Dm520x.c130 par = readw(MCF_GPIO_PAR_UART); in m520x_qspi_init()
132 writew(par, MCF_GPIO_PAR_UART); in m520x_qspi_init()
159 par = readw(MCF_GPIO_PAR_UART); in m520x_uarts_init()
162 writew(par, MCF_GPIO_PAR_UART); in m520x_uarts_init()
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A 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()
/openbmc/linux/arch/m68k/include/asm/
H A Dm520xsim.h144 #define MCF_GPIO_PAR_UART 0xFC0A4036 macro
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5275.h16 #define MCF_GPIO_PAR_UART 0x10007c macro
H A Dm5271.h113 #define MCF_GPIO_PAR_UART 0x100048 macro