Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf52x2/
Dcpu_init.c130 clrbits_be16(&gpio->par_uart, ~GPIO_PAR_UART0_UNMASK); in uart_port_conf()
134 clrbits_be16(&gpio->par_uart, ~GPIO_PAR_UART0_UNMASK); in uart_port_conf()
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dm520x.h250 #define GPIO_PAR_UART0_UNMASK (0xFFC0) macro