Home
last modified time | relevance | path

Searched refs:uart_id (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
Ddevices.c20 void lpc32xx_uart_init(unsigned int uart_id) in lpc32xx_uart_init() argument
22 if (uart_id < 1 || uart_id > 7) in lpc32xx_uart_init()
29 if (uart_id < 3 || uart_id > 6) in lpc32xx_uart_init()
33 setbits_le32(&clk->uartclk_ctrl, CLK_UART(uart_id)); in lpc32xx_uart_init()
37 UART_CLKMODE_MASK(uart_id), in lpc32xx_uart_init()
38 UART_CLKMODE_AUTO(uart_id)); in lpc32xx_uart_init()
42 &clk->u3clk + (uart_id - 3)); in lpc32xx_uart_init()
/external/u-boot/board/samsung/arndale/
Darndale.c88 int err = 0, uart_id; in board_uart_init() local
90 for (uart_id = PERIPH_ID_UART0; uart_id <= PERIPH_ID_UART3; uart_id++) { in board_uart_init()
91 err = exynos_pinmux_config(uart_id, PINMUX_FLAG_NONE); in board_uart_init()
94 (uart_id - PERIPH_ID_UART0)); in board_uart_init()
/external/u-boot/board/samsung/common/
Dboard.c129 int err, uart_id, ret = 0; in board_uart_init() local
131 for (uart_id = PERIPH_ID_UART0; uart_id <= PERIPH_ID_UART3; uart_id++) { in board_uart_init()
132 err = exynos_pinmux_config(uart_id, PINMUX_FLAG_NONE); in board_uart_init()
135 (uart_id - PERIPH_ID_UART0)); in board_uart_init()
/external/u-boot/drivers/pinctrl/ath79/
Dpinctrl_ar933x.c39 static void pinctrl_ar933x_uart_config(struct ar933x_pinctrl_priv *priv, int uart_id) in pinctrl_ar933x_uart_config() argument
41 switch (uart_id) { in pinctrl_ar933x_uart_config()
Dpinctrl_qca953x.c51 static void pinctrl_qca953x_uart_config(struct qca953x_pinctrl_priv *priv, int uart_id) in pinctrl_qca953x_uart_config() argument
53 switch (uart_id) { in pinctrl_qca953x_uart_config()
/external/u-boot/drivers/pinctrl/rockchip/
Dpinctrl_rk3399.c228 int uart_id) in pinctrl_rk3399_uart_config() argument
230 switch (uart_id) { in pinctrl_rk3399_uart_config()
245 debug("uart id = %d iomux error!\n", uart_id); in pinctrl_rk3399_uart_config()
Dpinctrl_rk3328.c398 static void pinctrl_rk3328_uart_config(struct rk3328_grf_regs *grf, int uart_id) in pinctrl_rk3328_uart_config() argument
402 switch (uart_id) { in pinctrl_rk3328_uart_config()
417 debug("uart id = %d iomux error!\n", uart_id); in pinctrl_rk3328_uart_config()
Dpinctrl_rv1108.c420 static void pinctrl_rv1108_uart_config(struct rv1108_grf *grf, int uart_id) in pinctrl_rv1108_uart_config() argument
422 switch (uart_id) { in pinctrl_rv1108_uart_config()
Dpinctrl_rk3368.c470 int uart_id) in pinctrl_rk3368_uart_config() argument
475 switch (uart_id) { in pinctrl_rk3368_uart_config()
495 debug("uart id = %d iomux error!\n", uart_id); in pinctrl_rk3368_uart_config()
Dpinctrl_rk3188.c615 static void pinctrl_rk3188_uart_config(struct rk3188_grf *grf, int uart_id) in pinctrl_rk3188_uart_config() argument
617 switch (uart_id) { in pinctrl_rk3188_uart_config()
659 debug("uart id = %d iomux error!\n", uart_id); in pinctrl_rk3188_uart_config()
Dpinctrl_rk3036.c504 static void pinctrl_rk3036_uart_config(struct rk3036_grf *grf, int uart_id) in pinctrl_rk3036_uart_config() argument
506 switch (uart_id) { in pinctrl_rk3036_uart_config()
Dpinctrl_rk3288.c301 static void pinctrl_rk3288_uart_config(struct rk3288_grf *grf, int uart_id) in pinctrl_rk3288_uart_config() argument
303 switch (uart_id) { in pinctrl_rk3288_uart_config()
361 debug("uart id = %d iomux error!\n", uart_id); in pinctrl_rk3288_uart_config()
Dpinctrl_rk322x.c620 static void pinctrl_rk322x_uart_config(struct rk322x_grf *grf, int uart_id) in pinctrl_rk322x_uart_config() argument
624 switch (uart_id) { in pinctrl_rk322x_uart_config()
/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
Dsys_proto.h11 void lpc32xx_uart_init(unsigned int uart_id);