Searched refs:PINMUX_FLAG_NONE (Results 1 – 11 of 11) sorted by relevance
/u-boot/board/samsung/smdkv310/ |
A D | smdkv310.c | 131 err = exynos_pinmux_config(PERIPH_ID_UART0, PINMUX_FLAG_NONE); in board_uart_init() 137 err = exynos_pinmux_config(PERIPH_ID_UART1, PINMUX_FLAG_NONE); in board_uart_init() 143 err = exynos_pinmux_config(PERIPH_ID_UART2, PINMUX_FLAG_NONE); in board_uart_init() 149 err = exynos_pinmux_config(PERIPH_ID_UART3, PINMUX_FLAG_NONE); in board_uart_init()
|
/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
A D | pinmux.h | 17 PINMUX_FLAG_NONE = 0x00000000, enumerator
|
/u-boot/arch/arm/mach-exynos/include/mach/ |
A D | pinmux.h | 17 PINMUX_FLAG_NONE = 0x00000000, enumerator
|
/u-boot/board/samsung/arndale/ |
A D | arndale.c | 82 err = exynos_pinmux_config(uart_id, PINMUX_FLAG_NONE); in board_uart_init()
|
/u-boot/arch/arm/mach-exynos/ |
A D | lowlevel_init.c | 223 exynos_pinmux_config(PERIPH_ID_UART3, PINMUX_FLAG_NONE); in do_lowlevel_init()
|
A D | spl_boot.c | 118 exynos_pinmux_config(PERIPH_ID_SPI1, PINMUX_FLAG_NONE); in exynos_spi_copy()
|
/u-boot/drivers/mmc/ |
A D | s5p_sdhci.c | 127 flag = host->bus_width == 8 ? PINMUX_FLAG_8BIT_MODE : PINMUX_FLAG_NONE; in do_sdhci_init()
|
A D | exynos_dw_mmc.c | 143 flag = host->buswidth == 8 ? PINMUX_FLAG_8BIT_MODE : PINMUX_FLAG_NONE; in do_dwmci_init()
|
/u-boot/board/samsung/common/ |
A D | board.c | 155 err = exynos_pinmux_config(uart_id, PINMUX_FLAG_NONE); in board_uart_init()
|
/u-boot/drivers/spi/ |
A D | exynos_spi.c | 307 exynos_pinmux_config(priv->periph_id, PINMUX_FLAG_NONE); in exynos_spi_claim_bus()
|
/u-boot/doc/driver-model/ |
A D | spi-howto.rst | 410 exynos_pinmux_config(spi_slave->periph_id, PINMUX_FLAG_NONE); 503 exynos_pinmux_config(priv->periph_id, PINMUX_FLAG_NONE);
|
Completed in 11 milliseconds