/external/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/ |
D | devices.c | 20 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/ |
D | arndale.c | 88 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/ |
D | board.c | 129 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/ |
D | pinctrl_ar933x.c | 39 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()
|
D | pinctrl_qca953x.c | 51 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/ |
D | pinctrl_rk3399.c | 228 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()
|
D | pinctrl_rk3328.c | 398 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()
|
D | pinctrl_rv1108.c | 420 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()
|
D | pinctrl_rk3368.c | 470 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()
|
D | pinctrl_rk3188.c | 615 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()
|
D | pinctrl_rk3036.c | 504 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()
|
D | pinctrl_rk3288.c | 301 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()
|
D | pinctrl_rk322x.c | 620 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/ |
D | sys_proto.h | 11 void lpc32xx_uart_init(unsigned int uart_id);
|