Searched refs:par_uart (Results 1 – 9 of 9) sorted by relevance
| /u-boot/arch/m68k/cpu/mcf523x/ |
| A D | cpu_init.c | 133 clrbits_be16(&gpio->par_uart, in uart_port_conf() 135 setbits_be16(&gpio->par_uart, in uart_port_conf() 139 clrbits_be16(&gpio->par_uart, in uart_port_conf() 141 setbits_be16(&gpio->par_uart, in uart_port_conf() 146 clrbits_be16(&gpio->par_uart, in uart_port_conf() 148 setbits_be16(&gpio->par_uart, in uart_port_conf()
|
| /u-boot/arch/m68k/cpu/mcf52x2/ |
| A D | cpu_init.c | 131 clrbits_be16(&gpio->par_uart, ~GPIO_PAR_UART0_UNMASK); in uart_port_conf() 132 setbits_be16(&gpio->par_uart, GPIO_PAR_UART_U0TXD | GPIO_PAR_UART_U0RXD); in uart_port_conf() 135 clrbits_be16(&gpio->par_uart, ~GPIO_PAR_UART0_UNMASK); in uart_port_conf() 136 setbits_be16(&gpio->par_uart, GPIO_PAR_UART_U1TXD | GPIO_PAR_UART_U1RXD); in uart_port_conf() 498 clrbits_be16(&gpio->par_uart, UART0_ENABLE_MASK); in uart_port_conf() 499 setbits_be16(&gpio->par_uart, UART0_ENABLE_MASK); in uart_port_conf() 502 clrbits_be16(&gpio->par_uart, UART1_ENABLE_MASK); in uart_port_conf() 503 setbits_be16(&gpio->par_uart, UART1_ENABLE_MASK); in uart_port_conf() 506 clrbits_be16(&gpio->par_uart, UART2_ENABLE_MASK); in uart_port_conf() 507 setbits_be16(&gpio->par_uart, UART2_ENABLE_MASK); in uart_port_conf()
|
| /u-boot/arch/m68k/cpu/mcf532x/ |
| A D | cpu_init.c | 129 clrbits_8(&gpio->par_uart, in uart_port_conf() 131 setbits_8(&gpio->par_uart, in uart_port_conf() 153 setbits_8(&gpio->par_uart, in uart_port_conf() 310 clrbits_be16(&gpio->par_uart, in uart_port_conf() 312 setbits_be16(&gpio->par_uart, in uart_port_conf() 316 clrbits_be16(&gpio->par_uart, in uart_port_conf() 318 setbits_be16(&gpio->par_uart, in uart_port_conf()
|
| /u-boot/board/astro/mcf5373l/ |
| A D | fpga.c | 41 tmp_short = __raw_readw(&gpiop->par_uart); in altera_pre_fn() 43 __raw_writew(tmp_short, &gpiop->par_uart); in altera_pre_fn() 265 tmp_short = __raw_readw(&gpiop->par_uart); in xilinx_pre_config_fn() 267 __raw_writew(tmp_short, &gpiop->par_uart); in xilinx_pre_config_fn()
|
| /u-boot/arch/m68k/include/asm/ |
| A D | immap_520x.h | 148 u16 par_uart; /* 0x36 */ member
|
| A D | immap_5235.h | 177 u16 par_uart; /* 0x48 */ member
|
| A D | immap_5301x.h | 254 u8 par_uart; /* 0x60 */ member
|
| A D | immap_5275.h | 217 u16 par_uart; member
|
| A D | immap_5329.h | 280 u16 par_uart; /* 0x58 */ member
|
Completed in 20 milliseconds