Home
last modified time | relevance | path

Searched refs:uart_sel (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddeassert-uart-switch-button11 uart_sel=$((uart_msb+(uart_lsb<<1)))
21 set_postcode_leds "$uart_sel"
/openbmc/u-boot/board/freescale/ls1043ardb/
H A Dcpld.h22 u8 uart_sel; /* 0x9 - */ member
H A Dcpld.c111 printf("uart_sel = %x\n", CPLD_READ(uart_sel)); in cpld_dump_regs()
/openbmc/u-boot/board/freescale/ls1046ardb/
H A Dcpld.h23 u8 uart_sel; /* 0x9 - UART1 Connection Control Register */ member
H A Dcpld.c104 printf("uart_sel = %x\n", CPLD_READ(uart_sel)); in cpld_dump_regs()
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2600.c579 u32 uart_sel = readl(&scu->clk_sel4); in ast2600_get_uart_clk_rate() local
595 if (uart_sel & BIT(uart_idx - 1)) in ast2600_get_uart_clk_rate()