Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dcpu_init.c308 GPIO_PAR_UART_TXD1(3) | GPIO_PAR_UART_RXD1(3)); in uart_port_conf()
310 GPIO_PAR_UART_TXD1(3) | GPIO_PAR_UART_RXD1(3)); in uart_port_conf()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5329.h841 #define GPIO_PAR_UART_RXD1(x) (((x)&0x0003)<<6) macro