Home
last modified time | relevance | path

Searched refs:pullups (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/include/linux/spi/
Dmcp23s08.h6 unsigned pullups; /* BIT(x) means enable pullup x */ member
/linux-4.4.14/arch/arm/boot/dts/
Domap3-cm-t3x30.dtsi93 /* pullups: BIT(0) */
94 ti,pullups = <0x000001>;
Domap4-sdp-es23plus.dts10 /* SDP boards with 4430 ES2.3+ or 4460 have external pullups on SCL & SDA */
Domap4-panda-a4.dts13 /* Pandaboard Rev A4+ have external pullups on SCL & SDA */
Domap4-panda-es.dts34 /* PandaboardES has external pullups on SCL & SDA */
Domap3-beagle-xm.dts315 /* pullups: BIT(1) */
316 ti,pullups = <0x000002>;
Domap3-tao3530.dtsi256 /* pullups: BIT(1) */
257 ti,pullups = <0x000002>;
Domap3-beagle.dts308 /* pullups: BIT(1) */
309 ti,pullups = <0x000002>;
Domap3-n950-n9.dtsi71 ti,pullups = <0x000001>; /* BIT(0) */
Dexynos5250-spring.dts357 * Disabled pullups since external part has its own pullups and
Dexynos5250-snow-common.dtsi441 * Disabled pullups since external part has its own pullups and
Domap3-n900.dts478 ti,pullups = <0x0>;
/linux-4.4.14/drivers/gpio/
Dgpio-twl4030.c468 &omap_twl_info->pullups); in of_gpio_twl4030()
530 ret = gpio_twl4030_pulls(pdata->pullups, pdata->pulldowns); in gpio_twl4030_probe()
533 pdata->pullups, pdata->pulldowns, ret); in gpio_twl4030_probe()
Dgpio-mcp23s08.c681 status = mcp->ops->write(mcp, MCP_GPPU, pdata->chip[cs].pullups); in mcp23s08_probe_one()
791 pdata->chip[0].pullups = 0; in mcp230xx_probe()
912 pdata->chip[addr].pullups = 0; in mcp23s08_probe()
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-twl4030.txt17 - ti,pullups : if n-th bit is set, set a pullup on GPIO-n
/linux-4.4.14/drivers/pinctrl/sirf/
Dpinctrl-sirf.c746 const u32 *pullups) in sirfsoc_gpio_set_pullup() argument
749 const unsigned long *p = (const unsigned long *)pullups; in sirfsoc_gpio_set_pullup()
787 u32 pullups[SIRFSOC_GPIO_NO_OF_BANKS], pulldowns[SIRFSOC_GPIO_NO_OF_BANKS]; in sirfsoc_gpio_probe() local
857 if (!of_property_read_u32_array(np, "sirf,pullups", pullups, in sirfsoc_gpio_probe()
859 sirfsoc_gpio_set_pullup(sgpio, pullups); in sirfsoc_gpio_probe()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-sirf.txt10 - sirf,pullups : if n-th bit of m-th bank is set, set a pullup on GPIO-n of bank m
Dallwinner,sunxi-pinctrl.txt31 configuration, drive strength and pullups. If one of these options is
Dpinctrl-mt65xx.txt44 configuration, pullups, drive strength, input enable/disable and input schmitt.
/linux-4.4.14/Documentation/spi/
Dbutterfly40 (a) flash new firmware that disables SPI (set PRR.2, and disable pullups
/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpfc-r8a7778.c2924 } pullups[] = { variable
3092 if (WARN_ON_ONCE(!pullups[pin].reg)) in r8a7778_pinmux_get_bias()
3095 addr = pfc->windows->virt + pullups[pin].reg; in r8a7778_pinmux_get_bias()
3097 if (ioread32(addr) & BIT(pullups[pin].bit)) in r8a7778_pinmux_get_bias()
3110 if (WARN_ON_ONCE(!pullups[pin].reg)) in r8a7778_pinmux_set_bias()
3113 addr = pfc->windows->virt + pullups[pin].reg; in r8a7778_pinmux_set_bias()
3114 bit = BIT(pullups[pin].bit); in r8a7778_pinmux_set_bias()
/linux-4.4.14/include/linux/i2c/
Dtwl.h602 u32 pullups; member
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt157 and configure pullups/pulldowns appropriately.)
493 Related to multiplexing is configuration and enabling of the pullups or
496 pullups (or pulldowns) so that the on-chip ones should not be used.
/linux-4.4.14/Documentation/input/
Djoystick-parport.txt247 gamepads the pullups are not needed.