Home
last modified time | relevance | path

Searched refs:ext_func (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dpinmux.c606 unsigned int func, ext_func; in exynos4_mmc_config() local
613 ext_func = S5P_GPIO_FUNC(0x3); in exynos4_mmc_config()
619 ext_func = S5P_GPIO_FUNC(0x3); in exynos4_mmc_config()
625 ext_func = S5P_GPIO_FUNC(0x4); in exynos4_mmc_config()
640 gpio_cfg_pin(i, ext_func); in exynos4_mmc_config()
721 unsigned int func, ext_func; in exynos4x12_mmc_config() local
728 ext_func = S5P_GPIO_FUNC(0x3); in exynos4x12_mmc_config()
734 ext_func = S5P_GPIO_FUNC(0x3); in exynos4x12_mmc_config()
740 ext_func = S5P_GPIO_FUNC(0x4); in exynos4x12_mmc_config()
754 gpio_cfg_pin(i, ext_func); in exynos4x12_mmc_config()
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvfc.h471 struct srp_direct_buf ext_func; member