Home
last modified time | relevance | path

Searched refs:PULL_UP (Results 1 – 16 of 16) sorted by relevance

/linux/arch/arm64/boot/dts/hisilicon/
H A Dhikey-pinctrl.dtsi252 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>;
261 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
270 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
287 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>;
296 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
305 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
313 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
326 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
338 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
347 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>;
[all …]
H A Dhikey960-pinctrl.dtsi341 PULL_UP
343 PULL_UP
363 PULL_UP
365 PULL_UP
384 PULL_UP
386 PULL_UP
405 PULL_UP
407 PULL_UP
428 PULL_UP
430 PULL_UP
[all …]
H A Dhikey970-pinctrl.dtsi232 PULL_UP
234 PULL_UP
256 PULL_UP
258 PULL_UP
280 PULL_UP
282 PULL_UP
304 PULL_UP
306 PULL_UP
326 PULL_UP
328 PULL_UP
[all …]
/linux/include/dt-bindings/pinctrl/
H A Ddm814x.h12 #undef PULL_UP
22 #define PULL_UP (1 << 17) macro
34 #define PIN_OUTPUT_PULLUP (PULL_UP)
37 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
H A Dam43xx.h21 #define PULL_UP (1 << 17) macro
42 #define PIN_OUTPUT_PULLUP (PULL_UP)
45 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
H A Ddra.h52 #define PULL_UP (1 << 17) macro
60 #define PIN_OUTPUT_PULLUP (PULL_UP)
64 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
H A Domap.h24 #define PULL_UP (1 << 4) macro
39 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
42 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
H A Dam33xx.h29 #define PIN_OUTPUT_PULLUP (PULL_UP)
32 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
H A Dhisi.h25 #define PULL_UP (1 << 0) macro
/linux/arch/arm64/boot/dts/ti/
H A Dk3-pinctrl.h36 #define PULL_UP (1 << PULLTYPESEL_SHIFT | PULL_ENABLE) macro
67 #define PIN_OUTPUT_PULLUP (INPUT_DISABLE | PULL_UP)
70 #define PIN_INPUT_PULLUP (INPUT_EN | ST_ENABLE | PULL_UP)
74 #define PIN_INPUT_PULLUP_NOST (INPUT_EN | PULL_UP)
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c1738 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update()
1739 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update()
1747 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update()
1748 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update()
1756 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update()
1757 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update()
1917 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm21664_i2c_pin_update()
1918 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm21664_i2c_pin_update()
1923 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm21664_i2c_pin_update()
1924 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm21664_i2c_pin_update()
/linux/arch/arm/boot/dts/ti/omap/
H A Ddra72-evm-common.dtsi203 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */
209 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */
210 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
H A Ddra7-evm.dts158 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */
164 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */
165 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
H A Dam57xx-idk-common.dtsi170 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */
171 DRA7XX_CORE_IOPAD(0x37d4, MUX_MODE15 | PULL_UP) /* dcan1_rx.off */
H A Dam437x-gp-evm.dts610 AM4372_IOPAD(0x9a4, PULL_UP | MUX_MODE7)
611 AM4372_IOPAD(0x9a8, PULL_UP | MUX_MODE7)
/linux/drivers/pinctrl/
H A Dpinctrl-at91.c69 #define PULL_UP (1 << 0) macro
1003 *config |= PULL_UP; in at91_pinconf_get()
1049 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set()
1054 at91_mux_set_pullup(pio, mask, config & PULL_UP); in at91_pinconf_set()
1105 DBG_SHOW_FLAG(PULL_UP); in at91_pinconf_dbg_show()