Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dpinmux.c622 unsigned int func, ext_func; in exynos4_mmc_config() local
629 ext_func = S5P_GPIO_FUNC(0x3); in exynos4_mmc_config()
635 ext_func = S5P_GPIO_FUNC(0x3); in exynos4_mmc_config()
641 ext_func = S5P_GPIO_FUNC(0x4); in exynos4_mmc_config()
656 gpio_cfg_pin(i, ext_func); in exynos4_mmc_config()
737 unsigned int func, ext_func; in exynos4x12_mmc_config() local
744 ext_func = S5P_GPIO_FUNC(0x3); in exynos4x12_mmc_config()
750 ext_func = S5P_GPIO_FUNC(0x3); in exynos4x12_mmc_config()
756 ext_func = S5P_GPIO_FUNC(0x4); in exynos4x12_mmc_config()
770 gpio_cfg_pin(i, ext_func); in exynos4x12_mmc_config()
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h486 struct srp_direct_buf ext_func; member