Home
last modified time | relevance | path

Searched refs:GPIO_MUX (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_hwi2c.c19 value = PEEK32(GPIO_MUX); in hwI2CInit()
21 value = FIELD_SET(value, GPIO_MUX, 30, I2C) | in hwI2CInit()
22 FIELD_SET(0, GPIO_MUX, 31, I2C); in hwI2CInit()
23 POKE32(GPIO_MUX, value); in hwI2CInit()
56 value = PEEK32(GPIO_MUX); in hwI2CClose()
57 value = FIELD_SET(value, GPIO_MUX, 30, GPIO); in hwI2CClose()
58 value = FIELD_SET(value, GPIO_MUX, 31, GPIO); in hwI2CClose()
59 POKE32(GPIO_MUX, value); in hwI2CClose()
Dddk750_swi2c.c73 static unsigned long g_i2cClkGPIOMuxReg = GPIO_MUX;
78 static unsigned long g_i2cDataGPIOMuxReg = GPIO_MUX;
415 g_i2cClkGPIOMuxReg = GPIO_MUX; in swI2CInit()
423 g_i2cDataGPIOMuxReg = GPIO_MUX; in swI2CInit()
Dddk750_reg.h160 #define GPIO_MUX 0x000008 macro
/linux-4.1.27/drivers/pinctrl/samsung/
Dpinctrl-exynos5440.c29 #define GPIO_MUX 0x00 macro
360 data = readl(base + GPIO_MUX); in exynos5440_pinmux_setup()
365 writel(data, base + GPIO_MUX); in exynos5440_pinmux_setup()