Searched refs:PINMUX_FLAG_NONE (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/board/samsung/smdkv310/ |
D | smdkv310.c | 127 err = exynos_pinmux_config(PERIPH_ID_UART0, PINMUX_FLAG_NONE); in board_uart_init() 133 err = exynos_pinmux_config(PERIPH_ID_UART1, PINMUX_FLAG_NONE); in board_uart_init() 139 err = exynos_pinmux_config(PERIPH_ID_UART2, PINMUX_FLAG_NONE); in board_uart_init() 145 err = exynos_pinmux_config(PERIPH_ID_UART3, PINMUX_FLAG_NONE); in board_uart_init()
|
/external/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
D | pinmux.h | 17 PINMUX_FLAG_NONE = 0x00000000, enumerator
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
D | pinmux.h | 17 PINMUX_FLAG_NONE = 0x00000000, enumerator
|
/external/u-boot/board/samsung/arndale/ |
D | arndale.c | 91 err = exynos_pinmux_config(uart_id, PINMUX_FLAG_NONE); in board_uart_init()
|
/external/u-boot/arch/arm/mach-exynos/ |
D | lowlevel_init.c | 221 exynos_pinmux_config(PERIPH_ID_UART3, PINMUX_FLAG_NONE); in do_lowlevel_init()
|
D | spl_boot.c | 114 exynos_pinmux_config(PERIPH_ID_SPI1, PINMUX_FLAG_NONE); in exynos_spi_copy()
|
/external/u-boot/board/samsung/common/ |
D | board.c | 132 err = exynos_pinmux_config(uart_id, PINMUX_FLAG_NONE); in board_uart_init()
|
/external/u-boot/drivers/mmc/ |
D | s5p_sdhci.c | 128 flag = host->bus_width == 8 ? PINMUX_FLAG_8BIT_MODE : PINMUX_FLAG_NONE; in do_sdhci_init()
|
D | exynos_dw_mmc.c | 138 flag = host->buswidth == 8 ? PINMUX_FLAG_8BIT_MODE : PINMUX_FLAG_NONE; in do_dwmci_init()
|
/external/u-boot/drivers/spi/ |
D | exynos_spi.c | 303 exynos_pinmux_config(priv->periph_id, PINMUX_FLAG_NONE); in exynos_spi_claim_bus()
|
/external/u-boot/doc/driver-model/ |
D | spi-howto.txt | 375 exynos_pinmux_config(spi_slave->periph_id, PINMUX_FLAG_NONE); 461 exynos_pinmux_config(priv->periph_id, PINMUX_FLAG_NONE);
|